Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@baguette:/home/ubuntu# kubectl describe pod -n kube-system coredns-8d656896c-8hnc8
- Name: coredns-8d656896c-8hnc8
- Namespace: kube-system
- Node: baguette/192.168.10.8
- Start Time: Wed, 03 Oct 2018 11:06:03 +0000
- Labels: coredns=enabled
- pod-template-hash=482124527
- Annotations: configmap-etc-hash=ea78b27080fb37338d6d2b227b2c1e5f2a05804848547f40b3910ce58c2a2d3a
- Status: Running
- IP: 10.97.135.78
- Controlled By: ReplicaSet/coredns-8d656896c
- Containers:
- coredns:
- Container ID: docker://ac331d3f191cb2d17f086d1be6ebf507668079d3422d599e332bf75bc53ae98b
- Image: coredns/coredns:1.1.2
- Image ID: docker-pullable://coredns/coredns@sha256:dd2cd70f60ff7895b6a96002a54cbd3d00e88c19ba804aab56c8a5b645cf1e08
- Ports: 53/UDP, 53/TCP
- Host Ports: 0/UDP, 0/TCP
- Args:
- -conf
- /etc/coredns/Corefile
- State: Running
- Started: Wed, 03 Oct 2018 11:06:05 +0000
- Ready: False
- Restart Count: 0
- Liveness: http-get http://:8080/health delay=10s timeout=5s period=10s #success=1 #failure=3
- Readiness: http-get http://:8080/health delay=2s timeout=5s period=10s #success=1 #failure=3
- Environment: <none>
- Mounts:
- /etc/coredns from config-volume (rw)
- /var/run/secrets/kubernetes.io/serviceaccount from coredns-token-lgmq6 (ro)
- Conditions:
- Type Status
- Initialized True
- Ready False
- PodScheduled True
- Volumes:
- config-volume:
- Type: ConfigMap (a volume populated by a ConfigMap)
- Name: coredns-etc
- Optional: false
- coredns-token-lgmq6:
- Type: Secret (a volume populated by a Secret)
- SecretName: coredns-token-lgmq6
- Optional: false
- QoS Class: BestEffort
- Node-Selectors: coredns=enabled
- Tolerations: CriticalAddonsOnly
- node.kubernetes.io/not-ready:NoExecute for 300s
- node.kubernetes.io/unreachable:NoExecute for 300s
- Events:
- Type Reason Age From Message
- ---- ------ ---- ---- -------
- Normal Scheduled 59s default-scheduler Successfully assigned coredns-8d656896c-8hnc8 to baguette
- Normal SuccessfulMountVolume 58s kubelet, baguette MountVolume.SetUp succeeded for volume "config-volume"
- Normal SuccessfulMountVolume 58s kubelet, baguette MountVolume.SetUp succeeded for volume "coredns-token-lgmq6"
- Normal Pulled 58s kubelet, baguette Container image "coredns/coredns:1.1.2" already present on machine
- Normal Created 58s kubelet, baguette Created container
- Normal Started 57s kubelet, baguette Started container
- Warning Unhealthy 22s (x3 over 42s) kubelet, baguette Liveness probe failed: HTTP probe failed with statuscode: 503
- 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