Created
June 19, 2022 18:06
-
-
Save amaurybsouza/1be9400274352f155fbaeca5e1d26918 to your computer and use it in GitHub Desktop.
kubernetes_cluster_ansible_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
| # ansible k8s -m command -a "kubectl get componentstatuses" -i inventory.yml | |
| k8s | CHANGED | rc=0 >> | |
| NAME STATUS MESSAGE ERROR | |
| controller-manager Healthy ok | |
| scheduler Healthy ok | |
| etcd-0 Healthy {"health":"true","reason":""} Warning: v1 ComponentStatus is deprecated in v1.19+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment