v1.11.2
This is the first release for eventing-istio, we're now E2E testing Eventing components (core and Kafka-based) with Istio.
In addition, we're releasing a new controller that will configure the Istio service mesh to include Channel’s ExternalName services into the mesh with mutual TLS enabled using DestinationRule
s.
Changes
- Include Channel’s ExternalName services in Istio mesh by @pierDipi in #16
To enable the feature you need to:kubectl apply -f eventing-istio.yaml
(in the release's assets)- apply the following
config-features
ConfigMap withistio
feature flag set to"enabled"
:apiVersion: v1 kind: ConfigMap metadata: name: config-features namespace: knative-eventing data: istio: "enabled"
Full Changelog: https://github.com/knative-sandbox/eventing-istio/commits/knative-v1.11.0