"Kubectl version --short"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
25번째 줄: 25번째 줄:
==같이 보기==
==같이 보기==
* [[kubectl version]]
* [[kubectl version]]
* [[kubectl version --short --client]]
* [[The connection to the server localhost:8080 was refused - did you specify the right host or port?]]
* [[The connection to the server localhost:8080 was refused - did you specify the right host or port?]]


[[분류: kubectl]]
[[분류: kubectl]]

2023년 6월 7일 (수) 22:27 기준 최신판

1 개요[ | ]

kubectl version --short
master:~$ kubectl version --short
Client Version: v1.11.3
Server Version: v1.11.3
node01:~$ kubectl version --short
Client Version: v1.11.3
The connection to the server localhost:8080 was refused - did you specify the right host or port?

$ kubectl version --short
Client Version: v1.16.1
Server Version: v1.12.10
$ kubectl version --short | grep Server
Server Version: v1.12.10

2 같이 보기[ | ]

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