"Kops validate cluster"의 두 판 사이의 차이

 
14번째 줄: 14번째 줄:
NODE STATUS
NODE STATUS
NAME ROLE READY
NAME ROLE READY
ip-172-35-35-135.ap-northeast-2.compute.internal master True
ip-172-35-79-157.ap-northeast-2.compute.internal master True
ip-172-35-57-13.ap-northeast-2.compute.internal node True
ip-172-35-92-13.ap-northeast-2.compute.internal node True
ip-172-35-57-246.ap-northeast-2.compute.internal node True
ip-172-35-92-213.ap-northeast-2.compute.internal node True


VALIDATION ERRORS
VALIDATION ERRORS
23번째 줄: 23번째 줄:


Validation Failed
Validation Failed
</source>
<source lang='console'>
$ 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
</source>
</source>



2019년 10월 13일 (일) 14:54 기준 최신판

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 }}