mirror of https://github.com/linkerd/linkerd2.git
Edge-20.10.1 changes (#5033)
* Edge-20.10.1 changes ## edge-20.10.1 This edge release includes a couple of external contributions towards improved cert-manager support and Grafana charts fixes, among other enhancements. * Changed the type of the injector and tap API secrets to `kubernetes.io/tls`, so they can be provisioned by cert-manager (thanks @cypherfox!) * Fixed the "Kubernetes cluster monitoring" Grafana dashboard that had a few charts with incomplete data (thanks @aimbot31!) * Fixed the `service-mirror` multicluster component so that it retries connections to the target cluster's Kubernetes API when it's not reachable, instead of blocking * Increased the proxy's default timeout for DNS resolution to 500ms, as there were reports that 100ms was too restrictive Co-authored-by: Kevin Leimkuhler <kevin@kleimkuhler.com>
This commit is contained in:
parent
faf77798f0
commit
2b7bc7362a
16
CHANGES.md
16
CHANGES.md
|
@ -1,5 +1,21 @@
|
|||
# Changes
|
||||
|
||||
## edge-20.10.1
|
||||
|
||||
This edge release includes a couple of external contributions towards
|
||||
improved cert-manager support and Grafana charts fixes, among other
|
||||
enhancements.
|
||||
|
||||
* Changed the type of the injector and tap API secrets to `kubernetes.io/tls`,
|
||||
so they can be provisioned by cert-manager (thanks @cypherfox!)
|
||||
* Fixed the "Kubernetes cluster monitoring" Grafana dashboard that had a few
|
||||
charts with incomplete data (thanks @aimbot31!)
|
||||
* Fixed the `service-mirror` multicluster component so that it retries
|
||||
connections to the target cluster's Kubernetes API when it's not reachable,
|
||||
instead of blocking
|
||||
* Increased the proxy's default timeout for DNS resolution to 500ms, as there
|
||||
were reports that 100ms was too restrictive
|
||||
|
||||
## edge-20.9.4
|
||||
|
||||
This edge release introduces support for authenticated docker registries and
|
||||
|
|
Loading…
Reference in New Issue