Merge pull request #28299 from bells17/fix-em-tags

Fix em tags
This commit is contained in:
Kubernetes Prow Robot
2021-06-08 16:19:24 -07:00
committed by GitHub
6 changed files with 9 additions and 9 deletions
@@ -55,7 +55,7 @@ kubectl proxy
kubectlは、ダッシュボードを http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/ で利用できるようにします。
UIはコマンドを実行しているマシンから_のみ_ アクセスできます。オプションについては`kubectl proxy --help`を参照してください。
UIはコマンドを実行しているマシンから _のみ_ アクセスできます。オプションについては`kubectl proxy --help`を参照してください。
{{< note >}}
Kubeconfigの認証方法は、外部IDプロバイダーやx509証明書ベースの認証には対応していません。