Editing Kubectl get events
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 2: | Line 2: | ||
TOMERGE: [[Kubernetes node events]] | TOMERGE: [[Kubernetes node events]] | ||
− | + | ||
* <code>[[kubectl get events -A]]</code> | * <code>[[kubectl get events -A]]</code> | ||
− | |||
− | |||
* <code>[[kubectl get]] events</code> | * <code>[[kubectl get]] events</code> | ||
− | |||
* <code>kubectl get events -o yaml</code> | * <code>kubectl get events -o yaml</code> | ||
Line 16: | Line 13: | ||
* <code>[[kubectl -n gitlab-runner get events --field-selector type!=Normal]]</code> | * <code>[[kubectl -n gitlab-runner get events --field-selector type!=Normal]]</code> | ||
− | + | kubectl get events -A | grep [[Warning]] | |
kubectl get events -A | grep [[Warning]] | egrep "[[FailedMount]]|[[FailedAttachVolume]]|[[Unhealthy]]|[[ClusterUnhealthy]]|[[FailedScheduling]]" | kubectl get events -A | grep [[Warning]] | egrep "[[FailedMount]]|[[FailedAttachVolume]]|[[Unhealthy]]|[[ClusterUnhealthy]]|[[FailedScheduling]]" | ||
Line 22: | Line 19: | ||
== Events examples == | == Events examples == | ||
− | |||
− | |||
=== Warning === | === Warning === | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Unhealthy]] | [[Unhealthy]] | ||
+ | [[FailedScheduling]] | ||
.../... | .../... | ||
− | |||
− | |||
your_namespace 28s Warning [[FailedScheduling]] pod/kibana-kibana-654ccb45bd-pbp4r 0/2 nodes are available: 2 [[Insufficient cpu]]. | your_namespace 28s Warning [[FailedScheduling]] pod/kibana-kibana-654ccb45bd-pbp4r 0/2 nodes are available: 2 [[Insufficient cpu]]. | ||
Line 63: | Line 51: | ||
− | [[kube-system]] 43m [[Warning]] [[ClusterUnhealthy]] [[configmap/]] | + | [[kube-system]] 43m [[Warning]] [[ClusterUnhealthy]] [[configmap/]][[cluster-autoscaler-status]] [[Cluster has no ready nodes]]. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== Normal === | === Normal === | ||
Line 92: | Line 67: | ||
[[RemovingNode]] | [[RemovingNode]] | ||
[[TaintManagerEviction]] | [[TaintManagerEviction]] | ||
− | |||
− | |||
− | |||
Line 139: | Line 111: | ||
== Related == | == Related == | ||
− | |||
* <code>[[kubectl top]]</code> | * <code>[[kubectl top]]</code> | ||
* <code>[[kubectl logs]]</code> | * <code>[[kubectl logs]]</code> | ||
* <code>[[gcloud logging read resource.labels.cluster_name]]</code> | * <code>[[gcloud logging read resource.labels.cluster_name]]</code> | ||
+ | * <code>[[kubectl get events --help]]</code> | ||
* [[job-controller]] | * [[job-controller]] | ||
* [[GCP Node logs]] | * [[GCP Node logs]] |
Advertising: