mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-14 16:58:58 +03:00
Change Kubernetes version in command return
This commit is contained in:
@@ -57,10 +57,10 @@ kubectl get nodes
|
||||
> Output:
|
||||
|
||||
```bash
|
||||
NAME STATUS ROLES AGE VERSION
|
||||
worker-0 Ready <none> 2m9s v1.15.3
|
||||
worker-1 Ready <none> 2m9s v1.15.3
|
||||
worker-2 Ready <none> 2m9s v1.15.3
|
||||
NAME STATUS ROLES AGE VERSION
|
||||
worker-0 Ready <none> 90s v1.18.4
|
||||
worker-1 Ready <none> 91s v1.18.4
|
||||
worker-2 Ready <none> 90s v1.18.4
|
||||
```
|
||||
|
||||
Next: [Provisioning Pod Network Routes](11-pod-network-routes.md)
|
||||
|
||||
Reference in New Issue
Block a user