-
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
CustomResourceDefinition problem with VPA #4897
Comments
I tried this one, It is due to the so if you will try this one on k8sv1.21(from k8sv1.16) it shows the below warning when running
and from k8sv1.22 it shows below output when running
Which version you're using if it is k8sv1.22 or more then change it to the lower version. |
In VPA CRD |
@jbartosik can we backport these changes to vertical-pod-autoscaler-0.9 and vertical-pod-autoscaler-0.10? is it valid to do that? |
@Shubham82 I think mention on compatibility is good. If you want to contribute a change then I'm happy to review it (if not I'll update it but it'll take me some time; please let me know) I'm not sure about patching to 0.10 and 0.9. I have limited capacity and there are other things I think are more important for VPA (for example building new release when K8s 1.25 is released). If you think cherry picking that change into 0.10 and 0.9 is valuable please explain why (I think one could use a newer VPA but maybe there's a reason not to). |
Hi @jbartosik, Thanks for looking at it.
I'm up for it |
Actually, I am thinking of the users who used the k8s latest version with VPA 0.9 and 0.10. but I agree with what you mentioned above (the user could use a newer VPA). so mentioned on the compatibility give more clarity on which version of VPA is used with k8s version. |
will open a PR soon. |
/assign |
Fixed it here: #5050 |
Hello, I have the following problem:
When I try to run ./hack/vpa-up.sh from tag vertical-pod-autoscaler/v0.9.2
The text was updated successfully, but these errors were encountered: