Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ingress resources point to an IngressClass that does not exist #61

Open
pratik705 opened this issue Feb 2, 2024 · 0 comments
Open

Ingress resources point to an IngressClass that does not exist #61

pratik705 opened this issue Feb 2, 2024 · 0 comments

Comments

@pratik705
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant