Forgot to update the screenshot for kubectl get nodes

pull/322/head
Anand Sharma 2018-02-25 13:54:30 -05:00 committed by GitHub
parent a230a027ee
commit 3f3f418920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -73,9 +73,9 @@ kubectl get nodes
```
NAME STATUS ROLES AGE VERSION
worker-0 Ready <none> 1m v1.9.0
worker-1 Ready <none> 1m v1.9.0
worker-2 Ready <none> 1m v1.9.0
worker-0 Ready <none> 3h v1.9.3
worker-1 Ready <none> 3h v1.9.3
worker-2 Ready <none> 3h v1.9.3
```
Next: [Provisioning Pod Network Routes](11-pod-network-routes.md)