mirror of
https://github.com/kubevela/kubevela.git
synced 2026-02-14 10:00:06 +00:00
486 B
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.