This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 180
Cannot set autoscale when upgrade kubernetes to 1.7.0 version #841
Comments
I had the same problem because some custom deployments of Kubernetes add the '+' to the minor version and the version() function in deis controller takes the complete minor including the '+' so when the HPA resource checks the api version you get the error because it compares with "1.3.0" So I deployed a custom controller with scheduler's version function modified by me taking only the first element of the minor's string. Is not a good solution since the development side but you can bypass this situation while the people include cases like that in the controller main line. |
after upgrade to 1.7.2, it's also work 😕 |
can confirm this works on 1.7.2:
as well as on version 1.7.5:
|
This issue was moved to teamhephy/workflow#9 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I use google container engine and recently upgrade the kubernetes cluster to 1.7.0
However, i got this error when i try to set autoscale to my application
The text was updated successfully, but these errors were encountered: