Updated 10. Setting the solution up in ACS Kubernetes (markdown)
parent
de60ea2b6e
commit
fd15d8c304
@ -209,7 +209,7 @@ 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.
|
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.
|
||||||
|
|
||||||
**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 eShopAutogenk8sResGroup -location westus -registryName eShopAutogenContainerRegistry -createAcr true -orchestratorName eshop-autogen-k8s-cluster -dnsName eshop-autogen-k8s-dns
|
>./gen-k8s-env -resourceGroupName eShopAutogenk8sResGroup -location westus -registryName eShopAutogenContainerRegistry -createAcr true -orchestratorName eshop-autogen-k8s-cluster -dnsName eshop-autogen-k8s-dns
|
||||||
|
Loading…
x
Reference in New Issue
Block a user