Advertisement
Guest User

Untitled

a guest
May 14th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. kubectl -n sr-fts describe pod mariadb-6457c96777-bzqxt
  2. Name: mariadb-6457c96777-bzqxt
  3. Namespace: sr-fts
  4. Priority: 0
  5. PriorityClassName: <none>
  6. Node: node7.xxx.net/xxx.xxx.67.137
  7. Start Time: Mon, 13 May 2019 08:27:32 -0700
  8. Labels: app=mariadb
  9. pod-template-hash=6457c96777
  10. Annotations: <none>
  11. Status: Running
  12. IP: 10.244.5.120
  13. Controlled By: ReplicaSet/mariadb-6457c96777
  14. Containers:
  15. mariadb:
  16. Container ID: docker://d9b3fd303da9e6c49efc5091252196a33bd5148101516c910966ddb3aee2b6d3
  17. Image: mariadb/server:10.3.13
  18. Image ID: docker-pullable://mariadb/server@sha256:30b1d2ac0195de6c9704d5686db9cbfc1bc342e546b3b313c3387f2309629c32
  19. Port: 3306/TCP
  20. Host Port: 0/TCP
  21. State: Running
  22. Started: Mon, 13 May 2019 08:27:38 -0700
  23. Ready: True
  24. Restart Count: 0
  25. Environment:
  26. MARIADB_RANDOM_ROOT_PASSWORD: true
  27. MARIADB_DATABASE: fts
  28. MARIADB_USER: fts
  29. MARIADB_PASSWORD: redacted
  30. Mounts:
  31. /var/lib/mysql from mariadb-persistent-storage (rw)
  32. /var/run/secrets/kubernetes.io/serviceaccount from default-token-hpfzm (ro)
  33. Conditions:
  34. Type Status
  35. Initialized True
  36. Ready True
  37. ContainersReady True
  38. PodScheduled True
  39. Volumes:
  40. mariadb-persistent-storage:
  41. Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
  42. ClaimName: sr-fts-mariadb
  43. ReadOnly: false
  44. default-token-hpfzm:
  45. Type: Secret (a volume populated by a Secret)
  46. SecretName: default-token-hpfzm
  47. Optional: false
  48. QoS Class: BestEffort
  49. Node-Selectors: <none>
  50. Tolerations: node.kubernetes.io/not-ready:NoExecute for 300s
  51. node.kubernetes.io/unreachable:NoExecute for 300s
  52. Events: <none>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement