-
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
Unable to use odo with complex NodeJS project (big number of dependencies) #6836
Labels
area/dev
Issues or PRs related to `odo dev`
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
Comments
github-actions
bot
added
the
needs-triage
Indicates an issue or PR lacks a `triage/*` and requires one.
label
May 23, 2023
kadel
changed the title
Unable to use odo with larger NodeJS project.
Unable to use odo with complex NodeJS project.
May 23, 2023
kadel
changed the title
Unable to use odo with complex NodeJS project.
Unable to use odo with complex NodeJS project (big number of dependencies)
May 23, 2023
rm3l
added
area/dev
Issues or PRs related to `odo dev`
needs-triage
Indicates an issue or PR lacks a `triage/*` and requires one.
and removed
needs-triage
Indicates an issue or PR lacks a `triage/*` and requires one.
labels
Jun 29, 2023
Grooming (Jun 29, 2023):
|
rm3l
removed
the
needs-triage
Indicates an issue or PR lacks a `triage/*` and requires one.
label
Jun 29, 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
Sep 28, 2023
rm3l
removed
the
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
label
Sep 28, 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 28, 2023
rm3l
added
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
and removed
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
labels
Jan 4, 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/bug
Categorizes issue or PR as related to a bug.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
/kind bug
What versions of software are you using?
Operating System:
Output of
odo version
:odo v3.10.0 (d558780)
How did you run odo exactly?
devfile.yaml
Actual behavior
Currently, odo uses 2G PVC for /projects; the problem with that is that
node_modules
for larger projects can grow beyond that.odo should allow users to define a bigger volume for source code
The text was updated successfully, but these errors were encountered: