diff --git a/content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_upgrade_apply.md b/content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_upgrade_apply.md index e31467b0c5..9c99b280ee 100644 --- a/content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_upgrade_apply.md +++ b/content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_upgrade_apply.md @@ -1,3 +1,7 @@ + +将 Kubernetes 集群升级到指定版本 +

显示 Kubernetes 的不稳定版本作为升级替代方案,并允许升级到 Kubernetes 的 alpha/beta 或 RC 版本。 +

@@ -48,7 +54,9 @@ Show unstable versions of Kubernetes as an upgrade alternative and allow upgradi +

显示 Kubernetes 的候选版本作为升级替代方案,并允许升级到 Kubernetes 的 RC 版本。 +

@@ -60,7 +68,9 @@ Show release candidate versions of Kubernetes as an upgrade alternative and allo +

执行升级期间更改的组件所使用的证书的更新。 +

@@ -72,7 +82,9 @@ Perform the renewal of certificates used by component changed during upgrades. +

kubeadm 配置文件的路径。 +

@@ -84,7 +96,9 @@ kubeadm 配置文件的路径。 +

不要更改任何状态,只输出要执行的操作。 +

@@ -101,23 +115,9 @@ Do not change any state, just output what actions would be performed. +

执行 etcd 的升级。 - - - - ---experimental-patches string - - - - -包含名为 "target[suffix][+patchtype].extension" 的文件的目录的路径。 -例如,"kube-apiserver0+merge.yaml" 或仅仅是 "etcd.json"。 -"patchtype" 可以是 "strategic"、"merge" 或 "json" 之一,并且它们与 kubectl 支持的补丁格式匹配。 -默认的 "patchtype" 为 "strategic"。 "extension" 必须为 "json" 或 "yaml"。 -"suffix" 是一个可选字符串,可用于确定首先按字母顺序应用哪些补丁。 +

@@ -127,11 +127,14 @@ Path to a directory that contains files named "target[suffix][+patchtype].extens +

一组键值对,用于描述各种功能。选项包括: -
IPv6DualStack=true|false (ALPHA - 默认=false) -
PublicKeysECDSA=true|false (ALPHA - 默认=false) +
PublicKeysECDSA=true|false (ALPHA - 默认值=false +
RootlessControlPlane=true|false (ALPHA - 默认值=false) +
UnversionedKubeletConfigMap=true|false (BETA - 默认值=true) +

@@ -143,7 +146,9 @@ A set of key=value pairs that describe feature gates for various features. Optio +

强制升级,但可能无法满足某些要求。这也意味着非交互模式。 +

@@ -155,19 +160,23 @@ Force upgrading although some requirements might not be met. This also implies n +

apply 操作的帮助命令 +

---ignore-preflight-errors stringSlice +-ignore-preflight-errors strings +

错误将显示为警告的检查列表;例如:'IsPrivilegedUser,Swap'。取值为 'all' 时将忽略检查中的所有错误。 +

@@ -184,7 +193,30 @@ A list of checks whose errors will be shown as warnings. Example: 'IsPrivilegedU +

与集群通信时使用的 kubeconfig 文件。如果未设置标志,则在相关目录下搜索以查找现有 kubeconfig 文件。 +

+ + + + +--patches string + + + + +

+包含名为 "target[suffix][+patchtype].extension" 的文件的目录的路径。 +例如,"kube-apiserver0+merge.yaml"或仅仅是 "etcd.json"。 +"target" 可以是 "kube-apiserver"、"kube-controller-manager"、"kube-scheduler"、"etcd" 之一。 +"patchtype" 可以是 "strategic"、"merge" 或者 "json" 之一, +并且它们与 kubectl 支持的补丁格式相同。 +默认的 "patchtype" 是 "strategic"。 +"extension" 必须是"json" 或"yaml"。 +"suffix" 是一个可选字符串,可用于确定首先按字母顺序应用哪些补丁。 +

@@ -196,7 +228,9 @@ The kubeconfig file to use when talking to the cluster. If the flag is not set, +

指定是否应打印将在升级中使用的配置文件。 +

@@ -208,7 +242,9 @@ Specifies whether the configuration file that will be used in the upgrade should +

执行升级,不提示确认(非交互模式)。 +

@@ -236,7 +272,9 @@ Perform the upgrade and do not prompt for confirmation (non-interactive mode). +

[实验] 指向 '真实' 宿主机根文件系统的路径。 +