Artem Avdeev
Artem Avdeev
Hello @adrianmoisey @raywainman . Same issue as @okanIz. Hamster pods recreate but without changing any requests and limits AWS EKS version - v1.29.10-eks-7f9249a Admission contoller and updater version - 1.2.1...
This is error from kube-api. ``` Failed calling webhook, failing open vpa.k8s.io: failed calling webhook "vpa.k8s.io": failed to call webhook: Post "https://vpa-webhook.vertical-pod-autoscaler.svc:443/?timeout=30s": Address is not allowed ``` I think i...
> Based on [this comment](https://www.reddit.com/r/kubernetes/comments/dsj5on/comment/f6q96iv/), I'm wondering if there's some proxy allowed setting in EKS that doesn't contain the IP address for the `vpa-webhook` service I think this is not...
I found solution. In EKS when we you use Cilium you should use `hostNetwork:true` or `NLB` for deployment with webhooks. And if you have security groups in your nodes you...
I know only cilium issue - https://github.com/cilium/cilium/issues/21959 and this - https://github.com/aws/containers-roadmap/issues/2227