Skip to content

Commit eddc9b0

Browse files
authored
Merge pull request #51211 from windsonsea/fixind
Fix a note for kuberc reference page
2 parents 5dc8f5e + 795aea6 commit eddc9b0

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

content/en/docs/reference/kubectl/kuberc.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,17 @@ Specify the built-in command. This includes support for subcommands like `create
103103
Within a `kuberc`, configuration, command line arguments are termed _flags_ (even if they do not represent a boolean type).
104104
You can use `flags` to set the default value of a command line argument.
105105

106-
If you explicitly specify a flag on your terminal, explicit value will always take precedence over the value you defined in kuberc using `overrides`.
107-
108-
{{< note >}}
109-
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`
110-
in this context refers to specifying a default value that is different from the
111-
compiled-in default value.
112-
{{< /note >}}
113-
114-
#### Example:
106+
If you explicitly specify a flag on your terminal, explicit value will always take precedence over
107+
the value you defined in kuberc using `overrides`.
108+
109+
{{< note >}}
110+
You cannot use `kuberc` to override the value of a command line argument to take precedence over
111+
what the user specifies on the command line. The term `overrides`
112+
in this context refers to specifying a default value that is different from the
113+
compiled-in default value.
114+
{{< /note >}}
115+
116+
#### Example
115117

116118
```yaml
117119
apiVersion: kubectl.config.k8s.io/v1alpha1

0 commit comments

Comments
 (0)