amimof / kubernetes-the-right-way

Install Kubernetes with Ansible
MIT License
28 stars 7 forks source link

Bump Kubernetes to v1.14.4 #56

Closed amimof closed 5 years ago

amimof commented 5 years ago

All components are updated which includes:

Fixes #55

amimof commented 5 years ago

@anton-johansson I just wanted to let you know that I upgraded my existing cluster from 1.14.1 -> 1.14.4 using serial_all=1 and it worked perfectly!

anton-johansson commented 5 years ago

Awesome! I'll also give it a go within a few weeks too.

When this PR is merged, what are the plans for v1.15.0? It was released about a month ago.

amimof commented 5 years ago

Having 1.15.0 merged is as easy as any other minor release. I guess I need to go through the CHANGELOG-15.md and see if there are any obvious breaking changes. You are welcome to test it out as well.

anton-johansson commented 5 years ago

Yeah, I've taken a quick look at the changelog and I couldn't find anything breaking. I couldn't find anything that I need either, but it's nice to be up to date. :)

I can test it later in the summer, or after it, if you don't want to or have time. But do you know where I can find information about compatible versions of etcd, containerd, cni, and so on? How do you know when things needs to be updated?