You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
- Update the airgap docs to remove a mention of this
Signed-off-by: Tarun Pothulapati <[email protected]>
Copy file name to clipboardExpand all lines: install/installer/docs/air-gap.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,10 @@ done
22
22
23
23
## Install Gitpod in Air-Gap Mode
24
24
25
-
To install Gitpod in an air-gap network, you need to configure the repository of the images needed by Gitpod (see previous step) and disable the `definitely-gp` feature. Add this to your Gitpod config:
25
+
To install Gitpod in an air-gap network, you need to configure the repository of the images needed by Gitpod (see previous step). Add this to your Gitpod config:
26
26
27
27
```yaml
28
28
repository: your-registry.example.com
29
-
disableDefinitelyGp: true
30
29
```
31
30
32
31
That's it. Run the following commands as usual and Gitpod fetches the images from your registry and does not need internet access to operate:
0 commit comments