1 개요[ | ]
- kops validate cluster
Console
Copy
$ kops validate cluster
Validating cluster k8s.example.com
INSTANCE GROUPS
NAME ROLE MACHINETYPE MIN MAX SUBNETS
master-ap-northeast-2c Master t3.small 1 1 ap-northeast-2c
nodes Node t3.medium 3 3 ap-northeast-2c
NODE STATUS
NAME ROLE READY
ip-172-35-79-157.ap-northeast-2.compute.internal master True
ip-172-35-92-13.ap-northeast-2.compute.internal node True
ip-172-35-92-213.ap-northeast-2.compute.internal node True
VALIDATION ERRORS
KIND NAME MESSAGE
Machine i-068024a79135c8e02 machine "i-068024a79135c8e02" has not yet joined cluster
Validation Failed
Console
Copy
$ kops validate cluster
Validating cluster k8s.example.com
INSTANCE GROUPS
NAME ROLE MACHINETYPE MIN MAX SUBNETS
master-ap-northeast-2c Master t3.small 1 1 ap-northeast-2c
nodes Node t3.medium 3 3 ap-northeast-2c
NODE STATUS
NAME ROLE READY
ip-172-35-79-157.ap-northeast-2.compute.internal master True
ip-172-35-92-13.ap-northeast-2.compute.internal node True
ip-172-35-92-213.ap-northeast-2.compute.internal node True
ip-172-35-68-13.ap-northeast-2.compute.internal node True
Your cluster k8s.example.com is ready
2 같이 보기[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.