"Kubectl annotate"의 두 판 사이의 차이

15번째 줄: 15번째 줄:
==같이 보기==
==같이 보기==
* [[쿠버네티스 Annotation]]
* [[쿠버네티스 Annotation]]
* [[kubectl]]


==참고==
==참고==

2019년 5월 29일 (수) 11:16 판

1 개요

kubectl annotate
kubectl annotate pods foo description='my frontend'
kubectl annotate --overwrite pods foo description='my frontend running nginx'
kubectl annotate pods foo description='my frontend running nginx' --resource-version=1

2 같이 보기

3 참고

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