From 59a2fb80f7f0bebf734619118bfda0e2fbf716a6 Mon Sep 17 00:00:00 2001 From: pierrethibault-levio <104463426+pierrethibault-levio@users.noreply.github.com> Date: Fri, 20 May 2022 15:43:19 -0400 Subject: [PATCH] Make explicit config is a file I thought that config was a directory to move the file to. Some I hope this change will remove confusion. --- content/rancher/v2.6/en/faq/kubectl/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.6/en/faq/kubectl/_index.md b/content/rancher/v2.6/en/faq/kubectl/_index.md index ffd8eee6789..cd74d7c0591 100644 --- a/content/rancher/v2.6/en/faq/kubectl/_index.md +++ b/content/rancher/v2.6/en/faq/kubectl/_index.md @@ -13,7 +13,7 @@ See [kubectl Installation](https://kubernetes.io/docs/tasks/tools/install-kubect When you create a Kubernetes cluster with RKE, RKE creates a `kube_config_cluster.yml` in the local directory that contains credentials to connect to your new cluster with tools like `kubectl` or `helm`. -You can copy this file to `$HOME/.kube/config` or if you are working with multiple Kubernetes clusters, set the `KUBECONFIG` environmental variable to the path of `kube_config_cluster.yml`. +You can copy this file as `$HOME/.kube/config` or if you are working with multiple Kubernetes clusters, set the `KUBECONFIG` environmental variable to the path of `kube_config_cluster.yml`. ``` export KUBECONFIG=$(pwd)/kube_config_cluster.yml