Created
June 19, 2022 16:46
-
-
Save amaurybsouza/8096e1d5540e23f11d4105f0a1bd0cba to your computer and use it in GitHub Desktop.
kubernetes_cluster_status
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 componentstatuses | |
Warning: v1 ComponentStatus is deprecated in v1.19+ | |
NAME STATUS MESSAGE ERROR | |
scheduler Healthy ok | |
controller-manager Healthy ok | |
etcd-0 Healthy {"health":"true","reason":""} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment