cluster-config
ubuntu@ip-10-0-0-10:/etc/ssl/certs$ kubectl get nodes | |
NAME STATUS ROLES AGE VERSION | |
ip-10-0-0-10 Ready master 6d12h v1.15.5 | |
ip-10-0-0-11 Ready <none> 6d12h v1.15.5 | |
ip-10-0-0-12 Ready <none> 6d12h v1.15.5 | |
ip-10-0-0-13 Ready <none> 6d12h v1.15.5 | |
ubuntu@ip-10-0-0-10:/etc/ssl/certs$ kunc get po -o wide | |
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES | |
calico-kube-controllers-5b8f65ffc9-6wlk7 1/1 Running 0 6d12h 10.48.66.130 ip-10-0-0-12 <none> <none> | |
calico-node-24vn5 1/1 Running 0 2d5h 10.0.0.13 ip-10-0-0-13 <none> <none> | |
calico-node-5pdkt 1/1 Running 0 2d5h 10.0.0.12 ip-10-0-0-12 <none> <none> | |
calico-node-kl6zc 1/1 Running 0 2d5h 10.0.0.10 ip-10-0-0-10 <none> <none> | |
calico-node-wz7nk 1/1 Running 0 2d5h 10.0.0.11 ip-10-0-0-11 <none> <none> | |
calico-typha-9cc676675-fw6hp 1/1 Running 0 2d11h 10.0.0.13 ip-10-0-0-13 <none> <none> | |
calico-typha-9cc676675-rvk9d 1/1 Running 0 2d11h 10.0.0.12 ip-10-0-0-12 <none> <none> | |
calico-typha-9cc676675-sfghj 1/1 Running 0 2d11h 10.0.0.11 ip-10-0-0-11 <none> <none> | |
calico-typha-9cc676675-vq9hd 1/1 Running 0 2d11h 10.0.0.10 ip-10-0-0-10 <none> <none> | |
ubuntu@ip-10-0-0-10:/etc/ssl/certs$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment