diff --git a/Create-Kubernetes-ACS-Cluster.md b/Create-Kubernetes-ACS-Cluster.md index 4fd1b85..b741684 100644 --- a/Create-Kubernetes-ACS-Cluster.md +++ b/Create-Kubernetes-ACS-Cluster.md @@ -32,7 +32,7 @@ We will use Azure Container Service (ACS) to create a cluster on which we will r 2. Add `D:\kubectl` to your `PATH` environment variable, and set `D:\kubectl\config` as your `KUBECONFIG` environment variable. Make sure you re-open the console. -3. Download the Kubernetes cluster configuration to the local `~/.kube/config` file. +3. Download the Kubernetes cluster configuration to the local `~/.kube/config` file. The downloaded config file will be in c:\users\. Copy the "config" file to D:\kubectl. az acs kubernetes get-credentials --resource-group=cra-test-rg --name=cra-test