-
Notifications
You must be signed in to change notification settings - Fork 244
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
Allow running multiple parallel Dev sessions on the same platform type #6809
Comments
odo dev
does not allow to run multiple parallel Dev sessions on different clustersodo dev
does not allow to run multiple parallel Dev sessions on on the same platform
odo dev
does not allow to run multiple parallel Dev sessions on on the same platformodo dev
does not allow to run multiple parallel Dev sessions on the same platform type
Grooming (2023-05-11) We could consider adding a DOT_ODO_DIRECTORY environment variable to change the directory on which devstate files are stored. |
A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity. |
@rm3l is this still relevant? I see it's pointed, so it was relevant at some point. |
Makes sense to keep it open, indeed, as it had been pointed and prioritized. /remove-lifecycle stale |
Changing the title to make it clear that this is a new feature, not a bug. /retitle Allow running multiple parallel Dev sessions on the same platform type |
odo dev
does not allow to run multiple parallel Dev sessions on the same platform type
A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity. |
/remove-lifecycle stale |
/kind user-story
User Story
As an odo user, I want to be able to run 2 parallel Dev session on different clusters (or on podman and docker for e.g.), So that I can simultaneously check my application/cluster's behavior instead of having to restart the Dev sessions and moving back and forth between the clusters/Container runtimes.
Acceptance Criteria
Current Behavior:
Links
/kind user-story
Notes
Currently the validation relies on checking for platform in the
.odo/devstate.*.json
path. This could be fixed by also storing the KUBECONFIG and PODMAN_CMD in the file and additionally relying on their values to determine if the user is trying to run a duplicate session.The text was updated successfully, but these errors were encountered: