From 672461e5020b76dbc9fb8d19c2dda3a0b0ae36d6 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Mon, 18 Sep 2017 11:37:22 -0700 Subject: [PATCH] Update README.k8s.md --- k8s/README.k8s.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/README.k8s.md b/k8s/README.k8s.md index 2cce688a4..ebbca0c33 100644 --- a/k8s/README.k8s.md +++ b/k8s/README.k8s.md @@ -6,7 +6,7 @@ The k8s directory contains Kubernetes configuration for the eShopOnContainers ap * A private Docker registry. Follow Azure Container Registry's [guide](https://docs.microsoft.com/en-us/azure/container-registry/container-registry-get-started-portal) to create one. * Optionally, previous steps can be skipped if you run gen-k8s-env.ps1 script to automatically create the azure environment needed for kubernetes deployment. Azure cli 2.0 must be previously installed [installation guide](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli). For example: - **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". + **Important**: Note the parameter "-createAcr true". If you are creating the K8s cluster but you want to re-use and existing ACR, say "-createAcr false". >``` >./gen-k8s-env -resourceGroupName k8sGroup -location westeurope -registryName k8sregistry -createAcr true -orchestratorName k8s-cluster -dnsName k8s-dns