쿠버네티스 pod STATUS Unknown

1 개요[ | ]

쿠버네티스 pod STATUS Unknown
testuser@localhost:~$ kubectl get pod redis-84c74986f9-tzbq2
NAME                     READY   STATUS    RESTARTS   AGE
redis-84c74986f9-tzbq2   1/1     Unknown   0          3h37m
testuser@localhost:~$ kubectl delete pod redis-84c74986f9-tzbq2
pod "redis-84c74986f9-tzbq2" deleted
^C
testuser@localhost:~$ kubectl delete pod redis-84c74986f9-tzbq2 --grace-period=0 --force
warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.
pod "redis-84c74986f9-tzbq2" force deleted
testuser@localhost:~$ kubectl get pod redis-84c74986f9-tzbq2
Error from server (NotFound): pods "redis-84c74986f9-tzbq2" not found

2 같이 보기[ | ]

3 참고[ | ]

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