https://rancher.com/ logo
Title
n

narrow-lunch-43082

04/10/2023, 3:23 AM
is it possible to have cert-manager issue / manage certs for the nginx controller i dont see any documentation about using that.
a

agreeable-oil-87482

04/10/2023, 1:19 PM
You can set annotations to ingress resources which will trigger cert manager to generate the cert
n

narrow-lunch-43082

04/10/2023, 6:12 PM
what im having a hard time understanding is with RKE2 the ingress is already deployed where should i go to make changes so nginx can use the cert-manager tool for the proxy?
a

agreeable-oil-87482

04/10/2023, 6:43 PM
For cert manager you change the ingress resource, not the controller
n

narrow-lunch-43082

04/10/2023, 7:02 PM
if i change the ingress resource that gets deployed with rke2 do i just add an annotation for it, im just not seeing any info on where to edit the ingress resource with RKE2 @agreeable-oil-87482
a

agreeable-oil-87482

04/10/2023, 7:05 PM
An ingress is a standard kubernetes object, rke2 comes with an ingress controller. You just need to modify your ingress objects accordingly
n

narrow-lunch-43082

04/11/2023, 2:45 AM
tired using https://ranchermanager.docs.rancher.com/v2.6/pages-for-subheaders/install-upgrade-on-a-kubernetes-cluster but it still gave itself a self signed cert what went wrong ?