Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save amaurybsouza/94baade5372b225230468ea7dae70f9b to your computer and use it in GitHub Desktop.

Select an option

Save amaurybsouza/94baade5372b225230468ea7dae70f9b to your computer and use it in GitHub Desktop.
Kubernetes_cluster_ansible_events
# 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