This message was deleted.
# ask-for-help
s
This message was deleted.
🏁 1
b
I've checked and I only have v1:
Copy code
k api-resources | grep scale
horizontalpodautoscalers                hpa                                                                                autoscaling/v1                                       true         HorizontalPodAutoscaler
x
Copy code
kubectl version --short
b
Copy code
Flag --short has been deprecated, and will be removed in the future. The --short output will become the default.
Client Version: v1.25.2
Kustomize Version: v4.5.7
Server Version: v1.21.14-gke.700
WARNING: version difference between client (1.25) and server (1.21) exceeds the supported minor version skew of +/-1
x
I known why, I will fix it now
❤️ 1
b
I think I have only v1 though. would this be a problem?
x
Please wait a moment, I will make it compatible with v1.
🍱 1
I suddenly found in the official documentation that v2beta2 is already supported in version 1.20 and above.
So I don't need to do this compatibility work. You can just install this version.
b
👍
What do I need to do to pull in these new changeS?
x
helm upgrade
b
Oki dokie