diff --git a/content/en/docs/reference/setup-tools/kubeadm/kubeadm-init.md b/content/en/docs/reference/setup-tools/kubeadm/kubeadm-init.md index a766250ef1f41..811bac7364661 100644 --- a/content/en/docs/reference/setup-tools/kubeadm/kubeadm-init.md +++ b/content/en/docs/reference/setup-tools/kubeadm/kubeadm-init.md @@ -189,6 +189,7 @@ List of deprecated feature gates: Feature | Default :-------|:-------- `UpgradeAddonsBeforeControlPlane` | `false` +`MergeCLIArgumentsWithConfig` | `false` {{< /table >}} Feature gate descriptions: @@ -207,6 +208,13 @@ instance is upgraded. The deprecated `UpgradeAddonsBeforeControlPlane` feature g behavior. You should not need this old behavior; if you do, you should consider changing your cluster or upgrade processes, as this feature gate will be removed in a future release. + +`MergeCLIArgumentsWithConfig` +: This feature gate is introduced in Kubernetes v1.29 and defaults to `false`. Enabling this feature gate will merge the value passed +by the `--ignore-preflight-errors` flag with the value of `ignorePreflightErrors` defined in the config file, which is the default behavior +in v1.28 and earlier release. The default value `false` means that if the `--ignore-preflight-errors` flag is set and `ignorePreflightErrors` +is specified in the config file, the value defined in the config file will be ignored. + List of removed feature gates: {{< table caption="kubeadm removed feature gates" >}}