Created
June 29, 2022 10:19
-
-
Save amaurybsouza/f7582558c581e3bc7be5a7a0eecad23d to your computer and use it in GitHub Desktop.
kubernetes_cluster
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # kubectl get nodes | |
| NAME STATUS ROLES AGE VERSION | |
| kubernetes-cluster Ready control-plane 9d v1.24.2 | |
| kubernetes-node01 Ready <none> 9d v1.24.1 | |
| kubernetes-node02 Ready <none> 9d v1.24.1 | |
| kubernetes-node03 Ready <none> 9d v1.24.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment