Minor changes following #3109 (#3117)

* Updates to the doc after verifying the example with latest v1.1 build

* Minor updates
This commit is contained in:
Yossi Mesika 2019-01-22 16:58:57 +02:00 committed by istio-bot
parent 6e1ce04ba4
commit 5c76533d9b
1 changed files with 1 additions and 2 deletions

View File

@ -93,7 +93,7 @@ This will be used to access the `local` pilot securely using the ingress gateway
{{< text bash >}}
$ kubectl create --context=$CTX_LOCAL ns istio-system
$ kubectl create --context=$CTX_LOCAL secret generic cacerts -n istio-system --from-file=samples/certs/ca-cert.pem --from-file=samples/certs/ca-key.pem --from-file=samples/certs/root-cert.pem --from-file=samples/certs/cert-chain.pem
$ helm install install/kubernetes/helm/istio-init --name istio-init
$ for i in install/kubernetes/helm/istio-init/files/crd*yaml; do kubectl apply --context=$CTX_LOCAL -f $i; done
$ kubectl create --context=$CTX_LOCAL -f istio-auth.yaml
{{< /text >}}
@ -132,7 +132,6 @@ This will be used to access the `local` pilot securely using the ingress gateway
--set global.proxy.envoyStatsd.enabled=false \
--set global.disablePolicyChecks=true \
--set global.policyCheckFailOpen=true \
--set global.useMCP=false \
--set gateways.istio-ingressgateway.env.ISTIO_META_NETWORK="network2" \
--set global.network="network2" > istio-remote-auth.yaml
{{< /text >}}