Guest User

Untitled

a guest
Oct 3rd, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. root@baguette:/home/ubuntu# kubectl describe pod -n kube-system coredns-8d656896c-8hnc8
  2. Name: coredns-8d656896c-8hnc8
  3. Namespace: kube-system
  4. Node: baguette/192.168.10.8
  5. Start Time: Wed, 03 Oct 2018 11:06:03 +0000
  6. Labels: coredns=enabled
  7. pod-template-hash=482124527
  8. Annotations: configmap-etc-hash=ea78b27080fb37338d6d2b227b2c1e5f2a05804848547f40b3910ce58c2a2d3a
  9. Status: Running
  10. IP: 10.97.135.78
  11. Controlled By: ReplicaSet/coredns-8d656896c
  12. Containers:
  13. coredns:
  14. Container ID: docker://ac331d3f191cb2d17f086d1be6ebf507668079d3422d599e332bf75bc53ae98b
  15. Image: coredns/coredns:1.1.2
  16. Image ID: docker-pullable://coredns/coredns@sha256:dd2cd70f60ff7895b6a96002a54cbd3d00e88c19ba804aab56c8a5b645cf1e08
  17. Ports: 53/UDP, 53/TCP
  18. Host Ports: 0/UDP, 0/TCP
  19. Args:
  20. -conf
  21. /etc/coredns/Corefile
  22. State: Running
  23. Started: Wed, 03 Oct 2018 11:06:05 +0000
  24. Ready: False
  25. Restart Count: 0
  26. Liveness: http-get http://:8080/health delay=10s timeout=5s period=10s #success=1 #failure=3
  27. Readiness: http-get http://:8080/health delay=2s timeout=5s period=10s #success=1 #failure=3
  28. Environment: <none>
  29. Mounts:
  30. /etc/coredns from config-volume (rw)
  31. /var/run/secrets/kubernetes.io/serviceaccount from coredns-token-lgmq6 (ro)
  32. Conditions:
  33. Type Status
  34. Initialized True
  35. Ready False
  36. PodScheduled True
  37. Volumes:
  38. config-volume:
  39. Type: ConfigMap (a volume populated by a ConfigMap)
  40. Name: coredns-etc
  41. Optional: false
  42. coredns-token-lgmq6:
  43. Type: Secret (a volume populated by a Secret)
  44. SecretName: coredns-token-lgmq6
  45. Optional: false
  46. QoS Class: BestEffort
  47. Node-Selectors: coredns=enabled
  48. Tolerations: CriticalAddonsOnly
  49. node.kubernetes.io/not-ready:NoExecute for 300s
  50. node.kubernetes.io/unreachable:NoExecute for 300s
  51. Events:
  52. Type Reason Age From Message
  53. ---- ------ ---- ---- -------
  54. Normal Scheduled 59s default-scheduler Successfully assigned coredns-8d656896c-8hnc8 to baguette
  55. Normal SuccessfulMountVolume 58s kubelet, baguette MountVolume.SetUp succeeded for volume "config-volume"
  56. Normal SuccessfulMountVolume 58s kubelet, baguette MountVolume.SetUp succeeded for volume "coredns-token-lgmq6"
  57. Normal Pulled 58s kubelet, baguette Container image "coredns/coredns:1.1.2" already present on machine
  58. Normal Created 58s kubelet, baguette Created container
  59. Normal Started 57s kubelet, baguette Started container
  60. Warning Unhealthy 22s (x3 over 42s) kubelet, baguette Liveness probe failed: HTTP probe failed with statuscode: 503
  61. Warning Unhealthy 3s (x6 over 53s) kubelet, baguette Readiness probe failed: HTTP probe failed with statuscode: 503
Advertisement
Add Comment
Please, Sign In to add comment