From 7fa8e17d569ad9fd3518ed9660c4f4ed8eee7f28 Mon Sep 17 00:00:00 2001 From: Puru <5674762+tuladhar@users.noreply.github.com> Date: Wed, 13 Mar 2024 09:14:42 +0545 Subject: [PATCH] Move suffix parameter to the second position --- .../tools/kubeadm/control-plane-flags.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/setup/production-environment/tools/kubeadm/control-plane-flags.md b/content/en/docs/setup/production-environment/tools/kubeadm/control-plane-flags.md index 6b3724c8f7781..046a727f76fc7 100644 --- a/content/en/docs/setup/production-environment/tools/kubeadm/control-plane-flags.md +++ b/content/en/docs/setup/production-environment/tools/kubeadm/control-plane-flags.md @@ -170,12 +170,12 @@ For example, `kube-apiserver0+merge.yaml` or just `etcd.json`. - `target` can be one of `kube-apiserver`, `kube-controller-manager`, `kube-scheduler`, `etcd` and `kubeletconfiguration`. +- `suffix` is an optional string that can be used to determine which patches are applied first +alpha-numerically. - `patchtype` can be one of `strategic`, `merge` or `json` and these must match the patching formats [supported by kubectl](/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch). The default `patchtype` is `strategic`. - `extension` must be either `json` or `yaml`. -- `suffix` is an optional string that can be used to determine which patches are applied first -alpha-numerically. {{< note >}} If you are using `kubeadm upgrade` to upgrade your kubeadm nodes you must again provide the same