You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh-cn/docs/reference/kubectl/kuberc.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,14 +181,16 @@ You can use `flags` to set the default value of a command line argument.
181
181
你可以使用 `flags` 来设置命令行参数的默认值。
182
182
183
183
<!--
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`.
185
186
-->
186
187
如果你在终端中显式地指定了一个**标志**,那么显式指定的值将始终优先于你在
187
188
`kuberc`中使用 `overrides` 定义的值。
188
-
{{< note >}}
189
189
190
+
{{< note >}}
190
191
<!--
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`
192
194
in this context refers to specifying a default value that is different from the
0 commit comments