Skip to content

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

@PiotrDabkowski

Description

@PiotrDabkowski

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions