我使用 helm 安装了 nginx-ingress。之后我注意到默认controller.kind
是deployment
而不是daemonset
,正如我在官方文档中找到的那样。
那么如何在不从一开始就重新安装的情况下更新controller.kind
fromdeployment
到daemonset
?
helm install nginx-ingress nginx-stable/nginx-ingress --set controller.service.type=NodePort --set controller.service.httpPort.nodePort=30000 --set controller.service.httpsPort.nodePort=30443