-
Notifications
You must be signed in to change notification settings - Fork 4k
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 admission controller certificate is not reloaded #6272
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
Will be fixed by #6665 |
Which component are you using?: vertical-pod-autoscaler
What version of the component are you using?: 0.13.0
Component version: 0.13.0
What k8s version are you using (
kubectl version
)?: 1.24kubectl version
OutputWhat environment is this in?: AWS EKS
What did you expect to happen?: When using cert-manager to generate the secret containing TLS certs for the VPA admission controller, updates to the secret should trigger a reload so that the VPA admission controller is still available.
What happened instead?: When using cert-manager to generate the secret containing TLS certs for the VPA admission controller, updates to the secret result in the VPA admission controller reporting a bad certificate.
How to reproduce it (as minimally and precisely as possible): See above
Anything else we need to know?:
Re-filing this as a +1 to #3458.
I see that #3462 was opened but eventually closed.
The text was updated successfully, but these errors were encountered: