edge-19.7.4
This is an edge release of Linkerd! The latest stable release is stable-2.4.0.
To install this edge release, run: curl https://run.linkerd.io/install-edge | sh
- CLI
- Made the
linkerd routes
command traffic-split aware - Fixed bug in the
linkerd upgrade config
command that was causing it to crash - Added pod status to the output of the
linkerd stat
command (thanks
@jonathanbeber!) - Fixed incorrect "meshed" count in
linkerd stat
when resources share the
same label selector for pods (thanks @jonathanbeber!) - Added namespace information to the
linkerd edges
command output and a new
-o wide
flag that shows the identity of the client and server if known - Added a new check to the
linkerd check --pre
command validating that if
PSP is enabled, the NET_RAW capability is available
- Made the
- Controller
- Added pod anti-affinity rules to the control plane pods when HA is enabled
(thanks @Pothulapati!)
- Added pod anti-affinity rules to the control plane pods when HA is enabled
- Proxy
- Improved performance by using a constant-time load balancer
- Added a new
/proxy-log-level
endpoint to update the log level at runtime