Difference between revisions of "Kubectl get events -o wide"
Jump to navigation
Jump to search
(Created page with "{{lc}} == See also == * {{kubectl events}} Category:K8s") |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | kubectl get events -o wide -A | head -3 | ||
+ | NAMESPACE LAST SEEN TYPE REASON OBJECT SUBOBJECT SOURCE MESSAGE FIRST SEEN COUNT NAME | ||
+ | default 32m Normal Scheduled pod/my-argo-argocd-application-controller-0 default-scheduler Successfully assigned default/my-argo-argocd-application-controller-0 to node2 32m 1 my-argo-argocd-application-controller-0.17c4fa94e7fd0073 | ||
+ | == Related == | ||
+ | [[kubectl describe events]] my-argo-argocd-application-controller-0.17c4fa94e7fd0073 | ||
== See also == | == See also == |
Latest revision as of 17:52, 10 April 2024
kubectl get events -o wide -A | head -3 NAMESPACE LAST SEEN TYPE REASON OBJECT SUBOBJECT SOURCE MESSAGE FIRST SEEN COUNT NAME default 32m Normal Scheduled pod/my-argo-argocd-application-controller-0 default-scheduler Successfully assigned default/my-argo-argocd-application-controller-0 to node2 32m 1 my-argo-argocd-application-controller-0.17c4fa94e7fd0073
Related[edit]
kubectl describe events my-argo-argocd-application-controller-0.17c4fa94e7fd0073
See also[edit]
Advertising: