From 5f6921adaa75e47acca3c3a86132f16ee578d708 Mon Sep 17 00:00:00 2001 From: Nish Anil Date: Tue, 15 Feb 2022 23:18:13 +0530 Subject: [PATCH] Updated Deploy to Local Kubernetes (markdown) --- Deploy-to-Local-Kubernetes.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Deploy-to-Local-Kubernetes.md b/Deploy-to-Local-Kubernetes.md index 62804eb..b146694 100644 --- a/Deploy-to-Local-Kubernetes.md +++ b/Deploy-to-Local-Kubernetes.md @@ -88,15 +88,12 @@ Please note, `helm 3` onwards **Tiller Server** component has been removed. So y [NGINX](https://github.com/kubernetes/ingress-nginx/blob/master/README.md) is the Ingress controller used for eShopOnContainers. -To install the NGINX Ingress controller, run the following commands from the **deploy/k8s/nginx-ingress** folder: - +To install the NGINX Ingress controller, run the following command: ```powershell -kubectl apply -f mandatory.yaml -kubectl apply -f local-cm.yaml -kubectl apply -f local-svc.yaml +kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.1.1/deploy/static/provider/cloud/deploy.yaml ``` - +For more info, refer to the [Quick Start guide](https://kubernetes.github.io/ingress-nginx/deploy/#quick-start). ## Install eShopOnContainers Using Helm Go to the **deploy/k8s/helm** folder in your local copy of the eShopOnContainers repo.