Webhook Controller Memory Limits #757
Replies: 1 comment 8 replies
-
Hello 👋🏻 are you using the AKS add-on for Workload Identity? If yes, you can't change the resource limits manually as AKS will override it. If you're installing the WI webhook using helm charts, then resource limits and requests are configurable. cc @karataliu for the resource limits on AKS add-on |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So we have deployed this feature in a lab cluster and the webhook controller deployment has a memory limit of 30m. The pods start fine, but as soon as we deploy an application pod that is configured to use workload identity the controller crashes. We are able to get it working by raising the memory limit of the deployment and redeploy, and then our application uses workload identity just fine. The problem is that the memory limit is eventually reset by something, and then the controller crashes again. We cannot determine what is resetting that memory limit back to 30 after we increase it.
Beta Was this translation helpful? Give feedback.
All reactions