Advertisement
Guest User

Untitled

a guest
Aug 17th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. ➜ kubernetes-google kubectl describe pod koala2-digital3
  2. Name: koala2-digital3
  3. Namespace: default
  4. Node: gke-kubevisionect-default-pool-de82649c-z308/10.132.0.4
  5. Start Time: Wed, 17 Aug 2016 10:58:02 +0200
  6. Labels: app=vserver-digital3
  7. Status: Pending
  8. IP:
  9. Controllers: <none>
  10. Containers:
  11. vserver-postgres:
  12. Container ID:
  13. Image: postgres:9.4
  14. Image ID:
  15. Port: 5432/TCP
  16. Requests:
  17. cpu: 100m
  18. State: Waiting
  19. Reason: ContainerCreating
  20. Ready: False
  21. Restart Count: 0
  22. Environment Variables:
  23. POSTGRES_PASSWORD: <user>
  24. POSTGRES_USER: <pass>
  25. POSTGRES_DB: <db name>
  26. vserver:
  27. Container ID:
  28. Image: <some repo>
  29. Image ID:
  30. Ports: <some ports>
  31. Requests:
  32. cpu: 100m
  33. State: Waiting
  34. Reason: ContainerCreating
  35. Ready: False
  36. Restart Count: 0
  37. Environment Variables: <none>
  38. digital-signage:
  39. Container ID:
  40. Image: gcr.io/<some-repo>
  41. Image ID:
  42. Port: 8000/TCP
  43. Requests:
  44. cpu: 100m
  45. State: Waiting
  46. Reason: ContainerCreating
  47. Ready: False
  48. Restart Count: 0
  49. Environment Variables: <none>
  50. Conditions:
  51. Type Status
  52. Initialized True
  53. Ready False
  54. PodScheduled True
  55. Volumes:
  56. data-volume:
  57. Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
  58. ClaimName: koala2-claim-1
  59. ReadOnly: false
  60. fuse-dev:
  61. Type: HostPath (bare host directory volume)
  62. Path: /dev/fuse
  63. default-token-exjdg:
  64. Type: Secret (a volume populated by a Secret)
  65. SecretName: default-token-exjdg
  66. QoS Tier: Burstable
  67. Events:
  68. FirstSeen LastSeen Count From SubobjectPath Type Reason Message
  69. --------- -------- ----- ---- ------------- -------- ------ -------
  70. 3m 3m 1 {default-scheduler } Normal Scheduled Successfully assigned koala2-digital3 to gke-kubevisionect-default-pool-de82649c-z308
  71. 1m 1m 1 {kubelet gke-kubevisionect-default-pool-de82649c-z308} Warning FailedMount Unable to mount volumes for pod "koala2-digital3_default(b431f0f8-6458-11e6-8a99-42010af000f5)": timeout expired waiting for volumes to attach/mount for pod "koala2-digital3"/"default". list of unattached/unmounted volumes=[data-volume]
  72. 1m 1m 1 {kubelet gke-kubevisionect-default-pool-de82649c-z308} Warning FailedSync Error syncing pod, skipping: timeout expired waiting for volumes to attach/mount for pod "koala2-digital3"/"default". list of unattached/unmounted volumes=[data-volume]
  73.  
  74.  
  75. ➜ kubernetes-google
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement