kops validate cluster

1 개요[ | ]

kops validate cluster
$ 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
$ 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 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}