Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save amaurybsouza/39cbbe693d3ddfe47cdbfa748c10aecd to your computer and use it in GitHub Desktop.

Select an option

Save amaurybsouza/39cbbe693d3ddfe47cdbfa748c10aecd to your computer and use it in GitHub Desktop.
kubernetes_cluster_events
]# kubectl get events --all-namespaces --sort-by=.metadata.creationTimestamp
NAMESPACE LAST SEEN TYPE REASON OBJECT MESSAGE
default 54m Normal Pulling pod/busybox Pulling image "busybox"
default 54m Normal Created pod/busybox Created container busy
default 54m Normal Started pod/busybox Started container busy
default 54m Normal Pulled pod/busybox Successfully pulled image "busybox" in 1.606189033s
kube-system 63s Warning Unhealthy pod/kube-apiserver-kubernetes-cluster Liveness probe failed: HTTP probe failed with statuscode: 500
kube-system 61s Warning Unhealthy pod/kube-apiserver-kubernetes-cluster Readiness probe failed: HTTP probe failed with statuscode: 500
kube-system 75s Warning Unhealthy pod/etcd-kubernetes-cluster Liveness probe failed: Get "http://127.0.0.1:2381/health": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment