From e96de6071a2b183c74df68741aa99cd6f9fae87b Mon Sep 17 00:00:00 2001 From: Nish Anil Date: Wed, 16 Feb 2022 00:16:48 +0530 Subject: [PATCH] Updated Deploy to Local Kubernetes (markdown) --- Deploy-to-Local-Kubernetes.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Deploy-to-Local-Kubernetes.md b/Deploy-to-Local-Kubernetes.md index b146694..fb48547 100644 --- a/Deploy-to-Local-Kubernetes.md +++ b/Deploy-to-Local-Kubernetes.md @@ -93,7 +93,15 @@ To install the NGINX Ingress controller, run the following command: ```powershell 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). +Alternatively, you can also install using Helm. Refer to the [Quick Start Guide](https://kubernetes.github.io/ingress-nginx/deploy/#quick-start) for details. + +Navigate to the folder **deploy\k8s\nginx-ingress** and run the following command: + +```powershell +kubectl apply -f .\local-cm.yaml +``` +The above command will set the proxy-buffer size to `128k` which is required by the identity service. + ## Install eShopOnContainers Using Helm Go to the **deploy/k8s/helm** folder in your local copy of the eShopOnContainers repo.