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

3/23/2016

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

-- Evgeny Minkevich
google-kubernetes-engine

1 Answer

3/23/2016

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

-- Alex Robinson
Source: StackOverflow