mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-26 21:18:04 +00:00
nit fixes
This commit is contained in:
+3
-3
@@ -26,7 +26,7 @@ After you download the tools, complete the following actions:
|
|||||||
```
|
```
|
||||||
chmod +x system-tools
|
chmod +x system-tools
|
||||||
```
|
```
|
||||||
1. Find the kubeconfig file that was generated during your Rancher installation, `kube_config_rancher-cluster.yml`. Move it to the `/.kube` on your workstation, if it isn't already there. Create this directory if it doesn't exist.
|
1. Find the kubeconfig file that was generated during your Rancher installation, `kube_config_rancher-cluster.yml`. Move it to the `~/.kube` on your workstation, if it isn't already there. Create this directory if it doesn't exist.
|
||||||
|
|
||||||
System-tools uses this file to access your installation cluster.
|
System-tools uses this file to access your installation cluster.
|
||||||
|
|
||||||
@@ -59,8 +59,8 @@ When you run this command, the components listed in [What Gets Removed?](#what-g
|
|||||||
|
|
||||||
> <sup>1</sup> If you are working with multiple Kubernetes clusters, you can place `kube_config_rancher-cluster.yml` in another directory path and then set the `KUBECONFIG` environment variable to its path.
|
> <sup>1</sup> If you are working with multiple Kubernetes clusters, you can place `kube_config_rancher-cluster.yml` in another directory path and then set the `KUBECONFIG` environment variable to its path.
|
||||||
>```
|
>```
|
||||||
export KUBECONFIG=$(pwd)/kube_config_rancher-cluster.yml
|
>export KUBECONFIG=$(pwd)/kube_config_rancher-cluster.yml
|
||||||
```
|
>```
|
||||||
|
|
||||||
## What Gets Removed?
|
## What Gets Removed?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user