Skip to content

Commit e0e1482

Browse files
authored
Merge pull request #51329 from my-git9/npa-20889
[zh-cn]sync kuberc.md
2 parents 2769273 + 757727b commit e0e1482

File tree

1 file changed

+7
-5
lines changed
  • content/zh-cn/docs/reference/kubectl

1 file changed

+7
-5
lines changed

content/zh-cn/docs/reference/kubectl/kuberc.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,14 +181,16 @@ You can use `flags` to set the default value of a command line argument.
181181
你可以使用 `flags` 来设置命令行参数的默认值。
182182

183183
<!--
184-
If you explicitly specify a flag on your terminal, explicit value will always take precedence over the value you defined in kuberc using `overrides`.
184+
If you explicitly specify a flag on your terminal, explicit value will always take precedence over
185+
the value you defined in kuberc using `overrides`.
185186
-->
186187
如果你在终端中显式地指定了一个**标志**,那么显式指定的值将始终优先于你在
187188
`kuberc` 中使用 `overrides` 定义的值。
188-
{{< note >}}
189189

190+
{{< note >}}
190191
<!--
191-
You cannot use `kuberc` to override the value of a command line argument to take precedence over what the user specifies on the command line. The term `overrides`
192+
You cannot use `kuberc` to override the value of a command line argument to take precedence over
193+
what the user specifies on the command line. The term `overrides`
192194
in this context refers to specifying a default value that is different from the
193195
compiled-in default value.
194196
-->
@@ -197,9 +199,9 @@ compiled-in default value.
197199
{{< /note >}}
198200

199201
<!--
200-
#### Example:
202+
#### Example
201203
-->
202-
#### 示例
204+
#### 示例
203205

204206
```yaml
205207
apiVersion: kubectl.config.k8s.io/v1alpha1

0 commit comments

Comments
 (0)