Update content/ja/docs/tasks/access-application-cluster/configure-access-multiple-clusters.md

Co-authored-by: inductor(Kohei) <kela@inductor.me>
This commit is contained in:
nishipy 2020-06-05 14:41:56 +09:00 committed by GitHub
parent f655d9cbfc
commit ff41b4d049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ users:
kubectl config --kubeconfig=config-demo use-context exp-scratch
```
これ以降実行される`kubectl`コマンドは、`scratch`クラスター内のデフォルトnamespaceに適用されます。また、`exp-scratch`コンテキストに設定されたユーザーの認証情報を使用します。
これ以降実行される`kubectl`コマンドは、`scratch`クラスター内のデフォルトnamespaceに適用されます。また、`exp-scratch`に設定されたユーザーの認証情報を使用します。
新しく切り替えた`exp-scratch`コンテキストの設定を確認してください。