mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-08-08 20:02:42 +03:00
Node should not be ready status (line 399-400)
As still CNI has not configured the node's status will NotReady
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user