Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. ➜ ambassador-config (⎈ arn:aws:eks:us-east-1:360915197767:cluster/mv-eks-ebs-eks:default) kubectl describe pod aws-node-69nk7 -n kube-system
  2. Name: aws-node-69nk7
  3. Namespace: kube-system
  4. Priority: 2000000000
  5. PriorityClassName: system-cluster-critical
  6. Node: ip-172-27-163-78.ec2.internal/172.27.163.78
  7. Start Time: Thu, 29 Aug 2019 22:53:22 -0400
  8. Labels: controller-revision-hash=77f89bb99b
  9. k8s-app=aws-node
  10. pod-template-generation=1
  11. Annotations: kubernetes.io/psp: eks.privileged
  12. Status: Running
  13. IP: 172.27.163.78
  14. Controlled By: DaemonSet/aws-node
  15. Containers:
  16. aws-node:
  17. Container ID: docker://632850882c095c51f9ad33fe745afe173e6e5a378a4b6094e2e2837fdd2000f8
  18. Image: 602401143452.dkr.ecr.us-east-1.amazonaws.com/amazon-k8s-cni:v1.5.1
  19. Image ID: docker-pullable://602401143452.dkr.ecr.us-east-1.amazonaws.com/amazon-k8s-cni@sha256:7e26e2b87a3050f7143e5ed4cc19ca7a71c1b6c308c315e3611fed2590c18a4c
  20. Port: 61678/TCP
  21. Host Port: 61678/TCP
  22. State: Running
  23. Started: Thu, 29 Aug 2019 22:53:34 -0400
  24. Ready: True
  25. Restart Count: 0
  26. Requests:
  27. cpu: 10m
  28. Environment:
  29. AWS_VPC_K8S_CNI_LOGLEVEL: DEBUG
  30. MY_NODE_NAME: (v1:spec.nodeName)
  31. WATCH_NAMESPACE: kube-system (v1:metadata.namespace)
  32. Mounts:
  33. /host/etc/cni/net.d from cni-net-dir (rw)
  34. /host/opt/cni/bin from cni-bin-dir (rw)
  35. /host/var/log from log-dir (rw)
  36. /var/run/docker.sock from dockersock (rw)
  37. /var/run/secrets/kubernetes.io/serviceaccount from aws-node-token-djv6s (ro)
  38. Conditions:
  39. Type Status
  40. Initialized True
  41. Ready True
  42. ContainersReady True
  43. PodScheduled True
  44. Volumes:
  45. cni-bin-dir:
  46. Type: HostPath (bare host directory volume)
  47. Path: /opt/cni/bin
  48. HostPathType:
  49. cni-net-dir:
  50. Type: HostPath (bare host directory volume)
  51. Path: /etc/cni/net.d
  52. HostPathType:
  53. log-dir:
  54. Type: HostPath (bare host directory volume)
  55. Path: /var/log
  56. HostPathType:
  57. dockersock:
  58. Type: HostPath (bare host directory volume)
  59. Path: /var/run/docker.sock
  60. HostPathType:
  61. aws-node-token-djv6s:
  62. Type: Secret (a volume populated by a Secret)
  63. SecretName: aws-node-token-djv6s
  64. Optional: false
  65. QoS Class: Burstable
  66. Node-Selectors: <none>
  67. Tolerations:
  68. node.kubernetes.io/disk-pressure:NoSchedule
  69. node.kubernetes.io/memory-pressure:NoSchedule
  70. node.kubernetes.io/network-unavailable:NoSchedule
  71. node.kubernetes.io/not-ready:NoExecute
  72. node.kubernetes.io/unreachable:NoExecute
  73. node.kubernetes.io/unschedulable:NoSchedule
  74. Events: <none>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement