K8S 노드 Ready,SchedulingDisabled 상태 해결

조회 2,955 · 댓글 0
후아빠작성자2022년 8월 1일
$ kubectl get nodes

NAME STATUS ROLES AGE VERSION
ip-10-10-110-226.ap-northeast-2.compute.internal Ready <none> 19d v1.21.12-eks-5308cf7
ip-10-10-110-65.ap-northeast-2.compute.internal Ready,SchedulingDisabled <none> 45d v1.21.12-eks-5308cf7
ip-10-10-130-32.ap-northeast-2.compute.internal Ready,SchedulingDisabled <none> 45d v1.21.12-eks-5308cf7
ip-10-10-130-46.ap-northeast-2.compute.internal Ready <none> 19d v1.21.12-eks-5308cf7


kubectl uncordon <노드이름>

로그인 후 답글을 남길 수 있습니다.