Alejandro Pedraza
Alejandro Pedraza
The target location for the CNI binary and its config diverges from the defaults in some kubernetes platforms. We have documented this in some issues, like #2174, https://github.com/linkerd/linkerd2/issues/11250#issuecomment-1792661163 and https://github.com/linkerd/linkerd2/issues/10413#issuecomment-1448425388...
When the policy controller updates the status of an `HTTPRoute` resource, instead of appending a new condition status to the policy-controller-managed status, it's replacing any existing condition. Conditions should be...
## What did you do - How was the cluster created? ```console k3d cluster create --k3s-arg '--disable=local-storage,metrics-server@server:0' --no-lb \ --k3s-arg --write-kubeconfig-mode=644 --k3s-arg --flannel-backend=none \ --k3s-arg --cluster-cidr=192.168.0.0/16 --k3s-arg '--disable=servicelb,traefik@server:0' \ --image...
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...
Remove this check https://linkerd.io/2/tasks/troubleshooting/#l5d-sp as it's no longer necessary. This is a followup to linkerd/linkerd2#3718 where the serviceprofile validation was removed.
Update the [Generating your own mTLS root certificates](https://linkerd.io/2/tasks/generate-certificates/) doc so that in the first step we show how to generate the intermediate certificate through k8s [CertificateSigningRequest](https://kubernetes.io/docs/tasks/tls/managing-tls-in-a-cluster/) API as an alternative...
This adds a new test `TestDualStack` to the deep suite that ensures requests to a dual stack service are always routed the the IPv6 endpoint. It also amends other tests...
We're on `5.3.0` and would like to upgrade to `v6`, but that's a breaking change that requires manual intervention in our routes handling. The React-router project has promised a compatibility...
- Added Audit Mode section to the Authorization Policy feature article. - Expanded the reference doc for `Servers` to include the new `accessPolicy` field. - Updated the "Further Considerations" section...
These docs start as a copy of the 2.15 docs. Note 2.16 is not yet referred to in the Releases and Versions section. Docs for 2.16 features should be added...