Advertisement
Guest User

Untitled

a guest
Jun 9th, 2018
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. root@n0:/home/vagrant# kubectl describe pod -n osh-infra ldap-0
  2. Name: ldap-0
  3. Namespace: osh-infra
  4. Node: n3/172.16.10.93
  5. Start Time: Fri, 08 Jun 2018 18:48:31 +0000
  6. Labels: application=ldap
  7. component=server
  8. controller-revision-hash=ldap-849459bb74
  9. release_group=osh-infra-osh-infra-ldap
  10. statefulset.kubernetes.io/pod-name=ldap-0
  11. Annotations: <none>
  12. Status: Pending
  13. IP:
  14. Controlled By: StatefulSet/ldap
  15. Init Containers:
  16. init:
  17. Container ID:
  18. Image: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
  19. Image ID:
  20. Port: <none>
  21. Host Port: <none>
  22. Command:
  23. kubernetes-entrypoint
  24. State: Waiting
  25. Reason: PodInitializing
  26. Ready: False
  27. Restart Count: 0
  28. Environment:
  29. POD_NAME: ldap-0 (v1:metadata.name)
  30. NAMESPACE: osh-infra (v1:metadata.namespace)
  31. INTERFACE_NAME: eth0
  32. PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/
  33. DEPENDENCY_SERVICE:
  34. DEPENDENCY_DAEMONSET:
  35. DEPENDENCY_CONTAINER:
  36. DEPENDENCY_POD_JSON:
  37. COMMAND: echo done
  38. Mounts:
  39. /var/run/secrets/kubernetes.io/serviceaccount from ldap-token-txdqp (ro)
  40. Containers:
  41. ldap:
  42. Container ID:
  43. Image: docker.io/osixia/openldap:1.2.0
  44. Image ID:
  45. Port: 389/TCP
  46. Host Port: 0/TCP
  47. State: Waiting
  48. Reason: PodInitializing
  49. Ready: False
  50. Restart Count: 0
  51. Environment:
  52. LDAP_DOMAIN: cluster.local
  53. LDAP_ADMIN_PASSWORD: password
  54. Mounts:
  55. /etc/ldap/slapd.d from ldap-config (rw)
  56. /var/lib/ldap from ldap-data (rw)
  57. /var/run/secrets/kubernetes.io/serviceaccount from ldap-token-txdqp (ro)
  58. Conditions:
  59. Type Status
  60. Initialized False
  61. Ready False
  62. PodScheduled True
  63. Volumes:
  64. ldap-config:
  65. Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
  66. ClaimName: ldap-config-ldap-0
  67. ReadOnly: false
  68. ldap-data:
  69. Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
  70. ClaimName: ldap-data-ldap-0
  71. ReadOnly: false
  72. ldap-token-txdqp:
  73. Type: Secret (a volume populated by a Secret)
  74. SecretName: ldap-token-txdqp
  75. Optional: false
  76. QoS Class: BestEffort
  77. Node-Selectors: openstack-control-plane=enabled
  78. Tolerations: node.kubernetes.io/not-ready:NoExecute for 300s
  79. node.kubernetes.io/unreachable:NoExecute for 300s
  80. Events:
  81. Type Reason Age From Message
  82. ---- ------ ---- ---- -------
  83. Warning FailedMount 12m (x576 over 21h) kubelet, n3 Unable to mount volumes for pod "ldap-0_osh-infra(85e73018-6b4c-11e8-b6e5-080027ee1df7)": timeout expired waiting for volumes to attach or mount for pod "osh-infra"/"ldap-0". list of unmounted volumes=[ldap-config ldap-data]. list of unattached volumes=[ldap-config ldap-data ldap-token-txdqp]
  84. Warning FailedMount 6m (x649 over 21h) kubelet, n3 MountVolume.WaitForAttach failed for volume "pvc-85dc46a5-6b4c-11e8-b6e5-080027ee1df7" : fail to check rbd image status with: (executable file not found in $PATH), rbd output: ()
  85. Warning FailedMount 2m (x651 over 21h) kubelet, n3 MountVolume.WaitForAttach failed for volume "pvc-85d6770b-6b4c-11e8-b6e5-080027ee1df7" : fail to check rbd image status with: (executable file not found in $PATH), rbd output: ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement