linkerd2
linkerd2 copied to clipboard
Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
### What is the issue? It's pretty hard to figure out what the default values are for some of the proxy configurations. Most (but not all) of the fields in...
The multicluster helm chart currently does not support the `loadBalancerClass` field. This is required by some loadbalance services like Tailscale. Add a conditional `loadBalancerClass` key to the helm chart values...
### What is the issue? When deploying all linkerd components in the same namespace with CNI enabled, cni pod cannot be recreated if linkerd-viz is present. ### How can it...
PR https://github.com/linkerd/linkerd2/pull/12088 fixed an issue where removing and then re-adding certain policy resources could leave the policy index in an incorrect state. We add a test for the specific condition...
### What is the issue? We recently upgraded Linkerd in our staging environment from `2.12.4` (Helm chart version `1.9.6`) to `2.14.8` (Helm chart version `1.16.9`). After this upgrade, we noticed...
### What is the issue? Hello :) I deploy linkerd 2.13.5 in HA-mode ``` linkerd install --crds ... linkerd install --ha ... linkerd viz install --ha ... ``` Then I...
### What problem are you trying to solve? Linkerd proxy currently supports using the W3C `traceparent` header for setting the trace ID in a trace span. However, it does not...
Ref #12104 Currently the resources config for the Policy controller are declared to fall back to the ones for the destination controller if they're empty: https://github.com/linkerd/linkerd2/blob/f0d861ea9b927eed308d66fa64a08a5861c028d2/charts/linkerd-control-plane/templates/destination.yaml#L347 However, the `.Values.policyController.resources` entry...
### What is the issue? I am facing issues with linkerd-destination and linkerd-proxy-injector. Pods that have linkerd-inject enabled are stuck in podInitializing state. I tried to restart the deployment of...
## Feature Request Support using [SPIFFE](https://spiffe.io) for identity and use this provide mTLS credentials to services. Other service meshes such as [Envoy](https://spiffe.io/docs/latest/microservices/envoy/), Istio and Consul support SPIFFE identities. ### What...