We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fad312 commit ddab6f0Copy full SHA for ddab6f0
CHANGES.md
@@ -2,7 +2,11 @@
2
3
## edge-20.7.4
4
5
-This edge release brings support for EndpointSlices.
+This edge release adds support for the new Kubernetes [EndpointSlice] resource
6
+to the Destination controller. Using the EndpointSlice API is more efficient
7
+for the Kubernetes control plane than using the Endpoints API. If the cluster
8
+supports EndpointSlices (a beta feature in Kubernetes 1.17), Linkerd can be
9
+installed with `--enable-endpoint-slices` flag.
10
11
* Added fish shell completions to the `linkerd` command (thanks @WLun001!)
12
* Enabled the support for EndpointSlices (thanks @Matei207!)
0 commit comments