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
This commit is contained in:
Kenjiro Nakayama 2020-10-12 12:49:16 +09:00 committed by GitHub
parent ac7d8afd7b
commit ccb8363b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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