Skip to content

Instantly share code, notes, and snippets.

@bikram20
Created April 1, 2020 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bikram20/1d17d659d7429cbb114a0850933dc0b8 to your computer and use it in GitHub Desktop.
Save bikram20/1d17d659d7429cbb114a0850933dc0b8 to your computer and use it in GitHub Desktop.
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