From de60ea2b6e1a311609f3d2f8e13a15f743484194 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Mon, 18 Sep 2017 11:31:45 -0700 Subject: [PATCH] Updated 10. Setting the solution up in ACS Kubernetes (markdown) --- 10.-Setting-the-solution-up-in-ACS-Kubernetes.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/10.-Setting-the-solution-up-in-ACS-Kubernetes.md b/10.-Setting-the-solution-up-in-ACS-Kubernetes.md index 258e646..fabd30e 100644 --- a/10.-Setting-the-solution-up-in-ACS-Kubernetes.md +++ b/10.-Setting-the-solution-up-in-ACS-Kubernetes.md @@ -209,10 +209,12 @@ Type the following in your command prompt: 3. **Run the gen-k8s-env.ps1 script**. This will create the Azure environment needed. Basically a Kubernetes cluster where to deploy de containers and an Azure Container Registry where you will push the images in the first place. Make sure that you are positioned in the folder at the PowerShell prompt (like [eShopOnContainers folder]\k8s), the run the following command but with your own names and IDs. - >``` - >./gen-k8s-env -resourceGroupName eShopAutogenk8sResGroup -location westus -registryName eShopAutogenContainerRegistry -orchestratorName eshop-autogen-k8s-cluster -dnsName eshop-autogen-k8s-dns - >``` + **Important**: Note the parameter "-createAcr true". If you are re-creating the K8s cluster but you want to re-use and existing ACR, say "-createAcr false". + >``` + >./gen-k8s-env -resourceGroupName eShopAutogenk8sResGroup -location westus -registryName eShopAutogenContainerRegistry -createAcr true -orchestratorName eshop-autogen-k8s-cluster -dnsName eshop-autogen-k8s-dns + >``` + The execution should be similar to the following screenshot. It will take a few minutes to complete: