-
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
deploy vpa-admission-controller failed in kind cluster #6126
Comments
it seems script
|
If anyone else hits this before a fix lands, it seems like the problem is that the The workaround that worked for me was removing |
#6149 fixed this issus. |
Despite the issue is fixed on head, you will need this workaround if you have to install an older VPA version (in my case 0.11) due to the kubernetes version compatibility. |
Not 100% sure what is going on but I was trying to install the VPA today with latest master branch and result in fail. In autoscaler/vertical-pod-autoscaler/pkg/admission-controller/gencerts.sh there are I can install everything after removing the -addext part. I am using openssl 3.x and -addext exist in ~1.1 only |
you can remove |
Which component are you using?:
vertical-pod-autoscaler
What version of the component are you using?:
use tag cluster-autoscaler-1.28.0
Component version:
vpa-admission-controller: 0.14.0
What k8s version are you using (
kubectl version
)?:kubectl version
OutputWhat environment is this in?:
Linux workstation 6.5.4-arch2-1 #1 SMP PREEMPT_DYNAMIC Thu, 21 Sep 2023 11:06:39 +0000 x86_64 GNU/Linux
deploy cluster with kind. kind image: kindest/node: v1.27.3
OpenSSL 3.1.3 19 Sep 2023 (Library: OpenSSL 3.1.3 19 Sep 2023)
What did you expect to happen?:
I want to deploy vpa components, but
vpa-admission-controller
not working.I clone repo and checkout tag
cluster-autoscaler-1.28.0
, run script/vertical-pod-autoscaler/hack/vpa-up.sh
to deploy vpa. The script generate certs for admission controller failed with errorError adding extensions defined via -addext
. I paste log belowWhat happened instead?:
How to reproduce it (as minimally and precisely as possible):
just deploy with vpa-up.sh
Anything else we need to know?:
all of these is running in virtual machine.
The text was updated successfully, but these errors were encountered: