edge-23.12.1
This edge release introduces new configuration values in the identity
controller for client-go's QPS
and Burst
settings. Default values for these
settings have also been raised from 5
(QPS) and 10
(Burst) to 100
and
200
respectively.
- Added
namespaceSelector
fields for the tap-injector and jaeger-injector
webhooks. The webhooks are now configured to skipkube-system
by default
(#11649; fixes #11647) (thanks @mikutas!) - Added the ability to configure client-go's
QPS
andBurst
settings in the
identity controller (#11644) - Improved client-go logging visibility throughout the control plane's
components (#11632) - Introduced
PodDisruptionBudgets
in the linkerd-viz Helm chart for tap and
tap-injector (#11628; fixes #11248) (thanks @mcharriere!)