-
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
Grooming (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. |
A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity. |
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: