Advertisement
Guest User

Untitled

a guest
May 10th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. oc describe pod mariadb-1-wjgcz
  2. Name: mariadb-1-wjgcz
  3. Namespace: testing
  4. Priority: 0
  5. PriorityClassName: <none>
  6. Node: node-03/207.154.234.114
  7. Start Time: Mon, 29 Apr 2019 02:26:00 +0000
  8. Labels: deployment=mariadb-1
  9. deploymentconfig=mariadb
  10. name=mariadb
  11. Annotations: openshift.io/deployment-config.latest-version=1
  12. openshift.io/deployment-config.name=mariadb
  13. openshift.io/deployment.name=mariadb-1
  14. openshift.io/scc=anyuid
  15. Status: Pending
  16. IP: 10.130.0.44
  17. Controlled By: ReplicationController/mariadb-1
  18. Containers:
  19. mariadb:
  20. Container ID:
  21. Image: docker-registry.default.svc:5000/openshift/mariadb@sha256:735585a4a7bc1b12ad47e9040a88dc14c3673f86169574c366d55721273888e9
  22. Image ID:
  23. Port: 3306/TCP
  24. Host Port: 0/TCP
  25. State: Waiting
  26. Reason: ImagePullBackOff
  27. Ready: False
  28. Restart Count: 0
  29. Limits:
  30. memory: 1Gi
  31. Requests:
  32. memory: 1Gi
  33. Liveness: tcp-socket :3306 delay=30s timeout=1s period=10s #success=1 #failure=3
  34. Readiness: exec [/bin/sh -i -c MYSQL_PWD="$MYSQL_PASSWORD" mysql -h 127.0.0.1 -u $MYSQL_USER -D $MYSQL_DATABASE -e 'SELECT 1'] delay=5s timeout=1s period=10s #success=1 #failure=3
  35. Environment:
  36. MYSQL_USER: <set to the key 'database-user' in secret 'mariadb'> Optional: false
  37. MYSQL_PASSWORD: <set to the key 'database-password' in secret 'mariadb'> Optional: false
  38. MYSQL_ROOT_PASSWORD: <set to the key 'database-root-password' in secret 'mariadb'> Optional: false
  39. MYSQL_DATABASE: <set to the key 'database-name' in secret 'mariadb'> Optional: false
  40. Mounts:
  41. /var/lib/mysql/data from mariadb-data (rw)
  42. /var/run/secrets/kubernetes.io/serviceaccount from default-token-pvjdf (ro)
  43. Conditions:
  44. Type Status
  45. Initialized True
  46. Ready False
  47. ContainersReady False
  48. PodScheduled True
  49. Volumes:
  50. mariadb-data:
  51. Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
  52. ClaimName: mariadb
  53. ReadOnly: false
  54. default-token-pvjdf:
  55. Type: Secret (a volume populated by a Secret)
  56. SecretName: default-token-pvjdf
  57. Optional: false
  58. QoS Class: Burstable
  59. Node-Selectors: node-role.kubernetes.io/compute=true
  60. Tolerations: node.kubernetes.io/memory-pressure:NoSchedule
  61. Events:
  62. Type Reason Age From Message
  63. ---- ------ ---- ---- -------
  64. Warning Failed 22m (x4504 over 17h) kubelet, node-03 Error: ImagePullBackOff
  65. Normal BackOff 2m (x4590 over 17h) kubelet, node-03 Back-off pulling image "docker-registry.default.svc:5000/openshift/mariadb@sha256:735585a4a7bc1b12ad47e9040a88dc14c3673f86169574c366d55721273888e9"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement