我正在学习linkerd
的{{3}}教程,并且已经在stable-2.1.0
和v1.9.6
的kube上安装了v1.12.3
我已经验证所有吊舱都在运行并且网格可以通过仪表板正常工作。
当我尝试在步骤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
关于我接下来应该尝试什么的建议?
我还创建了这个getting-started
答案 0 :(得分:0)
结果显示,用于绘制顶层表的某些依赖项(termbox)在Linux的Windows子系统上不受支持。这是GitHub上的问题:https://github.com/linkerd/linkerd2/issues/1976