Open
Description
This is a Feature Request
In addition to https://kubernetes.io/docs/tasks/administer-cluster/cluster-upgrade/, with the introduction of Compatibility Version it is possible to do a new more granular and safer 2-step upgrade process utilizing --emulated-version
now.
What would you like to be added
We need to document
- the benefits of doing 2-step upgrade (can be found in the KEP
- the process of 2-step upgrade for the control plane
- verification of each step by checking the
feature_enabled
&version_info
metrics.
Why is this needed
To make kubernetes upgrade safer as proposed by kubernetes/enhancements#4330
Comments