node01 노드에 key=spray value=mortein taint-effect=NoSchedule 테인트를 만드세요 나의 답안 ) kubectl taint nodes node01 spray=mortein:NoSchedule kubectl describe node node01 | grep Taint Solution ) 나의 답안과 같음 Taint가 적용된 파드를 만드세요 Image name: nginx Key: spray Value: mortein Effect: NoSchedule Status: Running 나의 답안 ) kubectl run bee --image=nginx --dry-run=client -o yaml > ./bee.yaml vi bee.yaml spec 아래에 toleration..