You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run k3d cluster delete cluster-name to remove a cluster it deletes all resources created for that cluster. It would be nice if there was a CLI option to make sure any pull-through registry is kept, as these have a lot of value to avoid rate limitswhen creating new clusters that pull the same images from Docker.
Scope of your request
When I run
k3d cluster delete cluster-name
to remove a cluster it deletes all resources created for that cluster. It would be nice if there was a CLI option to make sure any pull-through registry is kept, as these have a lot of value to avoid rate limitswhen creating new clusters that pull the same images from Docker.Describe the solution you'd like
Maybe something like this:
k3d cluster delete cluster-name --keep-registry docker-io
The text was updated successfully, but these errors were encountered: