From 479ffb7f0e2556e0cbfba3b6563d0dfd6e426284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduard=20Tom=C3=A0s?= Date: Tue, 10 Sep 2019 17:23:52 +0200 Subject: [PATCH] Updated Deploy to Local Kubernetes (markdown) --- Deploy-to-Local-Kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deploy-to-Local-Kubernetes.md b/Deploy-to-Local-Kubernetes.md index 5d3a51b..34056c9 100644 --- a/Deploy-to-Local-Kubernetes.md +++ b/Deploy-to-Local-Kubernetes.md @@ -115,7 +115,7 @@ docker-compose build Then, just run this script from the `k8s\helm` folder, to deploy your local images: ```powershell -.\deploy-all.ps1 -imageTag linux-latest -useLocalk8s $true -useLocalImages $true +.\deploy-all.ps1 -imageTag linux-latest -useLocalk8s $true -imagePullPolicy Never ``` 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.