-
Notifications
You must be signed in to change notification settings - Fork 689
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Clayton Gonsalves <[email protected]>
- Loading branch information
1 parent
24bd02f
commit 4fe26d8
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
## Add Kubernetes Endpoint Slice support | ||
|
||
This change optionally enables Contour to consume the kubernetes endpointslice API to determine the endpoints to configure Envoy with. | ||
Note: This change is off by default and is gated by the feature flag `useEndpointSlice`. | ||
Note: This change is off by default and is gated by the feature flag `useEndpointSlices`. | ||
|
||
This feature will be enabled by default in a future version on Contour once it has had sufficient bake time in production environments. |