Created
June 19, 2022 17:39
-
-
Save amaurybsouza/94baade5372b225230468ea7dae70f9b to your computer and use it in GitHub Desktop.
Kubernetes_cluster_ansible_events
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 events" -i inventory.yml | |
| k8s | CHANGED | rc=0 >> | |
| LAST SEEN TYPE REASON OBJECT MESSAGE | |
| 23m Normal Pulling pod/busybox Pulling image "busybox" | |
| 23m Normal Created pod/busybox Created container busy | |
| 23m Normal Started pod/busybox Started container busy | |
| 23m Normal Pulled pod/busybox Successfully pulled image "busybox" in 1.441018829s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment