Skip to content
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] Set MINIO_SKIP_CLIENT to yes for minio (needed for air-gap installations) #8269

Closed
corneliusludmann opened this issue Feb 17, 2022 · 0 comments · Fixed by #8270
Closed
Assignees
Labels
component: install Terraform installation scripts, helm charts, installer images team: delivery Issue belongs to the self-hosted team

Comments

@corneliusludmann
Copy link
Contributor

In an air-gap installation, minio crash loops during the minio client configuration. Since I don't think that we need the minio client in the minio container for Gitpod, adding the following env var fixes this:

--- a/installer/third_party/charts/minio/values.yaml
+++ b/installer/third_party/charts/minio/values.yaml
@@ -10,4 +10,7 @@ minio:
   resources:
     requests:
       # defaults to 4GB, set to 2GB to be able to start on smaller instances
-      memory: 2G
\ No newline at end of file
+      memory: 2G
+  extraEnvVars:
+    - name: MINIO_SKIP_CLIENT
+      value: "yes"
@corneliusludmann corneliusludmann added component: install Terraform installation scripts, helm charts, installer images team: delivery Issue belongs to the self-hosted team labels Feb 17, 2022
@corneliusludmann corneliusludmann added this to the release/2022.02 milestone Feb 17, 2022
@corneliusludmann corneliusludmann moved this from 📓Scheduled to ⚒In Progress in 🚚 Security, Infrastructure, and Delivery Team (SID) Feb 17, 2022
@corneliusludmann corneliusludmann self-assigned this Feb 17, 2022
@corneliusludmann corneliusludmann moved this from ⚒In Progress to 🕶In Review / Measuring in 🚚 Security, Infrastructure, and Delivery Team (SID) Feb 17, 2022
Repository owner moved this from 🕶In Review / Measuring to ✨Done in 🚚 Security, Infrastructure, and Delivery Team (SID) Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: install Terraform installation scripts, helm charts, installer images team: delivery Issue belongs to the self-hosted team
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant