edge-19.1.4
This is an edge release of Linkerd! The latest stable release is stable-2.1.0.
To install this edge release, run:
curl https://run.linkerd.io/install-edge | sh
- Controller
- Added support for timeouts! Configurable in the service profiles for each route
- Added an experimental CNI plugin to avoid requiring the NET_ADMIN capability when
injecting proxies (more details at https://linkerd.io/2/cni) (thanks @codeman9!) - Added more improvements to the API for
ListPods
(thanks @alenkacz!)
- Web UI
- Grayed-out the tap icon for requests from sources that are not meshed
- CLI
- Added the
--proto
flag tolinkerd profile
to output a service profile
based on a Protobuf spec file - Fixed CLI connection failure to clusters that use self-signed certificates
- Simplified linkerd install so that setting up proxy auto-injection (flag --proxy-auto-inject) no longer requires enabling TLS (flag --tls)
- Added links for each
linkerd check
failure, pointing to a relevant section
in our new FAQ page with resolution steps for each case
- Added the