Merge pull request #65 from lzecca78/11-reference-docs

11- added reference doc for kubectl config
pull/584/head
vpalazhi 2019-11-19 19:25:23 -05:00 committed by GitHub
commit b1d56c4659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,8 @@ 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
@ -62,6 +64,7 @@ NAME STATUS ROLES AGE VERSION
worker-1 NotReady <none> 118s v1.13.0
worker-2 NotReady <none> 118s v1.13.0
```
Note: It is OK for the worker node to be in a `NotReady` state. Worker nodes will come into `Ready` state once networking is configured.
Next: [Deploy Pod Networking](12-configure-pod-networking.md)