Skip to content

Commit 81fe9b4

Browse files
committed
Docs fix for kubectl proxy configuration
Follow-up to #32245
1 parent 6893daa commit 81fe9b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ It does not mean that there is a file named `kubeconfig`.
1818
{{< /note >}}
1919

2020
{{< warning >}}
21-
Only use kubeconfig files from trusted sources. Using a specially-crafted kubeconfig file could result in malicious code execution or file exposure.
21+
Only use kubeconfig files from trusted sources. Using a specially-crafted kubeconfig file could result in malicious code execution or file exposure.
2222
If you must use an untrusted kubeconfig file, inspect it carefully first, much as you would a shell script.
2323
{{< /warning>}}
2424

@@ -53,7 +53,7 @@ clusters and namespaces.
5353
A *context* element in a kubeconfig file is used to group access parameters
5454
under a convenient name. Each context has three parameters: cluster, namespace, and user.
5555
By default, the `kubectl` command-line tool uses parameters from
56-
the *current context* to communicate with the cluster.
56+
the *current context* to communicate with the cluster.
5757

5858
To choose the current context:
5959
```
@@ -167,7 +167,7 @@ users:
167167

168168
contexts:
169169
- context:
170-
name: development
170+
name: development
171171
```
172172
173173

0 commit comments

Comments
 (0)