-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
preview env: create two workspace classes default and small #13223
Conversation
/werft run 👍 started the job as gitpod-build-jenting-12638.10 |
We need to consider extending the default disk from 30Gi to 50Gi Line 42 in 1b995ef
Otherwise, if the developer uses the disk over 30Gi, no more data could be written into the disk. But it also has a side effect that all the default disk sizes will increase to 50Gi. Or, we could create a small workspace class that is smaller than 30Gi disk, for example, 20Gi, since it's for testing purposes. WDYT? @gitpod-io/platform |
/werft run 👍 started the job as gitpod-build-jenting-12638.15 |
dff3002
to
f63c8e7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we could create a small workspace class that is smaller than 30Gi disk, for example, 20Gi, since it's for testing purposes.
@jenting I'd prefer the suggestion of using smaller classes and then keeping the storage definition at "30Gi". We could even go as low as 10gb and 20gb for the workspace classes as I don't expect people to run any workspaces larger than that in preview environments
I added the hold label and I'm approving so you can merge once you've that change
f63c8e7
to
819c4bd
Compare
Default workspace class with 30Gi disk Small workspace class with 20Gi disk Signed-off-by: JenTing Hsiao <[email protected]>
819c4bd
to
e257422
Compare
Thank you @mads-hartmann I change to using a smaller workspace class where the disk size is 20G. /unhold |
Description
Create two workspace classes in the preview environment so we can test workspace classes in the preview environment.
Related Issue(s)
Related to #12638
How to test
Release Notes
Documentation
None
Werft options:
If enabled this will build
install/preview
Valid options are
all
,workspace
,webapp
,ide