Skip to content

Instantly share code, notes, and snippets.

@dorwardv
Created April 3, 2017 02:22
Show Gist options
  • Save dorwardv/c13ce62617009649a616bd39a8b786c5 to your computer and use it in GitHub Desktop.
Save dorwardv/c13ce62617009649a616bd39a8b786c5 to your computer and use it in GitHub Desktop.
E:\itgenius\docker\kubernetes\kubernetes\examples\mysql-wordpress-pd>kubectl get events
LASTSEEN FIRSTSEEN COUNT NAME KIND SUBOBJECT TYPE REASON SOURCE MESSAGE
1m 7d 1555 gke-hostgeniuscom-au-default-pool-2fc9b08f-qmjh Node Warning SystemOOM {kubelet gke-hostgeniuscom-au-default-pool-2fc9b08f-qmjh} System OOM encountered
2m 1h 25 wordpress-3772071710-fpm74 Pod spec.containers{wordpress} Normal Pulled {kubelet gke-hostgeniuscom-au-default-pool-2fc9b08f-qmjh} Container image "wordpress:4.6.1-apache" already present on machine
4s 1h 472 wordpress-3772071710-fpm74 Pod spec.containers{wordpress} Warning BackOff {kubelet gke-hostgeniuscom-au-default-pool-2fc9b08f-qmjh} Back-off restarting failed docker container
4s 1h 446 wordpress-3772071710-fpm74 Pod Warning FailedSync {kubelet gke-hostgeniuscom-au-default-pool-2fc9b08f-qmjh} Error syncing pod, skipping: failed to "StartContainer" for "wordpress" with CrashLoopBackOff: "Back-off 5m0s restarting failed container=wordpress pod=wordpress-3772071710-fpm74_default(a0030df6-1803-11e7-8930-42010a8c0017)"
2m 1h 17 wordpress-3772071710-fpm74 Pod spec.containers{wordpress} Normal Created {kubelet gke-hostgeniuscom-au-default-pool-2fc9b08f-qmjh} (events with common reason combined)
2m 1h 17 wordpress-3772071710-fpm74 Pod spec.containers{wordpress} Normal Started {kubelet gke-hostgeniuscom-au-default-pool-2fc9b08f-qmjh} (events with common reason combined)
1m 2h 29 wordpress-mysql-2569670970-52tq7 Pod spec.containers{mysql} Normal Pulled {kubelet gke-hostgeniuscom-au-default-pool-2fc9b08f-qmjh} Container image "mysql:5.6" already present on machine
5s 2h 537 wordpress-mysql-2569670970-52tq7 Pod spec.containers{mysql} Warning BackOff {kubelet gke-hostgeniuscom-au-default-pool-2fc9b08f-qmjh} Back-off restarting failed docker container
5s 1h 511 wordpress-mysql-2569670970-52tq7 Pod Warning FailedSync {kubelet gke-hostgeniuscom-au-default-pool-2fc9b08f-qmjh} Error syncing pod, skipping: failed to "StartContainer" for "mysql" with CrashLoopBackOff: "Back-off 5m0s restarting failed container=mysql pod=wordpress-mysql-2569670970-52tq7_default(377bc28e-1803-11e7-8930-42010a8c0017)"
1m 1h 20 wordpress-mysql-2569670970-52tq7 Pod spec.containers{mysql} Normal Created {kubelet gke-hostgeniuscom-au-default-pool-2fc9b08f-qmjh} (events with common reason combined)
1m 1h 20 wordpress-mysql-2569670970-52tq7 Pod spec.containers{mysql} Normal Started {kubelet gke-hostgeniuscom-au-default-pool-2fc9b08f-qmjh} (events with common reason combined)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment