https://rancher.com/ logo
Title
e

enough-memory-12110

02/09/2023, 2:28 PM
Hello, we have RKE provisioned clusters in Rancher v2.5.6, one of the old cluster have ingress controller deployed as a DaemonSet, but a newer cluster is missing ingress controller alltogether. How do I manually install nginx ingress controller to my new cluster?
m

microscopic-diamond-94749

02/10/2023, 5:44 AM
you might want to set
controller:
  service: 
    type: DaemonSet
depends of course on your cloud setup. use a Loadbalancer type if you can.
a

ancient-train-43506

02/18/2023, 8:30 AM
Just updated the cluster config file to add ingress controller