Skip to content

Commit 7b51cbd

Browse files
authored
Polish
1 parent b13dc09 commit 7b51cbd

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

content/en/docs/tasks/access-application-cluster/configure-access-multiple-clusters.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ certification files, then you need add the suffix `-data` to the keys. For examp
158158
`certificate-authority-data`, `client-certificate-data`, `client-key-data`.
159159

160160
Each context is a triple (cluster, user, namespace). For example, the
161-
`dev-frontend` context says, Use the credentials of the `developer`
162-
user to access the `frontend` namespace of the `development` cluster.
161+
`dev-frontend` context says, "Use the credentials of the `developer`
162+
user to access the `frontend` namespace of the `development` cluster".
163163

164164
Set the current context:
165165

@@ -275,7 +275,7 @@ colon-delimited for Linux and Mac, and semicolon-delimited for Windows. If you h
275275
a `KUBECONFIG` environment variable, familiarize yourself with the configuration files
276276
in the list.
277277

278-
Temporarily append two paths to your `KUBECONFIG` environment variable. For example:<br>
278+
Temporarily append two paths to your `KUBECONFIG` environment variable. For example:
279279

280280
### Linux
281281
```shell
@@ -359,11 +359,12 @@ kubectl config view
359359
## Clean up
360360

361361
Return your `KUBECONFIG` environment variable to its original value. For example:<br>
362-
Linux:
362+
363+
### Linux
363364
```shell
364365
export KUBECONFIG=$KUBECONFIG_SAVED
365366
```
366-
Windows PowerShell
367+
### Windows PowerShell
367368
```shell
368369
$Env:KUBECONFIG=$ENV:KUBECONFIG_SAVED
369370
```

0 commit comments

Comments
 (0)