-
Notifications
You must be signed in to change notification settings - Fork 97
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
[BUG] Installed with helm, CrashLoopBackOff #546
Comments
Hi, we've started to have exactly the same issue. I've enabled verbose logging and it seems, that with each iteration, it updates all of the secrets once again. It can be seen also at AKV resources, where LastChanged attribute is updated all the time. So maybe something changed in KV api, that now akv resolves all secret as always changed? |
We also face the same issue. The image for the controller is |
Same issue here, upgrading from helm chart 2.1.0. |
It is a problem of the helm chart 2.3.5. Probes where added but as you can see from the controller main.go code, the probe endpoint is dependant from the metric server so the endpoint is available only with the metric server enabled. The current workaround is to enable the metric server in your values.yml or downgrade your chart version. |
Thanks for your info. Which chart version should work? |
As a workaround I was able to get the controller to a stay up by adding the config option inline to the helm install command with |
Above given solution works fine and make akv2k8s working again, but this is a manual step after helm... |
any previous version should work fine since the template for the controller doesn't include the probes |
It's not a manual step that you have to do after helm. You can add this to values.yaml:
|
Note: Make sure to check out known issues (https://akv2k8s.io/troubleshooting/known-issues/) before submitting
Components and versions
Select which component(s) the bug relates to with [X].
[x] Controller, version:
x.x.x
(docker image tag)[ ] Env-Injector (webhook), version:
x.x.x
(docker image tag)[ ] Other
Describe the bug
To Reproduce
Steps to reproduce the behavior:
I followed the instructions to setup using help. But I applied it with terraform:
Logs
If applicable, add logs to help explain your problem.
Even debug logs don't say much. Looks like it's restarting because the livenessprobe fails.
The text was updated successfully, but these errors were encountered: