From dc51c81751a6239995446746cc5ca469ee320ffb Mon Sep 17 00:00:00 2001 From: SataQiu Date: Mon, 10 Feb 2025 21:34:48 +0800 Subject: [PATCH] kubeadm: update v1beta4 docs --- cmd/kubeadm/app/apis/kubeadm/v1beta4/doc.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cmd/kubeadm/app/apis/kubeadm/v1beta4/doc.go b/cmd/kubeadm/app/apis/kubeadm/v1beta4/doc.go index f546859c643..a6fe384547d 100644 --- a/cmd/kubeadm/app/apis/kubeadm/v1beta4/doc.go +++ b/cmd/kubeadm/app/apis/kubeadm/v1beta4/doc.go @@ -24,6 +24,11 @@ limitations under the License. // // A list of changes since v1beta3: // +// v1.33: +// - Add an `EtcdUpgrade` field into `UpgradeConfiguration.Plan` that can be used to control whether the etcd upgrade plan +// should be displayed. +// +// v1.31: // - Support custom environment variables in control plane components under `ClusterConfiguration`. // Use `APIServer.ExtraEnvs`, `ControllerManager.ExtraEnvs`, `Scheduler.ExtraEnvs`, `Etcd.Local.ExtraEnvs`. // - The `ResetConfiguration` API type is now supported in v1beta4. Users are able to reset a node by passing