vpa: admission-controller in CrashLoopBackOff #4695
Labels
area/vertical-pod-autoscaler
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Which component are you using?:
vertical-pod-autoscaler
What version of the component are you using?:
vpa version is 0.10.0
helm chart is derived from here and we are using version 1.1.0
Component version:
What k8s version are you using (
kubectl version
)?:kubectl version
OutputWhat environment is this in?:
We are using EKS with Calico CNI. Due to this, our webhook can't run without host network. Hence, we use
hostNetwork: true
for "vpa-admission-controller" deployment. We have modified the deployment. The concerned areas areWhat did you expect to happen?:
admission-controller was supposed to bootup fine and work.
What happened instead?:
We are seeing the following logs in admission controllers.
How to reproduce it (as minimally and precisely as possible):
One can try run admission-controller in the
hostNetwork
mode.Anything else we need to know?:
Calico CNI can't be installed on the master node in EKS. There for the master node being able to communicate to webhook pod, we need to run them on host network mode.
I tried a combination 8 to 10 different port numbers.
I think things are failing @
autoscaler/vertical-pod-autoscaler/pkg/admission-controller/main.go
Line 139 in 2bb41d6
Regardless of the root cause of the failure, we might need to improve the logging for admission-controller.
The text was updated successfully, but these errors were encountered: