Open dubainerd opened 8 months ago
Same happening here, seeing lots of those log messages, on 2.10.2. Appears related to https://github.com/argoproj/argo-cd/issues/11915.
We also observed lots of errors in the UI, on 2.8.4, just like in https://github.com/argoproj/argo-cd/issues/15807. Have not seen them yet in 2.10.2, so not sure if the errors in the UI are related to the TLS config reload.
We are seeing this behavior as well...
Hello
I have the same issue. Lot's of next message in the log. {"level":"info", "msg":"Loading TLS configuration from secret argocd/argocd-server-tls"}
The message appears around 1000 times by hour.
What is the usage of this message ? is it needed when using argocd in production ?
Would it be possible to change the log level to debug ? So the message will only appear if we are using argocd in debug mode.
argocd-server: v2.10.6+d504d2b BuildDate: 2024-04-05T00:27:47Z GitCommit: d504d2b1d92f0cf831a124a5fd1a96ee29fa7679 GitTreeState: clean GoVersion: go1.21.3 Compiler: gc Platform: linux/amd64 Kustomize Version: v5.2.1 2023-10-19T20:13:51Z Helm Version: v3.14.3+gf03cc04 Kubectl Version: v0.26.11 Jsonnet Version: v0.20.0
This might be related to https://github.com/argoproj/argo-cd/pull/14522
anyone still encountering this behavior? on 2.11.3 and still seeing tons of those level info messages 🤔
Yeah - this is still happening. I'm on 2.10.9.
Checklist:
argocd version
.Describe the bug
When the argocd-server-tls secret is present, the server continuously reloads it. This gives issues in web interface responsiveness
NB: the certificate has a TTL of 90 days, it's not being renewed in the timeframe of the logs below
To Reproduce
In a cluster where cert-manager is configured (you need an issuer in the argo-cd namespace), enable the server ingress and configure it to autogenerate the certificate (snippet of values below, installed using chart v6.2.1)
Expected behavior
The certificate should be reloaded only when its serial changes
Screenshots
Version
Logs
UTC+4