【发布时间】:2022-01-05 08:45:25
【问题描述】:
我使用 helm 安装了 nginx-ingress。之后我注意到默认的controller.kind 是deployment 而不是daemonset,正如我在official doc 中找到的那样。
那么如何在不从一开始就重新安装的情况下将controller.kind 从deployment 更新为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
【问题讨论】:
标签: nginx kubernetes kubernetes-ingress nginx-ingress daemonset