...
Code Block | ||||
---|---|---|---|---|
| ||||
$ kubectl get nodes NAME STATUS ROLES AGE VERSION mycentos-0.novalocal Ready master 30h v1.19.02 mycentos-1.novalocal Ready <none> 25h v1.19.02 mycentos-2.novalocal Ready <none> 24h v1.19.02 |
The output should list the nodes that are part of the cluster.
...