-
Notifications
You must be signed in to change notification settings - Fork 75
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
containerbaseDir in emptyDir does not work with persistence #280
Comments
you probably need to prepare the volume with the right rights before mounting it to renovate |
we can accept a PR which adds a conditional startup container to change volume permission as root. that should be disabled by default. |
This is not about fsgroup. Is it possible to mount an emptyDir on a pvc? This is what is happening here. I think there needs to be a switch to allow a different mount point for the emptydir when using persistence in the main container. |
🤷♂️ make a PR which suggested changes and I'll review it. |
@vquie Are you able to post your helm configuration so I can try to reproduce this issue? I can try and look into this issue if I'm able to reproduce it. As far as I know, an emptyDir should be mountable on a PVC (since in the end, these are just Linux mounts). |
I dug a little deeper. This is the relevant part of the config:
This is what is deployed to the cluster:
As you can see Maybe there needs to be a switch to change |
as the slim image can now be used with install mode, you should use that instead of dind. just set the binary source ENV var to install, set slim to true and disable dind. we should document that and prefer over docker mode. |
That would be great. |
ok, we need to change it then. so we can support slim without dind. |
Can anybody verify that it's working with slim image and install mode? |
I am using this and had no issues so far. |
So we can close this issue? |
closing due to inactivity and dropped DinD support |
Hi,
I just saw that containerbaseDir in combination with persistence ist not working. I don't know if it should work since an emptyDir will be mounted inside a pvc. Maybe it also has something to do with
fsGroup: 1000
which I had to setup. Otherwise the cache did not work at all.Is this an issue or am I just deploying it wrong?
I am running in EKS with gp3 volumes.
Thanks.
The text was updated successfully, but these errors were encountered: