0

の入門チュートリアルを進めており、 kubelinkerdstable-2.1.0インストールされています。v1.9.6v1.12.3

すべてのポッドが実行されており、メッシュがダッシュボードを介して機能していることを確認しました。

linkerd -n linkerd top deploy/linkerd-web手順 4 で実行しようとすると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でもこの問題を作成しました

4

1 に答える 1

1

Windows Subsystem for Linux ではサポートされていないトップ テーブルを描画するための依存関係 (termbox) がいくつかあることがわかりました。GitHub の問題は次のとおりです: https://github.com/linkerd/linkerd2/issues/1976

于 2018-12-18T22:19:40.877 に答える