-
Notifications
You must be signed in to change notification settings - Fork 67
fix(storage): increase default per-workspace PVC size from 5Gi to 10Gi #1514
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
Conversation
|
Skipping CI for Draft Pull Request. |
|
/ok-to-test |
|
@rohanKanojia thank you for the PR, I noticed that the default is mentioned in this comment: devworkspace-operator/apis/controller/v1alpha1/devworkspaceoperatorconfig_types.go Lines 259 to 260 in e0ed8d2
Could you please update it and regenerate the CRDs? |
|
/retest |
|
Thank you @rohanKanojia , could you please rebase against main? For some reason, I am having some build issues on my amd64 machine, I'm hoping the changes in #1500 will help |
Signed-off-by: Rohan Kumar <rohaan@redhat.com>
Signed-off-by: Rohan Kumar <rohaan@redhat.com>
474a78e to
a3103e8
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dkwon17, ibuziuk, rohanKanojia The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What does this PR do?
What issues does this PR fix or reference?
Related to eclipse-che/che#23590 (per-workspace)
Old PR to bump common storage PVC Size #746
Is it tested? How?
With Changes
make docker && make installWithout Changes
With current changes in main, when we create a DevWorkspace with per-workspace storage, the claim-devworkspace PVC Size is 5GB
PR Checklist
/test v8-devworkspace-operator-e2e, v8-che-happy-pathto trigger)v8-devworkspace-operator-e2e: DevWorkspace e2e testv8-che-happy-path: Happy path for verification integration with Che