Advertisement
Guest User

Untitled

a guest
Aug 20th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.39 KB | None | 0 0
  1. trunglv@master:~/k8s/k8snodejs$ kubectl describe pods calico-node-l2zmq -n kube-system
  2. Name: calico-node-l2zmq
  3. Namespace: kube-system
  4. Priority: 0
  5. PriorityClassName: <none>
  6. Node: slave02/172.16.200.5
  7. Start Time: Tue, 21 Aug 2018 10:34:22 +0700
  8. Labels: controller-revision-hash=3425869415
  9. k8s-app=calico-node
  10. pod-template-generation=1
  11. Annotations: scheduler.alpha.kubernetes.io/critical-pod=
  12. Status: Running
  13. IP: 172.16.200.5
  14. Controlled By: DaemonSet/calico-node
  15. Containers:
  16. calico-node:
  17. Container ID: docker://a0adb4b2d363365efa7b5f4def83fe741ee24fe86f7c8976eb6beb0f3ee9d05b
  18. Image: quay.io/calico/node:v3.2.0
  19. Image ID: docker-pullable://quay.io/calico/node@sha256:dd9ae045359dd9e22b66c2d2bedf8e173e3cf8ca8893a15d8543b96fa2cae072
  20. Port: <none>
  21. Host Port: <none>
  22. State: Waiting
  23. Reason: CrashLoopBackOff
  24. Last State: Terminated
  25. Reason: Error
  26. Exit Code: 1
  27. Started: Tue, 21 Aug 2018 10:37:26 +0700
  28. Finished: Tue, 21 Aug 2018 10:37:26 +0700
  29. Ready: False
  30. Restart Count: 5
  31. Requests:
  32. cpu: 250m
  33. Liveness: http-get http://localhost:9099/liveness delay=10s timeout=1s period=10s #success=1 #failure=6
  34. Readiness: exec [/bin/calico-node -bird-ready -felix-ready] delay=0s timeout=1s period=10s #success=1 #failure=3
  35. Environment:
  36. ETCD_ENDPOINTS: <set to the key 'etcd_endpoints' of config map 'calico-config'> Optional: false
  37. ETCD_CA_CERT_FILE: <set to the key 'etcd_ca' of config map 'calico-config'> Optional: false
  38. ETCD_KEY_FILE: <set to the key 'etcd_key' of config map 'calico-config'> Optional: false
  39. ETCD_CERT_FILE: <set to the key 'etcd_cert' of config map 'calico-config'> Optional: false
  40. CALICO_K8S_NODE_REF: (v1:spec.nodeName)
  41. CALICO_NETWORKING_BACKEND: <set to the key 'calico_backend' of config map 'calico-config'> Optional: false
  42. CLUSTER_TYPE: k8s,bgp
  43. IP: autodetect
  44. CALICO_IPV4POOL_IPIP: Always
  45. FELIX_IPINIPMTU: <set to the key 'veth_mtu' of config map 'calico-config'> Optional: false
  46. CALICO_IPV4POOL_CIDR: 192.168.0.0/16
  47. CALICO_DISABLE_FILE_LOGGING: true
  48. FELIX_DEFAULTENDPOINTTOHOSTACTION: ACCEPT
  49. FELIX_IPV6SUPPORT: false
  50. FELIX_LOGSEVERITYSCREEN: info
  51. FELIX_HEALTHENABLED: true
  52. Mounts:
  53. /calico-secrets from etcd-certs (rw)
  54. /lib/modules from lib-modules (ro)
  55. /var/lib/calico from var-lib-calico (rw)
  56. /var/run/calico from var-run-calico (rw)
  57. /var/run/secrets/kubernetes.io/serviceaccount from calico-node-token-n6lfq (ro)
  58. install-cni:
  59. Container ID: docker://5676fedfae86885c5c7dbbb21e57c343e852d5ef2b48e55d6932b3c88d074943
  60. Image: quay.io/calico/cni:v3.2.0
  61. Image ID: docker-pullable://quay.io/calico/cni@sha256:b45dab776f42c684fe378cea1482b5bc691fe500f29d00a50f749306a178bcdd
  62. Port: <none>
  63. Host Port: <none>
  64. Command:
  65. /install-cni.sh
  66. State: Running
  67. Started: Tue, 21 Aug 2018 10:34:25 +0700
  68. Ready: True
  69. Restart Count: 0
  70. Environment:
  71. CNI_CONF_NAME: 10-calico.conflist
  72. ETCD_ENDPOINTS: <set to the key 'etcd_endpoints' of config map 'calico-config'> Optional: false
  73. CNI_NETWORK_CONFIG: <set to the key 'cni_network_config' of config map 'calico-config'> Optional: false
  74. CNI_MTU: <set to the key 'veth_mtu' of config map 'calico-config'> Optional: false
  75. Mounts:
  76. /calico-secrets from etcd-certs (rw)
  77. /host/etc/cni/net.d from cni-net-dir (rw)
  78. /host/opt/cni/bin from cni-bin-dir (rw)
  79. /var/run/secrets/kubernetes.io/serviceaccount from calico-node-token-n6lfq (ro)
  80. Conditions:
  81. Type Status
  82. Initialized True
  83. Ready False
  84. ContainersReady False
  85. PodScheduled True
  86. Volumes:
  87. lib-modules:
  88. Type: HostPath (bare host directory volume)
  89. Path: /lib/modules
  90. HostPathType:
  91. var-run-calico:
  92. Type: HostPath (bare host directory volume)
  93. Path: /var/run/calico
  94. HostPathType:
  95. var-lib-calico:
  96. Type: HostPath (bare host directory volume)
  97. Path: /var/lib/calico
  98. HostPathType:
  99. cni-bin-dir:
  100. Type: HostPath (bare host directory volume)
  101. Path: /opt/cni/bin
  102. HostPathType:
  103. cni-net-dir:
  104. Type: HostPath (bare host directory volume)
  105. Path: /etc/cni/net.d
  106. HostPathType:
  107. etcd-certs:
  108. Type: Secret (a volume populated by a Secret)
  109. SecretName: calico-etcd-secrets
  110. Optional: false
  111. calico-node-token-n6lfq:
  112. Type: Secret (a volume populated by a Secret)
  113. SecretName: calico-node-token-n6lfq
  114. Optional: false
  115. QoS Class: Burstable
  116. Node-Selectors: <none>
  117. Tolerations: :NoSchedule
  118. :NoExecute
  119. CriticalAddonsOnly
  120. node.kubernetes.io/disk-pressure:NoSchedule
  121. node.kubernetes.io/memory-pressure:NoSchedule
  122. node.kubernetes.io/not-ready:NoExecute
  123. node.kubernetes.io/unreachable:NoExecute
  124. Events:
  125. Type Reason Age From Message
  126. ---- ------ ---- ---- -------
  127. Normal Pulled 4m kubelet, slave02 Container image "quay.io/calico/cni:v3.2.0" already present on machine
  128. Normal Created 4m kubelet, slave02 Created container
  129. Normal Started 4m kubelet, slave02 Started container
  130. Normal Pulled 3m (x4 over 4m) kubelet, slave02 Container image "quay.io/calico/node:v3.2.0" already present on machine
  131. Normal Created 3m (x4 over 4m) kubelet, slave02 Created container
  132. Normal Started 3m (x4 over 4m) kubelet, slave02 Started container
  133. Warning BackOff 3m (x10 over 4m) kubelet, slave02 Back-off restarting failed container
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement