kubeadm: fix godoc formatting for v1beta3

Fix indentation of entries in the changelog and the migration steps.
This commit is contained in:
Lubomir I. Ivanov 2021-07-05 20:49:56 +03:00
parent f37550a470
commit 94414bea47

View File

@ -41,8 +41,8 @@ limitations under the License.
//
// Migration from old kubeadm config versions
//
// - kubeadm v1.15.x and newer can be used to migrate from the v1beta1 to v1beta2.
// - kubeadm v1.22.x no longer supports v1beta1 and older APIs, but can be used to migrate v1beta2 to v1beta3.
// - kubeadm v1.15.x and newer can be used to migrate from v1beta1 to v1beta2.
// - kubeadm v1.22.x and newer no longer support v1beta1 and older APIs, but can be used to migrate v1beta2 to v1beta3.
//
// Basics
//