Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. > kubectl describe pod nginx-rmwc3
  2. Name: nginx-rmwc3
  3. Namespace: default
  4. Node: hussein-143-10acre-2.c.rancher-qa.internal/
  5. Labels: name=nginx
  6. Status: Pending
  7. IP:
  8. Controllers: ReplicationController/nginx
  9. Containers:
  10. nginx:
  11. Image: husseingalal/nginx-curl
  12. Port: 80/TCP
  13. Volume Mounts:
  14. /var/run/secrets/kubernetes.io/serviceaccount from default-token-gb0ps (ro)
  15. Environment Variables: <none>
  16. Conditions:
  17. Type Status
  18. PodScheduled True
  19. Volumes:
  20. default-token-gb0ps:
  21. Type: Secret (a volume populated by a Secret)
  22. SecretName: default-token-gb0ps
  23. QoS Class: BestEffort
  24. Tolerations: <none>
  25. Events:
  26. FirstSeen LastSeen Count From SubObjectPath Type Reason Message
  27. --------- -------- ----- ---- ------------- -------- ------ -------
  28. 49m 49m 1 {default-scheduler } Normal Scheduled Successf
  29. ully assigned nginx-rmwc3 to hussein-143-10acre-2.c.rancher-qa.internal
  30. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement