Skip to content

Instantly share code, notes, and snippets.

@felipecosta09
Last active April 10, 2020 13:03
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 felipecosta09/bec9d75576e5d74733fa83038af584bf to your computer and use it in GitHub Desktop.
Save felipecosta09/bec9d75576e5d74733fa83038af584bf to your computer and use it in GitHub Desktop.
KOPS Validate Cluster Success
# KOPS Validate Cluster Success
kops validate cluster
[root@ip-172-31-41-51 ec2-user]# kops validate cluster
Using cluster from kubectl context: k8s-gitlab.k8s.local
Validating cluster k8s-gitlab.k8s.local
INSTANCE GROUPS
NAME ROLE MACHINETYPE MIN MAX SUBNETS
master-us-east-1a Master m3.medium 1 1 us-east-1a
nodes Node t2.medium 3 5 us-east-1a,us-east-1b,us-east-1c
NODE STATUS
NAME ROLE READY
ip-172-20-107-217.ec2.internal node True
ip-172-20-39-127.ec2.internal node True
ip-172-20-61-163.ec2.internal master True
ip-172-20-74-55.ec2.internal node True
Your cluster k8s-gitlab.k8s.local is ready
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment