-
Notifications
You must be signed in to change notification settings - Fork 36
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
Cannot set autoscale when upgrade kubernetes to 1.7.0 version #9
Comments
From @gemoya on August 5, 2017 2:58 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. |
From @chaintng on August 9, 2017 4:50 after upgrade to 1.7.2, it's also work 😕 |
From @n0n0x on September 6, 2017 19:11 can confirm this works on 1.7.2:
as well as on version 1.7.5:
|
From @chaintng on July 21, 2017 4:49
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
Copied from original issue: deis/workflow#841
The text was updated successfully, but these errors were encountered: