Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye committed Mar 16, 2020
1 parent b13dc09 commit 7b51cbd
Showing 1 changed file with 6 additions and 5 deletions.
Expand Up @@ -158,8 +158,8 @@ certification files, then you need add the suffix `-data` to the keys. For examp
`certificate-authority-data`, `client-certificate-data`, `client-key-data`.

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

Set the current context:

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

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

### Linux
```shell
Expand Down Expand Up @@ -359,11 +359,12 @@ kubectl config view
## Clean up

Return your `KUBECONFIG` environment variable to its original value. For example:<br>
Linux:

### Linux
```shell
export KUBECONFIG=$KUBECONFIG_SAVED
```
Windows PowerShell
### Windows PowerShell
```shell
$Env:KUBECONFIG=$ENV:KUBECONFIG_SAVED
```
Expand Down

0 comments on commit 7b51cbd

Please sign in to comment.