-
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
[installer] Disable definitely-gp
by default
#9094
Conversation
definitely-gp
by defaultdefinitely-gp
by default
f1e6626
to
22fceaf
Compare
/werft run with-clean-slate-deployment |
4adac94
to
63c3969
Compare
Was able to verify that after this change, Open Vue Workspace on preview branch runs With this change, preview environments will not be using Will mark the PR ready for review, once I also verify the same for prod! |
@Pothulapati We should also adjust:
|
Fixes #8740 `definitely-gp` is being deprecated soon, and hence it is important to be disabled by default. Once it is fully deprecated, even this option has to be removed. For now, The following changes have been made: - Update the `definitelyGpDisabled` option to be true, Thus disabling it by default both in the `installer` and `chart`. - Update the airgap docs to remove a mention of this. Signed-off-by: Tarun Pothulapati <[email protected]>
63c3969
to
7fe9318
Compare
/hold until https://github.com/gitpod-io/ops/pull/1741 is merged! :) |
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.
/hold
Asked a question about changing the Helm chart type. If it's fine, happy for you to unhold
@@ -300,7 +300,7 @@ components: | |||
minAgePrebuildDays: 7 | |||
contentRetentionPeriodDays: 21 | |||
contentChunkLimit: 1000 | |||
definitelyGpDisabled: "false" | |||
definitelyGpDisabled: true |
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.
Is this ok changing the type from a string to a boolean?
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.
Yep, can confirm that we aren't using it anywhere to toggle something, but just passing it down into the server-configmap
, and follow the same pattern there like other boolean values (soemthing like enableLocalApp
)
Description
definitely-gp
is being deprecated soon, and henceit is important to be disabled by default. Once it
is fully deprecated, even this option has to be removed.
For now, The following changes have been made:
definitelyGpDisabled
option to be true, Thusdisabling it by default
Signed-off-by: Tarun Pothulapati [email protected]
Related Issue(s)
Fixes #8740
How to test
Release Notes
Documentation