So the official documentation states:
This page explains how to upgrade a Kubernetes cluster created with kubeadm from version 1.14.x to version 1.15.x, and from version 1.15.x to 1.15.y (where y > x).
So the latter point about moving from say 1.15.1 to 1.15.4 makes sense.
What I am confused about is the 1.14.x to 1.15.x...
- should I always upgrade to the latest in the 1.14 line before attempting upgrade to 1.15?
- does
x
have to the same? ie i have to do 1.14.5 to 1.15.5? (i assume not... butx
->x
seems to state so...) - is it okay to upgrade directly to the latest 1.15? (1.15.4 at time of writing), or should we start from 1.15.0?