Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KEP-1669: add alpha graduation criteria #2064

Merged
merged 1 commit into from
Oct 6, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- [Unit Tests](#unit-tests)
- [E2E Tests](#e2e-tests)
- [Graduation Criteria](#graduation-criteria)
- [Alpha](#alpha)
- [Upgrade / Downgrade Strategy](#upgrade--downgrade-strategy)
- [Version Skew Strategy](#version-skew-strategy)
- [Implementation History](#implementation-history)
Expand Down Expand Up @@ -122,8 +123,11 @@ All existing E2E tests for Services should continue to pass.

### Graduation Criteria

The graduation criteria of this KEP will largely depend on the graduation status of the EndpointSlice API. Once the `terminating` field is added to EndpointSlice API,
this change in behavior will kick-in as soon as kube-proxy consumes EndpointSlice.
#### Alpha

* kube-proxy internally tracks the terminating condition of an endpoint.
* feature is only enabled if the feature gate `EndpointSliceTerminatingCondition` is on.
* unit tests in kube-proxy.
thockin marked this conversation as resolved.
Show resolved Hide resolved

### Upgrade / Downgrade Strategy

Expand Down