linkerd2
linkerd2 copied to clipboard
Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
This changes the `workloadIPs.maxItems` field in the ExternalWorkload CRD from `1` to `2`, to accommodate for an IPv4 and IPv6 pair. This is a BC change, so there's no need...
This PR adds support for custom liveness and readiness probe timeouts on control plane containers in helm chart. It was discussed on https://github.com/linkerd/linkerd2/issues/12895 with @alpeb
Bumps [core-foundation-sys](https://github.com/servo/core-foundation-rs) from 0.8.6 to 0.8.7. Commits 652bab0 Bump version of core-foundation-sys to 0.8.7 (#683) f94fa25 Added ffi bindings for CGDisplayRegisterReconfigurationCallback and related t... 31a92cd Fix typos. (#689) 2847e06 core-graphics:...
### What problem are you trying to solve? When installing linkerd-viz via Helm and setting the `prometheus.enabled: false` flag, we should disable the linkerd viz check for the associated resources...
### What problem are you trying to solve? We are seeing startup and liveness probe warnings for linkerd-destination from time to time: ``` Liveness probe failed: Get "http://10.0.0.7:9990/live": context deadline...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.19.1 to 1.20.2. Release notes Sourced from github.com/prometheus/client_golang's releases. v1.20.2 [BUGFIX] promhttp: Unset Content-Encoding header when data is uncompressed. #1596 v1.20.1 This release contains the critical fix...
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.30.3 to 0.31.0. Commits 2df39ff Update dependencies to v0.31.0 tag 382a091 update codegen and openapi 1073c1e regen clients 6f8e3bd Review feedback 437d97a Coordinated Leader Election Alpha API...
Bumps [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) from 0.30.3 to 0.31.0. Commits 5682b3a Update dependencies to v0.31.0 tag 67f4a1d informers: add comment that Start does not block 647748e Merge pull request #126353 from liggitt/fix-vendor a9ee50f...
Bumps [k8s.io/endpointslice](https://github.com/kubernetes/endpointslice) from 0.30.3 to 0.31.0. Commits 5c80482 Update dependencies to v0.31.0 tag 88f6b5d Merge pull request #126018 from aroradaman/bump-k8s-utils 91fe720 bump k8s.io/utils 71e40b2 Merge pull request #125802 from mmorel-35/testifylint/len+empty...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.30.3 to 0.31.0. Commits 02a19c3 Update dependencies to v0.31.0 tag 5e3e8ea informers: add comment that Start does not block f71a5cc Call non-blocking informerFactory.Start synchronously to avoid races...