root@m-1:~/istio-1.1.0-rc.0# helm upgrade --install istio install/kubernetes/helm/istio --namespace istio-system \
--set ingress.enabled=true \
--set gateways.istio-ingressgateway.enabled=true \
--set gateways.istio-egressgateway.enabled=true \
--set galley.enabled=true \
--set sidecarInjectorWebhook.enabled=true \
--set mixer.enabled=true \
--set prometheus.enabled=true \
--set global.hub=istionightly \
--set global.tag=1.1.0-rc.0 \
--set global.imagePullPolicy=Always \
--set global.proxy.envoyStatsd.enabled=true \
--set global.mtls.enabled=true \
--set security.selfSigned=false \
--set global.enableTracing=true \
--set global.proxy.autoInject=true \
--set tracing.enabled=true \
--tls
Error: UPGRADE FAILED: YAML parse error on istio/charts/ingress/templates/deployment.yaml: error converting YAML to JSON: yaml: line 50: did not find expected key
root@m-1:~/istio-1.1.0-rc.0# pwd
/root/istio-1.1.0-rc.0
@sdake looks like there are several conversations in different threads. Let me summarize everything here.
I think this is all there is to it. Let me know if this makes sense. Also would appreciate any help with getting those 2 PRs in. Thanks!