Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleCluster infrastructure
$ kubectl get nodes
NAME                   STATUS   ROLES    AGE   VERSION
mycentos-0.novalocal   Ready    master   30h   v1.1819.50
mycentos-1.novalocal   Ready    <none>   25h   v1.1819.50
mycentos-2.novalocal   Ready    <none>   24h   v1.1819.50

The output should list the nodes that are part of the cluster.

...