Kubernetes 无法排空节点

Kubernetes 无法排空节点

我正在运行一个 Kubernetes 集群,该集群在 VMWare CoreOS 上部署了 12 个节点。当我尝试耗尽节点时,返回此错误:

kubectl drain k8s-worker-001.faza.kz
The Node "k8s-worker-001.faza.kz" is invalid: []: Forbidden: node updates may only change labels, taints, or capacity (or configSource, if the DynamicKubeletConfig feature gate is enabled)

相关内容