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

We have dozens (hundreds?) of "golden" files that we use in tests to compare against CLI-generated output. Any time our generated code changes, we simply regenerate all of these files....

priority/triage
area/test
rfc

Closes #8911 Signed-off-by: Kevin Leimkuhler

### What is the issue? After upgrading linkerd helm charts from stable 2.10.2 to 2.11.2, all control-plane components for linkerd are failing. We're using AKS with kubenet, with k8s version...

env/aks
support

### What is the issue? I've been testing Service Profiles timeouts / retries and have a simple set up with a destination pod of nginx, which has a number of...

area/proxy
area/docs
priority/triage
bug
area/viz

### What problem are you trying to solve? There are two ways to disable protocol detection in linkerd: * [Marking a port as opaque](https://linkerd.io/2.11/features/protocol-detection/#marking-a-port-as-opaque) * [Marking a port as skip](https://linkerd.io/2.11/features/protocol-detection/#marking-a-port-as-skip)...

priority/triage
enhancement
needs/design

### What problem are you trying to solve? Setting up an Nginx ingress per this page - https://linkerd.io/2.11/tasks/using-ingress/ - won't work if the ingress controller (at least Nginx, but others...

help wanted
area/docs
enhancement

### What is the issue? Very similar to #7493, a fresh installation of linkerd 2.11.1 control plane is stuck in `ContainerCreating` and `CrashLoopBackOff`. ``` ❯ kg pod -n linkerd NAME...

priority/triage
bug
area/cni
env/eks

### What is the issue? `linkerd install --help` prints invalid URL: ``` A full list of configurable values can be found at https://www.github.com/linkerd/linkerd2/tree/main/charts/linkerd2/README.md ``` This link leads to a 404....

bug

### What problem are you trying to solve? In #8100 I discussed how to work around an issue with initContainers that need functioning network connectivity during the init phase of...

enhancement
needs/design

### What problem are you trying to solve? So i have 3 clusters connected with linkerd, all both ways so we have 6 links. So I install one app on...

support