mirror of https://github.com/knative/docs.git
* 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:
parent
ac7d8afd7b
commit
ccb8363b92
|
@ -92,12 +92,14 @@ spec:
|
||||||
- port: 15020
|
- port: 15020
|
||||||
name: status-port
|
name: status-port
|
||||||
- port: 80
|
- port: 80
|
||||||
|
targetPort: 8080
|
||||||
name: http2
|
name: http2
|
||||||
- port: 443
|
- port: 443
|
||||||
|
targetPort: 8443
|
||||||
name: https
|
name: https
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
istioctl manifest apply -f istio-minimal-operator.yaml
|
istioctl install -f istio-minimal-operator.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Installing Istio with sidecar injection
|
#### Installing Istio with sidecar injection
|
||||||
|
|
Loading…
Reference in New Issue