我正在学习linkerd的linkerd教程,并在kube v1.9.6和v1.12.3上安装了stable-2.1.0
我已经验证了所有的吊舱都在运行,网格通过仪表板工作。
当我试图在步骤4中运行linkerd -n linkerd top deploy/linkerd-web时,我从控制器获得invalid argument。
下面是详细的输出:
DEBU[0000] Expecting API to be served over [https://xx.xx.xx.xx:6443/api/v1/namespaces/linkerd/services/linkerd-controller-api:http/proxy/api/v1/]
DEBU[0000] Making gRPC-over-HTTP call to [https://xx.xx.xx.xx:6443/api/v1/namespaces/linkerd/services/linkerd-controller-api:http/proxy/api/v1/SelfCheck] []
DEBU[0000] Response from [https://xx.xx.xx.xx:6443/api/v1/namespaces/linkerd/services/linkerd-controller-api:http/proxy/api/v1/SelfCheck] had headers: map[Content-Type:[application/octet-stream] Date:[Wed, 12 Dec 2018 05:54:06 GMT] Content-Length:[108]]
DEBU[0000] gRPC-over-HTTP call returned status [200 OK] and content length [108]
DEBU[0003] Response from [https://xx.xx.xx.xx:6443/api/v1/namespaces/linkerd/services/linkerd-controller-api:http/proxy/api/v1/TapByResource] had headers: map[Content-Type:[application/octet-stream] Date:[Wed, 12 Dec 2018 05:54:09 GMT]]
Error: invalid argument对我下一步该尝试什么有什么建议吗?
我还创建了这个关于GitHub的问题
发布于 2018-12-18 22:19:40
结果发现,在Linux的Windows子系统中,有一些用于绘制顶部表的依赖项(术语框)。以下是GitHub:https://github.com/linkerd/linkerd2/issues/1976上的问题
https://stackoverflow.com/questions/53736956
复制相似问题