Provide official guidance on how to handle gateway deletion when routes are still attached to it #3333
zhiying-lin
started this conversation in
General
Replies: 1 comment
-
In general, we've tried to avoid recommending things that stop deliberate actions from being taken. Deleting a Gateway is intended to be a destructive action, that should be controlled via outside controls like RBAC, Gitops or similar, rather than by the API itself. Because of this, the only mandated behavior is what's in 3 currently. We should probably have conformance tests that validate the expected behavior though, and clarify it since it's not clear. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
GEP has not defined the gateway deletion behavior/UX when routes are still attached to it.
There are several approaches to handle this.
Should we provide some guidance/recommendations on the GEP? so that user can set the right expectation about the API.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions