Node should not be ready status (line 399-400)

As still CNI has not configured the node's status will  NotReady
pull/482/head
vinshetty 2019-06-11 12:57:15 +05:30 committed by GitHub
parent d1da31c299
commit 083ca14899
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
worker-1 Ready <none> 12h v1.13.0
worker-2 Ready <none> 37m v1.13.0
worker-1 NotReady <none> 93s 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)