Advertisement
mamanegoryu1

Untitled

Jan 8th, 2019
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. ➜ percona-xtradb-cluster-operator git:(master) kubectl describe pod/cluster1-pxc-node-1
  2. Name: cluster1-pxc-node-1
  3. Namespace: pxc
  4. Priority: 0
  5. PriorityClassName: <none>
  6. Node: <none>
  7. Labels: app=pxc
  8. cluster=cluster1
  9. component=cluster1-pxc-nodes
  10. controller-revision-hash=cluster1-pxc-node-84547c4d56
  11. statefulset.kubernetes.io/pod-name=cluster1-pxc-node-1
  12. Annotations: <none>
  13. Status: Pending
  14. IP:
  15. Controlled By: StatefulSet/cluster1-pxc-node
  16. Containers:
  17. node:
  18. Image: perconalab/pxc-openshift:0.2.0
  19. Port: 3306/TCP
  20. Host Port: 0/TCP
  21. Requests:
  22. cpu: 600m
  23. memory: 1G
  24. Liveness: exec [/usr/bin/clustercheck.sh] delay=300s timeout=5s period=10s #success=1 #failure=3
  25. Readiness: exec [/usr/bin/clustercheck.sh] delay=15s timeout=15s period=30s #success=1 #failure=5
  26. Environment:
  27. MYSQL_ROOT_PASSWORD: <set to the key 'root' in secret 'my-cluster-secrets'> Optional: false
  28. XTRABACKUP_PASSWORD: <set to the key 'xtrabackup' in secret 'my-cluster-secrets'> Optional: false
  29. MONITOR_PASSWORD: <set to the key 'monitor' in secret 'my-cluster-secrets'> Optional: false
  30. CLUSTERCHECK_PASSWORD: <set to the key 'clustercheck' in secret 'my-cluster-secrets'> Optional: false
  31. Mounts:
  32. /etc/mysql/conf.d/ from config-volume (rw)
  33. /var/lib/mysql from datadir (rw)
  34. /var/run/secrets/kubernetes.io/serviceaccount from default-token-mk65c (ro)
  35. Conditions:
  36. Type Status
  37. PodScheduled False
  38. Volumes:
  39. datadir:
  40. Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
  41. ClaimName: datadir-cluster1-pxc-node-1
  42. ReadOnly: false
  43. config-volume:
  44. Type: ConfigMap (a volume populated by a ConfigMap)
  45. Name: pxc
  46. Optional: true
  47. default-token-mk65c:
  48. Type: Secret (a volume populated by a Secret)
  49. SecretName: default-token-mk65c
  50. Optional: false
  51. QoS Class: Burstable
  52. Node-Selectors: <none>
  53. Tolerations: node.kubernetes.io/not-ready:NoExecute for 300s
  54. node.kubernetes.io/unreachable:NoExecute for 300s
  55. Events:
  56. Type Reason Age From Message
  57. ---- ------ ---- ---- -------
  58. Warning FailedScheduling 10m (x19 over 103m) default-scheduler 0/1 nodes are available: 1 Insufficient memory.
  59. ➜ percona-xtradb-cluster-operator git:(master)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement