linkerd cli returns "invalid argument" 当 运行 "top"

linkerd cli returns "invalid argument" when running "top"

我正在学习 linkerdgetting-started 教程,我已经在 kube v1.9.6v1.12.3[=23 上安装了 stable-2.1.0 =]

我已经验证所有 pods 都在 运行ning 并且网格正在通过仪表板工作。

当我在第 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

关于我接下来应该尝试什么有什么建议吗?

我也创建了这个issue on GitHub

事实证明,Linux 的 Windows 子系统不支持绘制顶部 table 的一些依赖项(术语框)。这是 GitHub 上的问题:https://github.com/linkerd/linkerd2/issues/1976