linkerd2
linkerd2 copied to clipboard
Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
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....
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...
### 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...
### 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)...
### 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...
### 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...
### 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....
### 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...
### 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...