-
Notifications
You must be signed in to change notification settings - Fork 3.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
argo-server doesn't start with secure postgres setup #10731
Comments
We just came across this as well. This also happens in the controller. |
@terrytangyuan why this needs to be reverted and helm charts changes PR is not yet merged because this postgres ssl changes are not yet released. Note: If postgres db is ssl enabled then the below flag needs to be enabled for adding the certs |
I believe we are testing the master branch so it doesn't have to be released. |
while testing master code the below changes in helm chart or manifest needs to add/update. readOnlyRootFilesystem: false If you reverted the changes then will encounter the below ssl certificate error
|
I actually tested it with both permeations of that setting and it definitely does not work. I obviously tested with the manifest, not the helm chart as the helm chart is a separate project. |
@tico24 Without postgres certificate how ssl works with argo workflow(on postgres side if ssl is strict) and without giving client certificate how ssl owrks with argo workflow) and clearly throws the below error?
From @terrytangyuan comments, controller was throwing error |
Pre-requisites
:latest
What happened/what you expected to happen?
Testing out #10300, we encountered an issue whereby the argo-server pod doesn't start. It throws the error
mkdir /home/argo/pgcerts: read only filesystem
.Simply apply the config to connect your controller with a secure Postgres database, restart the controller and then restart the argo-server. The argo server will not start up.
Version
latest
Paste a small workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.
Not a workflow, an addition to the wf controller configmap:
The text was updated successfully, but these errors were encountered: