Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Operator doesn't remove IngressClass on deletion #88

Closed
pleshakov opened this issue Mar 30, 2021 · 1 comment · Fixed by #109
Closed

Operator doesn't remove IngressClass on deletion #88

pleshakov opened this issue Mar 30, 2021 · 1 comment · Fixed by #109
Labels
bug An issue reporting a potential bug

Comments

@pleshakov
Copy link
Contributor

Describe the bug
When the operator deploys an Ingress Controller, it creates an IngressClass resource for it. However, when the operator removes the Ingress Controller, it doesn't remove its IngressClass resource.

kubectl delete nginxingresscontrollers.k8s.nginx.org nginx-ingress-controller-one
nginxingresscontroller.k8s.nginx.org "nginx-ingress-controller-one" deleted

kubectl get ingressclass
NAME   CONTROLLER                     PARAMETERS   AGE
one    nginx.org/ingress-controller   <none>       32s
@github-actions
Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the stale Pull requests/issues with no activity label May 31, 2021
@pleshakov pleshakov removed the stale Pull requests/issues with no activity label Jun 1, 2021
@lucacome lucacome linked a pull request Jun 2, 2021 that will close this issue
2 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug An issue reporting a potential bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant