k8s去除污点节点现象
12345678910111213# 查看节点详情kubectl describe pods nginx-7b7485646b-n9f8g -n default ################报错信息##############Node-Selectors: Tolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s node.kubernetes.io/unreachable:NoExecute op=Exists for 300s ...
