mirror of https://github.com/istio/istio.io.git
helm install - write output to file (#1412)
updated the helm install command to write output to istio.yaml, see https://github.com/istio/istio.github.io/issues/1409
This commit is contained in:
parent
0b52a1fa8c
commit
773899b922
|
@ -31,7 +31,7 @@ recommended.
|
|||
(requires Kubernetes >=1.9.0):
|
||||
|
||||
```command
|
||||
$ helm template install/kubernetes/helm/istio --name istio --namespace istio-system
|
||||
$ helm template install/kubernetes/helm/istio --name istio --namespace istio-system > $HOME/istio.yaml
|
||||
```
|
||||
|
||||
* Without the sidecar injection webhook:
|
||||
|
|
Loading…
Reference in New Issue