Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Introduce of the deprecated FG: MergeCLIArgumentsWithConfig" #43530

Merged
merged 1 commit into from
Oct 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions content/en/docs/reference/setup-tools/kubeadm/kubeadm-init.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ List of deprecated feature gates:
Feature | Default
:-------|:--------
`UpgradeAddonsBeforeControlPlane` | `false`
`MergeCLIArgumentsWithConfig` | `false`
{{< /table >}}

Feature gate descriptions:
Expand All @@ -208,13 +207,6 @@ 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" >}}
Expand Down