Skip to content

Instantly share code, notes, and snippets.

@rootfs
Created August 5, 2016 02:06
Show Gist options
  • Save rootfs/70abcb5ace2a82d92ec0c8bfac564057 to your computer and use it in GitHub Desktop.
Save rootfs/70abcb5ace2a82d92ec0c8bfac564057 to your computer and use it in GitHub Desktop.
# _output/bin/kubectl describe pod
Name: nfs-web-6l5mx
Namespace: default
Node: rootfs-dev/172.24.0.4
Start Time: Fri, 05 Aug 2016 02:02:10 +0000
Labels: role=web-frontend
Status: Running
IP: 172.17.0.2
Controllers: ReplicationController/nfs-web
Containers:
web:
Container ID: docker://a5fbc13e6988887c14765af731ef101fe1aaecd40e925871a22457b6d3672237
Image: nginx
Image ID: docker://17f9cd8d84c5ee5aff44606821a846ffc3653748204a2a2ffdbb3d644ca2d20d
Port: 80/TCP
State: Running
Started: Fri, 05 Aug 2016 02:04:36 +0000
Ready: True
Restart Count: 0
Volume Mounts:
/mnt1 from disk1 (rw)
/var/run/secrets/kubernetes.io/serviceaccount from default-token-5b4ud (ro)
Environment Variables: <none>
Conditions:
Type Status
Initialized True
Ready True
PodScheduled True
Volumes:
disk1:
Type: AzureDisk (an Azure Data Disk mount on the host and bind mount to the pod)
DiskName: test7.vhd
DiskURI: https://openshiftstoragede1802.blob.core.windows.net/vhds/test7.vhd
FSType:
CachingMode: ReadOnly: false
default-token-5b4ud:
Type: Secret (a volume populated by a Secret)
SecretName: default-token-5b4ud
QoS Class: BestEffort
Events:
FirstSeen LastSeen Count From SubobjectPath Type Reason Message
--------- -------- ----- ---- ------------- -------- ------ -------
3m 3m 1 {default-scheduler } Normal Scheduled Successfully assigned nfs-web-6l5mx to rootfs-dev
1m 1m 1 {kubelet rootfs-dev} Warning FailedMount Unable to mount volumes for pod "nfs-web-6l5mx_default(9ee9f466-5ab0-11e6-945f-000d3a12e034)": timeout expired waiting for volumes to attach/mount for pod "nfs-web-6l5mx"/"default". list of unattached/unmounted volumes=[disk1]
1m 1m 1 {kubelet rootfs-dev} Warning FailedSync Error syncing pod, skipping: timeout expired waiting for volumes to attach/mount for pod "nfs-web-6l5mx"/"default". list of unattached/unmounted volumes=[disk1]
1m 1m 1 {kubelet rootfs-dev} spec.containers{web} Normal Pulling pulling image "nginx"
1m 1m 1 {kubelet rootfs-dev} spec.containers{web} Normal Pulled Successfully pulled image "nginx"
1m 1m 1 {kubelet rootfs-dev} spec.containers{web} Normal Created Created container with docker id a5fbc13e6988
1m 1m 1 {kubelet rootfs-dev} spec.containers{web} Normal Started Started container with docker id a5fbc13e6988
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment