net-istio v1.5.0
Most recent tested Istio Version: 1.13.4
Enhancement
- Memory leak fix for large clusters where all cluster secrets were listed in net-istio.
Secret informer in ingress controller can be enabled to filter secrets based on the existence of a label keycertificate.networking.knative.dev.
Users are required to add the label key for custom secrets defined in ingresses.
For special cases users are recommended to reach out to Knative community.
In case of AutoTLS provided by Knative net-certmanager this is done transparently.
To enable this behavior at net-istio set env var ENABLE_SECRET_INFORMER_FILTERING_BY_CERT_UI to true.
This will be available by default in future releases. (#920, @skonto)
Uncategorized
Dependencies
Added
Nothing has changed.
Changed
- knative.dev/hack: 6ffd841 → 12d3e2a
- knative.dev/networking: 1145ec5 → 22d1b93
- knative.dev/pkg: e325df6 → 19adf79
Removed
Nothing has changed.