From 03303b7a11bb2619e7a3122ebd1daf7cbd97ddc5 Mon Sep 17 00:00:00 2001 From: Artur Upton Renault Date: Tue, 8 Dec 2020 11:30:28 -0800 Subject: [PATCH 1/2] Remove prometheus addon from Istio installation instructions This addon is no longer supported in 1.8. Fixes knative/serving#10221 --- docs/install/installing-istio.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/install/installing-istio.md b/docs/install/installing-istio.md index a5094cf3676..3e950be4073 100644 --- a/docs/install/installing-istio.md +++ b/docs/install/installing-istio.md @@ -73,8 +73,6 @@ spec: addonComponents: pilot: enabled: true - prometheus: - enabled: false components: ingressGateways: From 086c491899abb82072be3678c9b3c6bdcabe721e Mon Sep 17 00:00:00 2001 From: Artur Upton Renault Date: Tue, 8 Dec 2020 16:46:53 -0800 Subject: [PATCH 2/2] Remove cluster-local-gateway --- docs/install/installing-istio.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/docs/install/installing-istio.md b/docs/install/installing-istio.md index 3e950be4073..91532b41e62 100644 --- a/docs/install/installing-istio.md +++ b/docs/install/installing-istio.md @@ -78,23 +78,6 @@ spec: ingressGateways: - name: istio-ingressgateway enabled: true - - name: cluster-local-gateway - enabled: true - label: - istio: cluster-local-gateway - app: cluster-local-gateway - k8s: - service: - type: ClusterIP - ports: - - port: 15020 - name: status-port - - port: 80 - targetPort: 8080 - name: http2 - - port: 443 - targetPort: 8443 - name: https EOF istioctl install -f istio-minimal-operator.yaml