As Kubernetes docs exmplain Kubeadm reset有时取决于我们的配置,某些配置保留在群集中.Depends on our configuration sometimes, some configs stay on the cluster.问题,提到遇到的OP 此处-外部etcd清理Issue, that OP encountered was mentioned here - External etcd clean up关于不可变字段:Service kube-dns is invalid: spec.clusterIP: Invalid value: 10.10.0.10: field is immutable.在Kubernetes中,保护了某些字段以防止可能会破坏集群工作的更改.Regarding Immutable fields: Service "kube-dns" is invalid: spec.clusterIP: Invalid value: "10.10.0.10": field is immutable.In Kubernetes, some fields are secured to prevent changes that might disrupt working of the cluster.如果任何字段是immutable,但我们必须对其进行更改,则必须删除该对象并再次添加.If any field is immutable but we have to change it, this object must be removed and add again. 这篇关于服务"kube-dns"无效:spec.clusterIP:无效值:"10.10.0.10&":字段不可变的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!