Merge pull request #199 from mfzarko/patch-1

Update 11-configuring-kubectl.md
pull/634/head
Mohamed Ayman 2021-02-03 01:47:34 +02:00 committed by GitHub
commit c7d96b3600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,9 +29,9 @@ Generate a kubeconfig file suitable for authenticating as the `admin` user:
kubectl config use-context kubernetes-the-hard-way
}
```
Reference doc for kubectl config [here](https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/)
```
## Verification