"K8s Pod Terminating"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
3번째 줄: 3번째 줄:
* 팟이 Terminating 상태에 머물러 있음
* 팟이 Terminating 상태에 머물러 있음


<source lang='bash'>
<syntaxhighlight lang='bash'>
kubectl -n 네임스페이스 delete pods --grace-period=0 --force 팟
kubectl -n 네임스페이스 delete pods --grace-period=0 --force 팟
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2022년 10월 17일 (월) 14:35 판

1 개요

K8s pod Terminating
  • 팟이 Terminating 상태에 머물러 있음
kubectl -n 네임스페이스 delete pods --grace-period=0 --force 팟

2 같이 보기

3 참고

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