-
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
odo dev must create PVCs for all volumes defined in the Devfile #6844
Labels
area/dev
Issues or PRs related to `odo dev`
kind/feature
Categorizes issue as a feature request. For PRs, that means that the PR is the implementation
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
Comments
openshift-ci
bot
added
the
kind/feature
Categorizes issue as a feature request. For PRs, that means that the PR is the implementation
label
May 25, 2023
github-actions
bot
added
the
needs-triage
Indicates an issue or PR lacks a `triage/*` and requires one.
label
May 25, 2023
A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity. |
github-actions
bot
added
the
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
label
Aug 25, 2023
This issue was closed because it has been inactive for 30 days since being marked as stale. |
github-actions
bot
added
the
lifecycle/rotten
Denotes an issue or PR that has aged beyond stale and will be auto-closed.
label
Sep 24, 2023
I think this is still relevant. |
rm3l
added
area/dev
Issues or PRs related to `odo dev`
and removed
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
lifecycle/rotten
Denotes an issue or PR that has aged beyond stale and will be auto-closed.
needs-triage
Indicates an issue or PR lacks a `triage/*` and requires one.
labels
Sep 25, 2023
A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity. |
github-actions
bot
added
the
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
label
Dec 25, 2023
github-actions
bot
removed
the
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
label
Jan 5, 2024
rm3l
added
the
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
label
Jan 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/dev
Issues or PRs related to `odo dev`
kind/feature
Categorizes issue as a feature request. For PRs, that means that the PR is the implementation
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
/kind feature
Which functionality do you think we should add?
When running an Exec command inside a new container (uing a Job), the user may want to use a Persistent Volume. This persistent volume needs to be persistent across all commands during a Dev session. For this,
odo dev
needs to create PVCs for all volumes defined in the Devfile, so the Jobs can reuse these PVCsThe text was updated successfully, but these errors were encountered: