Files
kubevela/charts/third_party/istio-stable/README.md
Ryan Zhang 4f270614d7 first step
2020-09-01 00:38:42 -07:00

486 B

The istio*.yaml files are generated by running

./download-istio.sh

using Helm v3.0.1.

The generated files are:

  • istio-ci-no-mesh.yaml: used in our continuous testing of Knative with Istio having sidecar disabled. This is also the setting that we use in our presubmit tests.
  • istio-ci-mesh.yaml: used in our continuous testing of Knative with Istio having sidecar and mTLS enabled.
  • istio-minimal.yaml: a minimal Istio installation used for development purposes.