Merge pull request #13 from vinshetty/patch-2

Node should not be ready status (line 399-400)
pull/482/head
Mumshad Mannambeth 2019-06-16 09:43:24 +05:30 committed by GitHub
commit dc3e9807df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -396,8 +396,9 @@ master-1$ kubectl get nodes --kubeconfig admin.kubeconfig
``` ```
NAME STATUS ROLES AGE VERSION NAME STATUS ROLES AGE VERSION
worker-1 Ready <none> 12h v1.13.0 worker-1 NotReady <none> 93s v1.13.0
worker-2 Ready <none> 37m v1.13.0 worker-2 NotReady <none> 93s v1.13.0
``` ```
Note: It is OK for the worker node to be in a NotReady state. That is because we haven't configured Networking yet.
Next: [Configuring Kubectl](11-configuring-kubectl.md) Next: [Configuring Kubectl](11-configuring-kubectl.md)