From d99e48fc99a585b7b2a7457089694d9e00e6f412 Mon Sep 17 00:00:00 2001 From: Lin Sun Date: Thu, 28 Feb 2019 11:24:30 -0500 Subject: [PATCH] remove the portion for egress gateway exposed as nodeport (#3255) * remove the portion for egress gateway * Update index.md --- content/docs/setup/kubernetes/helm-install/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/setup/kubernetes/helm-install/index.md b/content/docs/setup/kubernetes/helm-install/index.md index 0fb3c82b83..47a371ef83 100644 --- a/content/docs/setup/kubernetes/helm-install/index.md +++ b/content/docs/setup/kubernetes/helm-install/index.md @@ -24,7 +24,7 @@ plane and the sidecars for the Istio data plane. 1. Istio by default uses `LoadBalancer` service object types. Some platforms do not support `LoadBalancer` service objects. For platforms lacking `LoadBalancer` support, install Istio with `NodePort` support - instead with the flags `--set gateways.istio-ingressgateway.type=NodePort --set gateways.istio-egressgateway.type=NodePort` + instead with the flags `--set gateways.istio-ingressgateway.type=NodePort` appended to the end of the Helm instructions in the installation steps below. ## Installation steps