Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google container engine : pod creation stuck in 'Pending' status

Tried to recreate the GKE cluster to try on Kubernetes 1.2.0

Cluster came up correctly, yet the firs pod deployment is stuck in 'Pending':

[]# kubectl get pods
NAME            READY     STATUS    RESTARTS   AGE
operation-daily   0/1       Pending   0          6m 

Have been following the same script that was used for 1.1.8 (successfully).

Tried a few times - no luck.

How could I diagnose the issue? Would it be possible to go back to 1.1.8 version?

us-central-1f

like image 279
Evgeny Minkevich Avatar asked Mar 23 '16 04:03

Evgeny Minkevich


1 Answers

The output of kubectl get events should have some clues for you.

like image 130
Alex Robinson Avatar answered Jan 04 '23 00:01

Alex Robinson