Advertisement
Guest User

Untitled

a guest
Oct 10th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. [root@oshift13-centos-2gb-ams2-01 ~]# oc describe pod router-1-09olp
  2. Name: router-1-09olp
  3. Namespace: default
  4. Security Policy: hostnetwork
  5. Node: 198.211.123.73/198.211.123.73
  6. Start Time: Mon, 10 Oct 2016 09:46:36 +0000
  7. Labels: deployment=router-1
  8. deploymentconfig=router
  9. router=router
  10. Status: Pending
  11. IP: 198.211.123.73
  12. Controllers: ReplicationController/router-1
  13. Containers:
  14. router:
  15. Container ID:
  16. Image: openshift/origin-haproxy-router:v1.3.0
  17. Image ID:
  18. Ports: 80/TCP, 443/TCP, 1936/TCP
  19. Requests:
  20. cpu: 100m
  21. memory: 256Mi
  22. State: Waiting
  23. Reason: ContainerCreating
  24. Ready: False
  25. Restart Count: 0
  26. Liveness: http-get http://localhost:1936/healthz delay=10s timeout=1s period=10s #success=1 #failure=3
  27. Readiness: http-get http://localhost:1936/healthz delay=10s timeout=1s period=10s #success=1 #failure=3
  28. Volume Mounts:
  29. /etc/pki/tls/private from server-certificate (ro)
  30. /var/run/secrets/kubernetes.io/serviceaccount from router-token-m459n (ro)
  31. Environment Variables:
  32. DEFAULT_CERTIFICATE_DIR: /etc/pki/tls/private
  33. ROUTER_EXTERNAL_HOST_HOSTNAME:
  34. ROUTER_EXTERNAL_HOST_HTTPS_VSERVER:
  35. ROUTER_EXTERNAL_HOST_HTTP_VSERVER:
  36. ROUTER_EXTERNAL_HOST_INSECURE: false
  37. ROUTER_EXTERNAL_HOST_PARTITION_PATH:
  38. ROUTER_EXTERNAL_HOST_PASSWORD:
  39. ROUTER_EXTERNAL_HOST_PRIVKEY: /etc/secret-volume/router.pem
  40. ROUTER_EXTERNAL_HOST_USERNAME:
  41. ROUTER_SERVICE_HTTPS_PORT: 443
  42. ROUTER_SERVICE_HTTP_PORT: 80
  43. ROUTER_SERVICE_NAME: router
  44. ROUTER_SERVICE_NAMESPACE: default
  45. ROUTER_SUBDOMAIN:
  46. STATS_PASSWORD: mwiNRISuOR
  47. STATS_PORT: 1936
  48. STATS_USERNAME: admin
  49. Conditions:
  50. Type Status
  51. Initialized True
  52. Ready False
  53. PodScheduled True
  54. Volumes:
  55. server-certificate:
  56. Type: Secret (a volume populated by a Secret)
  57. SecretName: router-certs
  58. router-token-m459n:
  59. Type: Secret (a volume populated by a Secret)
  60. SecretName: router-token-m459n
  61. QoS Tier: Burstable
  62. Events:
  63. FirstSeen LastSeen Count From SubobjectPath Type Reason Message
  64. --------- -------- ----- ---- ------------- -------- ------ -------
  65. 2m 2m 1 {default-scheduler } Normal Scheduled Successfully assigned router-1-09olp to 198.211.123.73
  66. 42s 42s 1 {kubelet 198.211.123.73} Warning FailedMount Unable to mount volumes for pod "router-1-09olp_default(6f229d22-8ece-11e6-861c-3e8ab15afad8)": timeout expired waiting for volumes to attach/mount for pod "router-1-09olp"/"default". list of unattached/unmounted volumes=[server-certificate]
  67. 42s 42s 1 {kubelet 198.211.123.73} Warning FailedSync Error syncing pod, skipping: timeout expired waiting for volumes to attach/mount for pod "router-1-09olp"/"default". list of unattached/unmounted volumes=[server-certificate]
  68. [root@oshift13-centos-2gb-ams2-01 ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement