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

Add support for inspect sandbox cleanup k8s #45

Merged
merged 8 commits into from
Jan 7, 2025

Conversation

craigwalton-dsit
Copy link
Collaborator

@craigwalton-dsit craigwalton-dsit commented Jan 3, 2025

Users often ask how to do this, and we normally have to share a command like helm list -q | xargs -P 10 helm uninstall.

Note that the docs recommend setting up your cluster such that each user has their own namespace to reduce the risk of a careless user uninstalling someone else's Helm charts.

Screen.Recording.2025-01-06.at.15.01.21.mov

See issue #7.
See Inspect's docs on this command.

@craigwalton-dsit craigwalton-dsit force-pushed the craig/uninstall-all-releases branch from b3eb3da to d71bd8f Compare January 6, 2025 09:51
@craigwalton-dsit craigwalton-dsit marked this pull request as ready for review January 6, 2025 09:58
Copy link
Collaborator

@tcatling tcatling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great

@craigwalton-dsit craigwalton-dsit merged commit 0cd7648 into main Jan 7, 2025
5 checks passed
@craigwalton-dsit craigwalton-dsit deleted the craig/uninstall-all-releases branch January 7, 2025 10:49
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.

2 participants