We have a cluster deployed with RKE1.
Our default ingress-nginx version has been overwritten with a newer from another provider.
We have tried rke up
in the hope that it would restore the version we expect (1.5.1), but this hasn’t happened.
It looks as though this has been applied… ttps://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.12.0-beta.0/deploy/static/provider/cloud/deploy.yaml
Is there a yaml we can apply to get back to "ingress": "rancher/nginx-ingress-controller:nginx-1.5.1-rancher2",
(taken from cluster.rkestate).
I know the versions are a bit out of date, but that is a bigger story!
Thanks in advance