-
Notifications
You must be signed in to change notification settings - Fork 826
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
Upgrade to Kubernetes 1.13 #1044
Comments
That is exciting because I can probably get rid of the special apimachinery directory. |
/assign I'm planning to start working on this once the 1.1 release is finished. |
Let me know if you want any help. It might be worth having me handle the go lib portion since I should be able to get rid the modified apimachinery package. |
List of items to do for upgrading to 1.13 (this is an expanded version of the 1.12 issue):
|
Sounds like a good time to make a config param and/or shortcode in the Hugo site that specifies the supported version, so we only have to update one place. |
@heartrobotninja - I'm getting started on this task now. If you are still interested in taking care of updating the client-go to 10.0 let me know and I'll focus on the other parts. |
The documentation updates are in #1178 -- if you would rather try one of these ways to update the docs, send me some pointers and I'll see what I can do. One thing to note is that while many of the places in the docs just reference the major/minor version of Kubernetes (e.g. "1.13") there are also places that use the patch version (e.g. "1.13.12") and we don't have a consistent patch version in all places; kind for example doesn't create node images for all releases, so it tends to have a slightly older patch version than minikube, etc. |
@roberthbailey Yep, I am still interested in handling the go client. |
@heartrobotninja - any updates on this? #1178 will finish off all of the checkboxes except for updating client-go. |
#1189 updated client-go to 1.13.12. |
1.14 is now generally available on the three major cloud providers, so following our guidance for supported versions, it's time to upgrade to 1.13.
Given that 1.0 is shipping next week, we should wait until after that to make the change.
The text was updated successfully, but these errors were encountered: