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

Improve Cascading Cleanup #78

Merged
merged 1 commit into from
Nov 27, 2024
Merged

Improve Cascading Cleanup #78

merged 1 commit into from
Nov 27, 2024

Conversation

spjmurray
Copy link
Member

Servers need to be deleted before networks, networks before identities etc. Kubernetes provides this via cascading foregroud deletion and blocking owner deletion. This basically removes a bunch of code where we were doing this ourselves. While it works via the API, be damn sure you use kubectl delete --cascade=foreground via the CLI if ever needed.

Servers need to be deleted before networks, networks before identities
etc.  Kubernetes provides this via cascading foregroud deletion and
blocking owner deletion.  This basically removes a bunch of code where
we were doing this ourselves.  While it works via the API, be damn sure
you use `kubectl delete --cascade=foreground` via the CLI if ever
needed.

Implements #75
@spjmurray spjmurray merged commit 7ccbe68 into main Nov 27, 2024
4 checks passed
@spjmurray spjmurray deleted the better_cleanup branch November 27, 2024 10:23
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

Successfully merging this pull request may close these issues.

1 participant