nit fixes

This commit is contained in:
moelsayed
2018-10-05 16:30:09 -07:00
committed by Denise
parent 05fd96cbd7
commit 2fc98c5844
@@ -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?