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