K8s node NotReady 만들기

1 개요[ | ]

root@master:~# kubectl get no
NAME     STATUS   ROLES    AGE     VERSION
master   Ready    master   7h47m   v1.14.0
node01   Ready    <none>   7h47m   v1.14.0
root@node01:~# systemctl stop kubelet
root@node01:~#
root@master:~# kubectl get no
NAME     STATUS     ROLES    AGE     VERSION
master   Ready      master   7h49m   v1.14.0
node01   NotReady   <none>   7h48m   v1.14.0
root@node01:~# systemctl start kubelet
root@node01:~#
root@master:~# kubectl get no
NAME     STATUS   ROLES    AGE     VERSION
master   Ready    master   7h49m   v1.14.0
node01   Ready    <none>   7h49m   v1.14.0

2 같이 보기[ | ]

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