|
| 1 | +<!-- |
| 2 | +Upgrade the kube-proxy addon |
| 3 | +--> |
| 4 | +升级 kube-proxy 插件 |
| 5 | + |
| 6 | +<!-- |
| 7 | +### Synopsis |
| 8 | +--> |
| 9 | +### 概要 |
| 10 | + |
| 11 | +<!-- |
| 12 | +Upgrade the kube-proxy addon |
| 13 | +--> |
| 14 | +升级 kube-proxy 插件 |
| 15 | + |
| 16 | +```shell |
| 17 | +kubeadm upgrade node phase addon kube-proxy [flags] |
| 18 | +``` |
| 19 | + |
| 20 | +<!-- |
| 21 | +### Options |
| 22 | +--> |
| 23 | +### 选项 |
| 24 | + |
| 25 | +<table style="width: 100%; table-layout: fixed;"> |
| 26 | +<colgroup> |
| 27 | +<col span="1" style="width: 10px;" /> |
| 28 | +<col span="1" /> |
| 29 | +</colgroup> |
| 30 | +<tbody> |
| 31 | + |
| 32 | +<tr> |
| 33 | +<td colspan="2">--config string</td> |
| 34 | +</tr> |
| 35 | +<tr> |
| 36 | +<td></td><td style="line-height: 130%; word-wrap: break-word;"> |
| 37 | +<!-- |
| 38 | +Path to a kubeadm configuration file. |
| 39 | +--> |
| 40 | +<p> |
| 41 | +kubeadm 配置文件的路径。 |
| 42 | +</p> |
| 43 | +</td> |
| 44 | +</tr> |
| 45 | + |
| 46 | +<tr> |
| 47 | +<td colspan="2">--dry-run</td> |
| 48 | +</tr> |
| 49 | +<tr> |
| 50 | +<td></td><td style="line-height: 130%; word-wrap: break-word;"> |
| 51 | +<p> |
| 52 | +<!-- |
| 53 | +Do not change any state, just output the actions that would be performed. |
| 54 | +--> |
| 55 | +不改变任何状态,只输出将要执行的操作。 |
| 56 | +</p> |
| 57 | +</td> |
| 58 | +</tr> |
| 59 | + |
| 60 | +<tr> |
| 61 | +<td colspan="2">-h, --help</td> |
| 62 | +</tr> |
| 63 | +<tr> |
| 64 | +<td></td><td style="line-height: 130%; word-wrap: break-word;"> |
| 65 | +<!-- |
| 66 | +help for kube-proxy |
| 67 | +--> |
| 68 | +<p> |
| 69 | +kube-proxy 操作的帮助命令。 |
| 70 | +</p> |
| 71 | +</td> |
| 72 | +</tr> |
| 73 | + |
| 74 | +<tr> |
| 75 | +<td colspan="2"> |
| 76 | +<!-- |
| 77 | +--kubeconfig string Default: "/etc/kubernetes/admin.conf" |
| 78 | +--> |
| 79 | +--kubeconfig string 默认值: "/etc/kubernetes/admin.conf" |
| 80 | +</td> |
| 81 | +</tr> |
| 82 | +<tr> |
| 83 | +<td></td><td style="line-height: 130%; word-wrap: break-word;"> |
| 84 | +<p> |
| 85 | +<!-- |
| 86 | +The kubeconfig file to use when talking to the cluster. If the flag is not set, a set of standard locations can be searched for an existing kubeconfig file. |
| 87 | +--> |
| 88 | +用于和集群通信的 KubeConfig 文件。如果它没有被设置,那么 kubeadm 将会搜索一个已经存在于标准路径的 KubeConfig 文件。 |
| 89 | +</p> |
| 90 | +</td> |
| 91 | +</tr> |
| 92 | + |
| 93 | +</tbody> |
| 94 | +</table> |
| 95 | + |
| 96 | +<!-- |
| 97 | +### Options inherited from parent commands |
| 98 | +--> |
| 99 | +### 从父命令继承的选项 |
| 100 | + |
| 101 | +<table style="width: 100%; table-layout: fixed;"> |
| 102 | +<colgroup> |
| 103 | +<col span="1" style="width: 10px;" /> |
| 104 | +<col span="1" /> |
| 105 | +</colgroup> |
| 106 | +<tbody> |
| 107 | + |
| 108 | +<tr> |
| 109 | +<td colspan="2">--rootfs string</td> |
| 110 | +</tr> |
| 111 | +<tr> |
| 112 | +<td></td><td style="line-height: 130%; word-wrap: break-word;"><p> |
| 113 | +<!-- |
| 114 | +The path to the 'real' host root filesystem. This will cause kubeadm to chroot into the provided path. |
| 115 | +--> |
| 116 | +到“真实”主机根文件系统的路径。指定此参数将导致 kubeadm 切换到所提供的路径。 |
| 117 | +</p> |
| 118 | +</td> |
| 119 | +</tr> |
| 120 | + |
| 121 | +</tbody> |
| 122 | +</table> |
0 commit comments