-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[Self-Hosted] minio PVC defaults to 8Gi only #9698
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
Comments
Rather than exposing loads of config for dependencies in the Installer, could you configure a separate Minio installation on your cluster (with Helm) and the connect Gitpod to it as an S3 store? We definitely need to document this better, but that's my thoughts on more fine-grained config of our in-cluster dependencies |
Maybe documentation is already it, or making more clear that this is really not recommended to use in-cluster minio. But people tend to forget what they configured during installation time, and later are upset that their Gitpod does not work. 😕
Just wrote it up this way ("add to our config") because that was the immediate reaction from the user: He did not care at all if minio is one of our dependencies or our own code, but expected it to be configurable from our interface - because it's part of the "Gitpod system". (Maybe this expectation stems from helm where it's possible to configure all dependencies 🤷 ) |
@mrsimonemms could you check wether we have a solution for this - @Pothulapati do you have or need this in the local preview? |
|
I've changed my mind on this. I've just run an experiment where I've changed from
My feeling is that we can catch all this with documentation as above. We probably could solve this issue if we had to, but in-cluster dependencies are meant to be used as conveniences to get running quickly not as long-term/high-performance solutions |
I'm really trying to deploy gitpod in my own cluster with my own registry and S3 storage that I already have and that work really well. But... GitLab registry is unsupported, ceph S3 is unsupported in all variants (as blob storage and as backend for containers) So I'm stuck with manually deploying a layer on top of other stuff... And I have to do it myself, instead of using gitpod's built-in ones |
We should fix two things:
yq
ing the resulting yamlThe text was updated successfully, but these errors were encountered: