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

Zombie ingress keeps being created after renaming and manual deletion #1767

Closed
PiotrDabkowski opened this issue Jul 31, 2022 · 1 comment
Closed

Comments

@PiotrDabkowski
Copy link

PiotrDabkowski commented Jul 31, 2022

I have created ingress as follows:

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  name: ingress-1
...

and then pushed via kubectl apply -f ingress.yaml. Then after renaming the old ingress keeps being created after manual deletion. The only way to get rid seems to be via `kubectl delete -f zombie_ingress.yaml'.

I see that in theory this is WAI, because it is hard to distinguish replacement vs new ingress creation, but it should be a bit easier to delete the zombie ingress, either via UI or otherwise. Not sure if it should be auto-created again after deletion.

@PiotrDabkowski
Copy link
Author

Ah I see, the ingress is in the ingress tab of services, then it is WAI :)

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