Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. [root@gateway kolla-kubernetes]# kubectl describe pod fetchresolv --namespace=kolla
  2. Name: fetchresolv
  3. Namespace: kolla
  4. Node: centos-storage-3.calit2.optiputer.net/67.58.53.138
  5. Start Time: Sun, 02 Oct 2016 12:32:31 -0700
  6. Labels: <none>
  7. Status: Pending
  8. IP:
  9. Controllers: <none>
  10. Containers:
  11. fetchresolv:
  12. Container ID:
  13. Image: 67.58.53.149:4000/kolla/centos-binary-kolla-toolbox:3.0.0
  14. Image ID:
  15. Port:
  16. Args:
  17. /bin/bash
  18. -c
  19. cat /etc/resolv.conf
  20. State: Waiting
  21. Reason: ContainerCreating
  22. Ready: False
  23. Restart Count: 0
  24. Volume Mounts:
  25. /var/run/secrets/kubernetes.io/serviceaccount from default-token-9ldf9 (ro)
  26. Environment Variables: <none>
  27. Conditions:
  28. Type Status
  29. Initialized True
  30. Ready False
  31. PodScheduled True
  32. Volumes:
  33. default-token-9ldf9:
  34. Type: Secret (a volume populated by a Secret)
  35. SecretName: default-token-9ldf9
  36. QoS Class: BestEffort
  37. Tolerations: <none>
  38. Events:
  39. FirstSeen LastSeen Count From SubobjectPath Type Reason Message
  40. --------- -------- ----- ---- ------------- -------- ------ -------
  41. 37m 37m 1 {default-scheduler } Normal Scheduled Successfully assigned fetchresolv to centos-storage-3.calit2.optiputer.net
  42. 37m 1s 1153 {kubelet centos-storage-3.calit2.optiputer.net} Warning FailedSync Error syncing pod, skipping: failed to "SetupNetwork" for "fetchresolv_kolla" with SetupNetworkError: "Failed to setup network for pod \"fetchresolv_kolla(f626e7f4-88d6-11e6-8759-002590fc8a1a)\" using network plugins \"cni\": cni config unintialized; Skipping pod"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement