Skip to content

Commit dc2f331

Browse files
zaharidichevEric Solomon
authored andcommitted
edge-20.7.4 (linkerd#4785)
## edge-20.7.4 This edge release adds support for the new Kubernetes [EndpointSlice] resource to the Destination controller. Using the EndpointSlice API is more efficient for the Kubernetes control plane than using the Endpoints API. If the cluster supports EndpointSlices (a beta feature in Kubernetes 1.17), Linkerd can be installed with `--enable-endpoint-slices` flag to use this resource rather than the Endpoints API. * Added fish shell completions to the `linkerd` command (thanks @WLun001!) * Enabled the support for EndpointSlices (thanks @Matei207!) * Separated prometheus checks and made them runnable only when the add-on is enabled Signed-off-by: Zahari Dichev <[email protected]> Signed-off-by: Eric Solomon <[email protected]>
1 parent c2c416c commit dc2f331

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changes
22

3+
## edge-20.7.4
4+
5+
This edge release adds support for the new Kubernetes
6+
[EndpointSlice](https://kubernetes.io/docs/concepts/services-networking/endpoint-slices/)
7+
resource to the Destination controller. Using the EndpointSlice API is more
8+
efficient for the Kubernetes control plane than using the Endpoints API. If
9+
the cluster supports EndpointSlices (a beta feature in Kubernetes 1.17),
10+
Linkerd can be installed with `--enable-endpoint-slices` flag to use this
11+
resource rather than the Endpoints API.
12+
13+
* Added fish shell completions to the `linkerd` command (thanks @WLun001!)
14+
* Enabled the support for EndpointSlices (thanks @Matei207!)
15+
* Separated Prometheus checks and made them runnable only when the add-on
16+
is enabled
17+
318
## edge-20.7.3
419

520
* Add preliminary support for EndpointSlices which will be usable in future

0 commit comments

Comments
 (0)