On Jul 20, 2016, at 11:41 AM, Rodrigo Campos <[email protected]> wrote: > > On Wed, Jul 20, 2016 at 08:38:01AM -0700, Gabe Rives-Corbett wrote: >> For some reason, while trying to create a deployment with a configmap >> mounted as a volume, I will _sometimes_ have a pod stuck in >> ContainerCreating and describing the pod gives an error like so: >> >> FirstSeen LastSeen Count From SubobjectPath Type Reason Message >> --------- -------- ----- ---- ------------- -------- ------ ------- >> 5m 5m 1 {default-scheduler } Normal Scheduled Successfully assigned >> core-deployment-263552865-m2fbm to >> gke-cluster-main-default-pool-e5792319-xs49 >> 3m 1m 2 {kubelet gke-cluster-main-default-pool-e5792319-xs49} Warning >> FailedMount Unable to mount volumes for pod >> "core-deployment-263552865-m2fbm_default(d9c50897-4e8b-11e6-92bf-42010af001cd)": >> >> timeout expired waiting for volumes to attach/mount for pod >> "core-deployment-263552865-m2fbm"/"default". list of unattached/unmounted >> volumes=[core-config-files] >> 3m 1m 2 {kubelet gke-cluster-main-default-pool-e5792319-xs49} Warning >> FailedSync Error syncing pod, skipping: timeout expired waiting for volumes >> to attach/mount for pod "core-deployment-263552865-m2fbm"/"default". list >> of unattached/unmounted volumes=[core-config-files] >> >> Any thoughts would be appreciated, more details below. > > Is this kubernetes 1.3? By any chance it started happening on k8s 1.3.0 > upgrade > and did not happen on 1.2? >
Indeed it is 1.3 on GKE. > -- > You received this message because you are subscribed to a topic in the Google > Groups "Containers at Google" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/google-containers/YgGXZRaYlhM/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/google-containers. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Containers at Google" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-containers. For more options, visit https://groups.google.com/d/optout.
