-
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
keycloak image init containers shouldn't do post-install stuff #13870
Comments
Using in helm/che/custom-charts/che-keycloak/templates/deployment.yaml
che-postgres is having the same commands so probably need to update the init container as well even if permissions are ok was ok (no apk install command and use of another image than alpine) |
thanks @l0rd |
any proposals for image name? besides obvious |
|
it is used in waiting for both KK and postgres. So need more universal one. |
|
Btw, u might want to also consider for 2 of them in I tried ur suggested image @benoitf and it works like a charm on my side Here are the total 2
Here, I just did another deployment just to get the container that I can't find it's image to update from the HTH |
@mshaposhnik @benoitf other naming ideas: |
CI job is set, image is built and seems to be working OK now. |
I'm not sure if this issue is completely fixed, I am getting |
@SDAdham that is strange. Could you please make sure you are using the latest version of chectl and try again. If the error still appears it makes sense to create a separate issue. |
@skabashnyuk I am using |
@skabashnyuk: chectl result:
Here are the pods
|
Actually, please ignore my previous comment, is there any chance that we can have a standardized PVs? I just realized that I needed to create more PVs |
@SDAdham could you please create a new issue. It would be much easier for me to organize work and help you. |
Sure, thanks @skabashnyuk I created 1 improvement and 1 issue: #14051 and #14050 |
Describe the bug
che-keycloak wait-for-postgres init container is doing
and with limited set of permissions it is not working, but in any case, image should have the binaries, not downloading them
Che version
Steps to reproduce
reported through
#13838
Expected behavior
no error but I'm expecting that jq and curl are already in a docker image (no post-install of these dependencies) so there is no permission issue
Runtime
kubectl version
)oc version
)minikube version
andkubectl version
)minishift version
andoc version
)docker version
andkubectl version
)Screenshots
Installation method
Environment
The text was updated successfully, but these errors were encountered: