安装coredns(helm) # 添加仓库资源 helm repo add coredns https://coredns.github.io/helm # 安装 helm install coredns coredns/coredns \ --namespace kube-system \ --set image.repository=coredns/coredns \ --set image.tag="1.8.4" \ --set service.clusterIP="10.255.0.2"