Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1. ~$ kubectl describe po -n kube-system coredns-5644d7b6d9-dxkrn
  2. Name: coredns-5644d7b6d9-dxkrn
  3. Namespace: kube-system
  4. Priority: 2000000000
  5. Priority Class Name: system-cluster-critical
  6. Node: k8s-nsx-02/172.16.10.212
  7. Start Time: Sun, 26 Jan 2020 15:49:21 +0000
  8. Labels: k8s-app=kube-dns
  9. pod-template-hash=5644d7b6d9
  10. Annotations: <none>
  11. Status: Running
  12. IP: 172.16.1.3
  13. IPs:
  14. IP: 172.16.1.3
  15. Controlled By: ReplicaSet/coredns-5644d7b6d9
  16. Containers:
  17. coredns:
  18. Container ID: docker://534f1baaad5f9e7f82eefab76063770c10f0bc145455fa050ab9f8c498c89aef
  19. Image: k8s.gcr.io/coredns:1.6.2
  20. Image ID: docker-pullable://k8s.gcr.io/coredns@sha256:12eb885b8685b1b13a04ecf5c23bc809c2e57917252fd7b0be9e9c00644e8ee5
  21. Ports: 53/UDP, 53/TCP, 9153/TCP
  22. Host Ports: 0/UDP, 0/TCP, 0/TCP
  23. Args:
  24. -conf
  25. /etc/coredns/Corefile
  26. State: Waiting
  27. Reason: CrashLoopBackOff
  28. Last State: Terminated
  29. Reason: Completed
  30. Exit Code: 0
  31. Started: Sun, 26 Jan 2020 16:05:33 +0000
  32. Finished: Sun, 26 Jan 2020 16:07:23 +0000
  33. Ready: False
  34. Restart Count: 9
  35. Limits:
  36. memory: 170Mi
  37. Requests:
  38. cpu: 100m
  39. memory: 70Mi
  40. Liveness: http-get http://:8080/health delay=60s timeout=5s period=10s #success=1 #failure=5
  41. Readiness: http-get http://:8181/ready delay=0s timeout=1s period=10s #success=1 #failure=3
  42. Environment: <none>
  43. Mounts:
  44. /etc/coredns from config-volume (ro)
  45. /var/run/secrets/kubernetes.io/serviceaccount from coredns-token-bz7j9 (ro)
  46. Conditions:
  47. Type Status
  48. Initialized True
  49. Ready False
  50. ContainersReady False
  51. PodScheduled True
  52. Volumes:
  53. config-volume:
  54. Type: ConfigMap (a volume populated by a ConfigMap)
  55. Name: coredns
  56. Optional: false
  57. coredns-token-bz7j9:
  58. Type: Secret (a volume populated by a Secret)
  59. SecretName: coredns-token-bz7j9
  60. Optional: false
  61. QoS Class: Burstable
  62. Node-Selectors: beta.kubernetes.io/os=linux
  63. Tolerations: CriticalAddonsOnly
  64. node-role.kubernetes.io/master:NoSchedule
  65. node.kubernetes.io/not-ready:NoExecute for 300s
  66. node.kubernetes.io/unreachable:NoExecute for 300s
  67. Events:
  68. Type Reason Age From Message
  69. ---- ------ ---- ---- -------
  70. Warning FailedScheduling 37m (x3 over 38m) default-scheduler 0/1 nodes are available: 1 node(s) had taints that the pod didn't tolerate.
  71. Warning FailedScheduling 22m (x13 over 36m) default-scheduler 0/2 nodes are available: 2 node(s) had taints that the pod didn't tolerate.
  72. Normal Scheduled 22m default-scheduler Successfully assigned kube-system/coredns-5644d7b6d9-dxkrn to k8s-nsx-02
  73. Normal Pulling 22m kubelet, k8s-nsx-02 Pulling image "k8s.gcr.io/coredns:1.6.2"
  74. Normal Pulled 22m kubelet, k8s-nsx-02 Successfully pulled image "k8s.gcr.io/coredns:1.6.2"
  75. Normal Created 22m (x4 over 22m) kubelet, k8s-nsx-02 Created container coredns
  76. Normal Pulled 22m (x3 over 22m) kubelet, k8s-nsx-02 Container image "k8s.gcr.io/coredns:1.6.2" already present on machine
  77. Normal Started 22m (x4 over 22m) kubelet, k8s-nsx-02 Started container coredns
  78. Normal Killing 22m (x4 over 22m) kubelet, k8s-nsx-02 Stopping container coredns
  79. Warning Unhealthy 22m (x2 over 22m) kubelet, k8s-nsx-02 Readiness probe failed: Get http://:8181/ready: dial tcp :8181: connect: connection refused
  80. Normal SandboxChanged 17m (x96 over 22m) kubelet, k8s-nsx-02 Pod sandbox changed, it will be killed and re-created.
  81. Warning Unhealthy 7m51s (x4 over 8m21s) kubelet, k8s-nsx-02 Readiness probe failed: Get http://172.16.1.3:8181/ready: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
  82. Warning BackOff 2m52s (x209 over 22m) kubelet, k8s-nsx-02 Back-off restarting failed container
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement