Change Kubernetes version in command return

pull/582/head
Nemo 2020-06-24 15:17:00 +02:00
parent 199fcbcada
commit 82d2bdcb0c
1 changed files with 4 additions and 4 deletions

View File

@ -57,10 +57,10 @@ kubectl get nodes
> Output: > Output:
```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)