Open lyubomirk opened 6 months ago
The issue appeared again. I receive the following error message in the envinjector:
When I look up the IP, it is Azure's konnectiviy-agent. Restarting the pods does not help this time. There are events that the sync of the secrets is successful, but the pod that uses the secret does not get admitted.
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].
[ ] Controller, version:
x.x.x
(docker image tag) [x] Env-Injector (webhook), version:1.6.0
(docker image tag) [ ] OtherDescribe the bug I have an AKS cluster and a kubernetes namespace, with the label azure-key-vault-env-injection: enabled. I use env injection for only one of my workloads. The others don't reference akv2k8s at all. Still, the ones that are NOT referencing keyvault secrets sometimes fail to schedule with the following error message:
If I restart the injector pods it sometimes solves the issue temporarily, but at some point, I get the above error again.
To Reproduce Steps to reproduce the behavior:
Expected behavior The pod should schedule without issues
Additional context I haven't seen this issue in the older versions of the helm chart (chart version 2.1.0 - Image versions 1.3.0)