kyle_o

mariadb

Apr 26th, 2020
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. Name: wordpress-mariadb-0
  2. Namespace: wordpress
  3. Priority: 0
  4. Node: <none>
  5. Labels: app=mariadb
  6. chart=mariadb-7.3.14
  7. component=master
  8. controller-revision-hash=wordpress-mariadb-69b5c878dd
  9. release=wordpress
  10. statefulset.kubernetes.io/pod-name=wordpress-mariadb-0
  11. Annotations: <none>
  12. Status: Pending
  13. IP:
  14. IPs: <none>
  15. Controlled By: StatefulSet/wordpress-mariadb
  16. Containers:
  17. mariadb:
  18. Image: docker.io/bitnami/mariadb:10.3.22-debian-10-r44
  19. Port: 3306/TCP
  20. Host Port: 0/TCP
  21. Liveness: exec [sh -c password_aux="${MARIADB_ROOT_PASSWORD:-}"
  22. if [ -f "${MARIADB_ROOT_PASSWORD_FILE:-}" ]; then
  23. password_aux=$(cat $MARIADB_ROOT_PASSWORD_FILE)
  24. fi
  25. mysqladmin status -uroot -p$password_aux
  26. ] delay=120s timeout=1s period=10s #success=1 #failure=3
  27. Readiness: exec [sh -c password_aux="${MARIADB_ROOT_PASSWORD:-}"
  28. if [ -f "${MARIADB_ROOT_PASSWORD_FILE:-}" ]; then
  29. password_aux=$(cat $MARIADB_ROOT_PASSWORD_FILE)
  30. fi
  31. mysqladmin status -uroot -p$password_aux
  32. ] delay=30s timeout=1s period=10s #success=1 #failure=3
  33. Environment:
  34. MARIADB_ROOT_PASSWORD: <set to the key 'mariadb-root-password' in secret 'wordpress-mariadb'> Optional: false
  35. MARIADB_USER: wordpress
  36. MARIADB_PASSWORD: <set to the key 'mariadb-password' in secret 'wordpress-mariadb'> Optional: false
  37. MARIADB_DATABASE: wordpress
  38. Mounts:
  39. /bitnami/mariadb from data (rw)
  40. /opt/bitnami/mariadb/conf/my.cnf from config (rw,path="my.cnf")
  41. /var/run/secrets/kubernetes.io/serviceaccount from default-token-44mxv (ro)
  42. Conditions:
  43. Type Status
  44. PodScheduled False
  45. Volumes:
  46. data:
  47. Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
  48. ClaimName: data-wordpress-mariadb-0
  49. ReadOnly: false
  50. config:
  51. Type: ConfigMap (a volume populated by a ConfigMap)
  52. Name: wordpress-mariadb
  53. Optional: false
  54. default-token-44mxv:
  55. Type: Secret (a volume populated by a Secret)
  56. SecretName: default-token-44mxv
  57. Optional: false
  58. QoS Class: BestEffort
  59. Node-Selectors: <none>
  60. Tolerations: node.kubernetes.io/not-ready:NoExecute for 300s
  61. node.kubernetes.io/unreachable:NoExecute for 300s
  62. Events:
  63. Type Reason Age From Message
  64. ---- ------ ---- ---- -------
  65. Warning FailedScheduling <unknown> default-scheduler 0/6 nodes are available: 6 node(s) had taints that the pod didn't tolerate.
  66. Warning FailedScheduling <unknown> default-scheduler 0/6 nodes are available: 6 node(s) had taints that the pod didn't tolerate.
Add Comment
Please, Sign In to add comment