-
Notifications
You must be signed in to change notification settings - Fork 7
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
No way to delete Sandbox instance #66
Comments
@deboer-tim I agree, but the provider API controls lifecycle commands (delete is lifecycle command) based on connection status. Delete is enabled only when connections is stopped or unknown. |
Ok, so maybe we need an API update to distinguish between local instances (that can be started/stopped and deleted) vs remote ones where you can just drop the connection (delete the context)? |
That is an option. In general Delete should probably be always enabled, and podman-desktop should execute Stop command for connection/image/extension if running before executing Delete command. Another one would be:
This way for example I would be able to provide custom commands for Developer Sandbox Connection, like 'Refresh authentication token' when sandbox cluster is running but token is expired. |
If I successfully create a Sandbox instance, the Delete button is disabled. To delete I need to wait for the status not to be running (e.g. wait until tomorrow?).
It should be possible to stop/delete the instance whenever I am done using it.
The text was updated successfully, but these errors were encountered: