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

Cluster-scoped resources are not deleted when deleting namespaced scoped Gateway #137

Open
michaelvl opened this issue Apr 17, 2023 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@michaelvl
Copy link
Collaborator

michaelvl commented Apr 17, 2023

Controller references are used between parent and child resources, which only works for namespace scoped resources.

The pattern for solving this could follow how claims vs. actual resource is handled for e.g. volumes (namespaced claim maps to cluster-scoped resource). Potentially a 'master' cluster scoped resource could be used as an owner for all templated resources.

Random thought: Maybe the claim thinking can be generalized to implement shared gateways and migration usecases. I.e. multiple 'gateway claims' are fulfilled by a specific cluster-scoped 'master' gateway that also serves as owner for templated resources.

@michaelvl michaelvl added the bug Something isn't working label Apr 17, 2023
@michaelvl michaelvl added this to the Alpha status milestone Apr 25, 2023
@kemv kemv self-assigned this Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants