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

feat(registry): add flag to enable storage deletion #1542

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

sgaist
Copy link
Contributor

@sgaist sgaist commented Jan 9, 2025

What

This PR add the --delete-enabled flag to the k3d registry create command.

This will activate the storage deletion on the registry and thus allow removal of images.

Administrators will be able to manage the storage used by the registries in a more fine grained way since currently only re-creating the registry would free some space.

Why

Fixes #1541

Implications

Nothing changes with regard to the defaults from the k3d registry create

This will enable the delete endpoints and thus removal
of images from the registry.
@iwilltry42
Copy link
Member

LGTM, thank you!

@iwilltry42 iwilltry42 merged commit 254b2f1 into k3d-io:main Jan 17, 2025
1 check passed
@sgaist sgaist deleted the feat/registry-delete-enabled branch January 20, 2025 13: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.

[FEATURE] Add option to enable image deletion from k3d managed registries
2 participants