Guest User

Untitled

a guest
Apr 19th, 2018
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. kubectl describe pod
  2. Name: crd-validating-webhook-b67d5db9b-s9wfp
  3. Namespace: default
  4. Node: 127.0.0.1/127.0.0.1
  5. Start Time: Wed, 11 Apr 2018 13:22:35 -0400
  6. Labels: app=crd-validating-webhook
  7. pod-template-hash=623818656
  8. Annotations: <none>
  9. Status: Running
  10. IP: 172.17.0.3
  11. Controlled By: ReplicaSet/crd-validating-webhook-b67d5db9b
  12. Containers:
  13. crd-validating-webhook:
  14. Container ID: docker://f5372c0eff48baee2a67f6fa300bcf774fdf106b637a9388fc6f0ded9e507b0b
  15. Image: gcr.io/jiji-168714/cr-crd-admission-webhook-amd64:1.10v2
  16. Image ID: docker-pullable://gcr.io/jiji-168714/cr-crd-admission-webhook-amd64@sha256:7be5c9a31f2d1d6c74d638064c3f96cd4a28fe99172e369c9fb574d4727b4c00
  17. Port: 8000/TCP
  18. Host Port: 0/TCP
  19. Args:
  20. -alsologtostderr
  21. State: Waiting
  22. Reason: CrashLoopBackOff
  23. Last State: Terminated
  24. Reason: Completed
  25. Exit Code: 0
  26. Started: Wed, 11 Apr 2018 14:24:45 -0400
  27. Finished: Wed, 11 Apr 2018 14:24:46 -0400
  28. Ready: False
  29. Restart Count: 17
  30. Environment: <none>
  31. Mounts:
  32. /var/run/secrets/kubernetes.io/serviceaccount from default-token-tct72 (ro)
  33. Conditions:
  34. Type Status
  35. Initialized True
  36. Ready False
  37. PodScheduled True
  38. Volumes:
  39. default-token-tct72:
  40. Type: Secret (a volume populated by a Secret)
  41. SecretName: default-token-tct72
  42. Optional: false
  43. QoS Class: BestEffort
  44. Node-Selectors: <none>
  45. Tolerations: node.kubernetes.io/not-ready:NoExecute for 300s
  46. node.kubernetes.io/unreachable:NoExecute for 300s
  47. Events:
  48. Type Reason Age From Message
  49. ---- ------ ---- ---- -------
  50. Warning BackOff 4m (x272 over 1h) kubelet, 127.0.0.1 Back-off restarting failed container
Add Comment
Please, Sign In to add comment