|
1 | 1 | # KEP-3015 PreferSameZone and PreferSameNode Traffic Distribution |
2 | 2 |
|
3 | 3 | <!-- toc --> |
4 | | -- [Release Signoff Checklist](#release-signoff-checklist) |
5 | 4 | - [Summary](#summary) |
6 | 5 | - [Motivation](#motivation) |
7 | 6 | - [Goals](#goals) |
|
37 | 36 | - [Alternatives](#alternatives) |
38 | 37 | <!-- /toc --> |
39 | 38 |
|
40 | | -## Release Signoff Checklist |
41 | | - |
42 | | -<!-- |
43 | | -**ACTION REQUIRED:** In order to merge code into a release, there must be an |
44 | | -issue in [kubernetes/enhancements] referencing this KEP and targeting a release |
45 | | -milestone **before the [Enhancement Freeze](https://git.k8s.io/sig-release/releases) |
46 | | -of the targeted release**. |
47 | | -
|
48 | | -For enhancements that make changes to code or processes/procedures in core |
49 | | -Kubernetes—i.e., [kubernetes/kubernetes], we require the following Release |
50 | | -Signoff checklist to be completed. |
51 | | -
|
52 | | -Check these off as they are completed for the Release Team to track. These |
53 | | -checklist items _must_ be updated for the enhancement to be released. |
54 | | ---> |
55 | | - |
56 | | -Items marked with (R) are required *prior to targeting to a milestone / release*. |
57 | | - |
58 | | -- [X] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR) |
59 | | -- [X] (R) KEP approvers have approved the KEP status as `implementable` |
60 | | -- [X] (R) Design details are appropriately documented |
61 | | -- [X] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors) |
62 | | - - [X] e2e Tests for all Beta API Operations (endpoints) |
63 | | - - [ ] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md) |
64 | | - - [ ] (R) Minimum Two Week Window for GA e2e tests to prove flake free |
65 | | -- [X] (R) Graduation criteria is in place |
66 | | - - [X] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md) |
67 | | -- [X] (R) Production readiness review completed |
68 | | -- [X] (R) Production readiness review approved |
69 | | -- [X] "Implementation History" section is up-to-date for milestone |
70 | | -- [X] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io] |
71 | | -- [X] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes |
72 | | - |
73 | | -<!-- |
74 | | -**Note:** This checklist is iterative and should be reviewed and updated every time this enhancement is being considered for a milestone. |
75 | | ---> |
76 | | - |
77 | | -[kubernetes.io]: https://kubernetes.io/ |
78 | | -[kubernetes/enhancements]: https://git.k8s.io/enhancements |
79 | | -[kubernetes/kubernetes]: https://git.k8s.io/kubernetes |
80 | | -[kubernetes/website]: https://git.k8s.io/website |
81 | | - |
82 | 39 | ## Summary |
83 | 40 |
|
84 | 41 | Discussion about trying to add "prefer same node" behavior to |
|
0 commit comments