From ccb8363b92db98330dd4472f4037f917b4d06fe3 Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Mon, 12 Oct 2020 12:49:16 +0900 Subject: [PATCH] Fix default installation without sidecar injection (#2775) (#2886) * Fix default installation without sidecar injection manifest apply no longer exists in istioctl CLI. Add runAsRoot to allow targetPort creation bellow 1024. * Remove the asRoot Use targetPort instead of asRoot CLI parameter * Remove manifest to istioctl --- docs/install/installing-istio.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/install/installing-istio.md b/docs/install/installing-istio.md index cc101ece4..a5094cf36 100644 --- a/docs/install/installing-istio.md +++ b/docs/install/installing-istio.md @@ -92,12 +92,14 @@ spec: - port: 15020 name: status-port - port: 80 + targetPort: 8080 name: http2 - port: 443 + targetPort: 8443 name: https EOF -istioctl manifest apply -f istio-minimal-operator.yaml +istioctl install -f istio-minimal-operator.yaml ``` #### Installing Istio with sidecar injection