From d2776bfb46e60b34d5feb4dee28258fee265b1a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduard=20Tom=C3=A0s?= Date: Mon, 12 Nov 2018 16:43:29 +0100 Subject: [PATCH] Updated 10.1 Deploying to Kubernetes (AKS and local) using Helm Charts (markdown) --- ...-Deploying-to-Kubernetes-(AKS-and-local)-using-Helm-Charts.md | 1 + 1 file changed, 1 insertion(+) diff --git a/10.1-Deploying-to-Kubernetes-(AKS-and-local)-using-Helm-Charts.md b/10.1-Deploying-to-Kubernetes-(AKS-and-local)-using-Helm-Charts.md index 3bb4c78..bac5b5d 100644 --- a/10.1-Deploying-to-Kubernetes-(AKS-and-local)-using-Helm-Charts.md +++ b/10.1-Deploying-to-Kubernetes-(AKS-and-local)-using-Helm-Charts.md @@ -245,6 +245,7 @@ All steps need to be performed on `/k8s/helm` folder. The easiest way is to use .\deploy-all.ps1 -imageTag dev -useLocalk8s $true ``` +The parameter `useLocalk8s` to $true, forces the script to use `localhost` as the DNS for all Helm charts and also creates the ingress with the correct ingress class. This will install all the [eShopOnContainers public images](https://hub.docker.com/u/eshop/) with tag `dev` on the Docker local Kubernetes cluster. By default all infrastructure (sql, mongo, rabbit and redis) is installed also in the cluster.