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
Describe the bug
During the installation of ingress-controllers, we override the ingress class to nginx and nginx-cluster[1]. But, I can see there are few ingress resources which points to nginx-openstack ingressclass which doesnt exist[2].
[1]
# kubectl get ingressclass
NAME CONTROLLER PARAMETERS AGE
nginx k8s.io/nginx-ingress <none> 3d19h
nginx-cluster k8s.io/nginx-ingress <none> 3d19h
[2]
openstack cinder-cluster-fqdn nginx-openstack cinder.dfw-ospcv2-staging.ohthree.com 80, 443 3d17h
# kubectl get ing -A |egrep -i nginx-openstack |wc -l
11
To Reproduce
Steps to reproduce the behavior:
Check ingress class from the environment
Check deployed ingress resources from the enviornment
Expected behavior
The ingress resources should use valid ingressclass available in the environment.
Server (please complete the following information):
OS: ubuntu
Version: 22.04
The text was updated successfully, but these errors were encountered:
Describe the bug
During the installation of ingress-controllers, we override the ingress class to
nginx
andnginx-cluster
[1]. But, I can see there are few ingress resources which points tonginx-openstack
ingressclass which doesnt exist[2].[1]
[2]
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The ingress resources should use valid ingressclass available in the environment.
Server (please complete the following information):
The text was updated successfully, but these errors were encountered: