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

Bumps [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator) from 0.30.0 to 0.30.1. Commits f0c97d0 Update dependencies to v0.30.1 tag See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=k8s.io/kube-aggregator&package-manager=go_modules&previous-version=0.30.0&new-version=0.30.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR...

dependencies
go

### What is the issue? When using an `httproute` to dynamically redistribute load from one `Service` to a MultiCluster mirrored Service, traffic only intermittently transmits correctly. ### How can it...

bug

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. Release notes Sourced from actions/checkout's releases. v4.1.6 What's Changed Check platform to set archive extension appropriately by @​cory-miller in actions/checkout#1732 Update for 4.1.6 release...

dependencies
github_actions

Bumps [either](https://github.com/rayon-rs/either) from 1.11.0 to 1.12.0. Commits 1cea51a Merge pull request #106 from cuviper/nth_back a4382cb Release 1.12.0 abb6f04 Specialize nth_back (MSRV 1.37) See full diff in compare view [![Dependabot compatibility...

rust
dependencies

Bumps [linux-raw-sys](https://github.com/sunfishcode/linux-raw-sys) from 0.4.13 to 0.4.14. Commits 05a32f7 chore: Release linux-raw-sys version 0.4.14 17cc1af Backport IORING_SETUP_* values from newer Linux versions. (#122) 83856da Add bootparam bindings (#114) 4ed2dc0 Add loop.h...

rust
dependencies

### What is the issue? As requested by Flynn on [Slack](https://linkerd.slack.com/archives/C89RTCWJF/p1711386576300749). Setup: running edge-24.3.2, 2 clusters, mirroring some services. - Cluster A shares some mirrored services with Cluster B. -...

bug
wontfix
area/multicluster

### What is the issue? We are using a private AKS cluster version 1.26.x, We have configured linkerd stable version 2.14.2 with linkerd-cni enabled. The AKS cluster is enabled with...

bug
env/aks

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.63.2 to 1.64.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.64.0 API Changes stats: Deprecate InPayload.Data and OutPayload.Data; they were experimental and will be deleted in the...

dependencies
go

### What is the issue? When using something like `mimir` for long-term metric retention, the podMonitor's metrics are scraped by Prometheus and directly sent to mimir. Mimir will reject massive...

bug
wontfix
area/viz

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...