Skip to content

Commit d41a8c7

Browse files
committed
Apply more suggested changes
1 parent edac5db commit d41a8c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Specify the underlying built-in command that your alias will execute. This inclu
3030
Specify default values for command line arguments (which the kuberc format terms _flags_).
3131
If you explicitly specify a command line argument when you run kubectl, the value you provide takes precedence over the default one defined in kuberc.
3232

33-
#### Example:
33+
#### Example {#flags-example}
3434

3535
```yaml
3636
apiVersion: kubectl.config.k8s.io/v1alpha1
@@ -49,7 +49,7 @@ With this alias, running `kubectl getn pods` will default JSON output. However,
4949

5050
Insert arbitrary arguments immediately after the kubectl command and its subcommand (if any).
5151

52-
#### Example:
52+
#### Example {#prependArgs-example}
5353

5454
```yaml
5555
apiVersion: kubectl.config.k8s.io/v1alpha1
@@ -70,7 +70,7 @@ aliases:
7070

7171
Append arbitrary arguments to the end of the kubectl command.
7272

73-
#### Example:
73+
#### Example {#appendArgs-example}
7474

7575
```yaml
7676
apiVersion: kubectl.config.k8s.io/v1alpha1
@@ -90,7 +90,7 @@ aliases:
9090

9191
`kubectl runx test-pod` will be translated to `kubectl run test-pod --namespace test-ns --image busybox -- custom-arg`.
9292

93-
## Command Overrides
93+
## Command overrides
9494

9595
Within a `kuberc` configuration, _command overrides_ let you specify custom values for command line arguments.
9696

0 commit comments

Comments
 (0)