linkerd2 icon indicating copy to clipboard operation
linkerd2 copied to clipboard

Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.

Results 406 linkerd2 issues
Sort by recently updated
recently updated
newest added

### What is the issue? When deploying Jaeger extension using linkerd helm chart, it is not possible to have working Jaeger UI via Ingress due to Server policy on jaeger-ui...

bug
wontfix

### What is the issue? I deployed service profiles for each service as CRD's in my eks cluster which is running along with kube-prometheus-stack includes grafana. Also when i check...

wontfix
area/viz
support

### What problem are you trying to solve? The rich metrics that Linkerd provides are rarely available for third party services such as `github.com` because the communication is encrypted from...

rfc

### What is the issue? HTTPRoute is not being picked up by Linkerd, hence `status` field is not populated at all, or takes a very long time, could take tens...

bug
area/policy

When updating the portPublisher's address set when a new EndpointSlice creation event is received, its addresses where getting overwritten with stale data whenever its IDs already existed in the current...

Adds index metrics to the outbound policy index. ``` # HELP outbound_index_service_index_size The number of entires in service index # TYPE outbound_index_service_index_size gauge outbound_index_service_index_size 20 # HELP outbound_index_service_info_index_size The number...

### What is the issue? I am using Linkerd as service mesh and [Contour](https://github.com/projectcontour/contour) as ingress controller in my cluster. After I install viz, Pods created by ingress controller turn...

wontfix
support

### What is the issue? Here is the configuration, traffic from sidecar chooses `hr-0` and goes to the ratings service, while traffic from gateway chooses `hr-1` and goes to the...

bug

Add options to use Prometheus federation API via scrape configs or service monitors - create necessary resources (AuthorizationPolicy) to avoid any connectivity errors when enabling API (closes #11050) There is...

### What problem are you trying to solve? Proxies currently report a `identity_cert_expiration_timestamp_seconds` that indicates when a proxy’s current mTLS identity certificate will expire (in seconds since the UNIX epoch)....

enhancement