Created
June 19, 2022 14:04
-
-
Save amaurybsouza/39cbbe693d3ddfe47cdbfa748c10aecd to your computer and use it in GitHub Desktop.
kubernetes_cluster_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
| ]# 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