Skip to content

Commit c336b02

Browse files
authored
Merge pull request kubernetes#2064 from andrewsykim/kep-1669
KEP-1669: add alpha graduation criteria
2 parents 242d17d + d0f18b9 commit c336b02

File tree

1 file changed

+6
-2
lines changed
  • keps/sig-network/1669-graceful-termination-local-external-traffic-policy

1 file changed

+6
-2
lines changed

keps/sig-network/1669-graceful-termination-local-external-traffic-policy/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- [Unit Tests](#unit-tests)
1818
- [E2E Tests](#e2e-tests)
1919
- [Graduation Criteria](#graduation-criteria)
20+
- [Alpha](#alpha)
2021
- [Upgrade / Downgrade Strategy](#upgrade--downgrade-strategy)
2122
- [Version Skew Strategy](#version-skew-strategy)
2223
- [Implementation History](#implementation-history)
@@ -122,8 +123,11 @@ All existing E2E tests for Services should continue to pass.
122123

123124
### Graduation Criteria
124125

125-
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,
126-
this change in behavior will kick-in as soon as kube-proxy consumes EndpointSlice.
126+
#### Alpha
127+
128+
* kube-proxy internally tracks the terminating condition of an endpoint.
129+
* feature is only enabled if the feature gate `EndpointSliceTerminatingCondition` is on.
130+
* unit tests in kube-proxy.
127131

128132
### Upgrade / Downgrade Strategy
129133

0 commit comments

Comments
 (0)