You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have multiple (two) nginx ingress controllers running in our k8s cluster in google cloud. One is internal ingress with internal load balancer and the other is external one. for ingress in the chart I have
the above creates another ingress but the problem is that I can not specify the ingress class for it and I can not access it.
I tried to set one of my ingress classes as default but it didn't work.
My k8s version is 1.22 so I can not use annotations for this I can only use ingressClass to specify the desired ingress class to use.
Could you please help with this or possibly upgrade the chart so I can specify the ingress class in the docker configuration part.
Thank you in advance for your time
The text was updated successfully, but these errors were encountered:
dangelkov-skyfi
changed the title
k8s internal ingress docker repository
can not specify internal ingress for docker repository
Sep 14, 2022
dangelkov-skyfi
changed the title
can not specify internal ingress for docker repository
can not specify ingress class for docker repository
Sep 14, 2022
I have multiple (two) nginx ingress controllers running in our k8s cluster in google cloud. One is internal ingress with internal load balancer and the other is external one. for ingress in the chart I have
So far so good, when I deploy with that ingress settings everything works as expected and I can access the web interface with no problem.
The problem comes when I enable docker registry like this:
the above creates another ingress but the problem is that I can not specify the ingress class for it and I can not access it.
I tried to set one of my ingress classes as default but it didn't work.
My k8s version is 1.22 so I can not use annotations for this I can only use
ingressClass
to specify the desired ingress class to use.Could you please help with this or possibly upgrade the chart so I can specify the ingress class in the docker configuration part.
Thank you in advance for your time
The text was updated successfully, but these errors were encountered: