-
Notifications
You must be signed in to change notification settings - Fork 70
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
VPA Helm Chart.: Updater error: fail to get pod controller, node is not a valid owner #656
Comments
Hi @sarg3nt, it seems it's related to this bug in the latest version of the app, can you try the chart in version 9.7.0? kubernetes/autoscaler#6808 |
It should be fixed by #657 |
I tried the new version and am getting the same error.
|
Update: I'm not seeing a config option that would limit it to the Also, when I deploy the helm chart with Terraform the VPA resources fail to deploy. It's like the Helm chart finished the install but the CRD's are not quite up yet. When I install my custom version this doesn't happen. I have the same Terraform A question as well. How does the chart handle certificate renewal? Does it do it automatically on chart upgrade or are the certs going to expire? |
I'm deploying the latest chart with no configuration changes and am finding that the
kube-system/vertical-pod-autoscaler-updater
Is throwing the following errors:
The only ones that seem to work are in the
kube-system
namespace:I have the Terraform to deploy the raw files and that works fine but would like to switch to your Helm chart, which is not working.
I tried comparing what the raw files deploy for
ClusterRole
s vs the Helm chart but they are so different the comparison is difficult.In any case, this does not appear to work for us.
Maybe the version of k8s?
Specs:
The text was updated successfully, but these errors were encountered: