-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
5100: Adding retroactive KEP for WinDSR and WinOverlay #5112
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: marosset The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
keps/sig-windows/5100-windows-dsr-and-overlay-support/README.md
Outdated
Show resolved
Hide resolved
- [ ] (R) Production readiness review approved | ||
- [ ] "Implementation History" section is up-to-date for milestone | ||
- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io] | ||
- [ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: make sure to check appropriate boxes.
keps/sig-windows/5100-windows-dsr-and-overlay-support/README.md
Outdated
Show resolved
Hide resolved
keps/sig-windows/5100-windows-dsr-and-overlay-support/README.md
Outdated
Show resolved
Hide resolved
keps/sig-windows/5100-windows-dsr-and-overlay-support/README.md
Outdated
Show resolved
Hide resolved
keps/sig-windows/5100-windows-dsr-and-overlay-support/README.md
Outdated
Show resolved
Hide resolved
are missing a bunch of machinery and tooling and can't do that now. | ||
--> | ||
|
||
For DSR support yes, manual verification was done to ensure that DSR can be enabled and disabled on a node. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please describe the manual testing performed, see https://github.com/kubernetes/enhancements/blob/master/keps/sig-apps/3850-backoff-limits-per-index-for-indexed-jobs/README.md#were-upgrade-and-rollback-tested-was-the-upgrade-downgrade-upgrade-path-tested as an example.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated - PTAL
|
||
No | ||
|
||
### Troubleshooting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section is missing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added - ptal
- when the KEP was retired or superseded | ||
--> | ||
|
||
## Drawbacks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added
Co-authored-by: Maciej Szulik <[email protected]>
Signed-off-by: Mark Rossetti <[email protected]>
Signed-off-by: Mark Rossetti <[email protected]>
keps/sig-windows/5100-windows-dsr-and-overlay-support/README.md
Outdated
Show resolved
Hide resolved
keps/sig-windows/5100-windows-dsr-and-overlay-support/README.md
Outdated
Show resolved
Hide resolved
|
||
#### GA | ||
|
||
- 2 or more CNI solutions support overlay networking mode for Windows nodes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know OpenShift uses https://github.com/containernetworking/plugins that supports Windows overlay networking. Not sure if that counts here.
keps/sig-windows/5100-windows-dsr-and-overlay-support/README.md
Outdated
Show resolved
Hide resolved
keps/sig-windows/5100-windows-dsr-and-overlay-support/README.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests and deps are the remaining bits.
keps/sig-windows/5100-windows-dsr-and-overlay-support/README.md
Outdated
Show resolved
Hide resolved
|
||
For overlay, no, because the feature requires the cluster to be configured for overlay networking mode and cannot be enabled on a per-node basis. | ||
|
||
For DSR, no, but they can be added. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes please. Even unit or integration tests are better than none.
Co-authored-by: Avinesh Singh <[email protected]> Co-authored-by: Aravindh Puthiyaparambil <[email protected]>
/milestone v1.33
/sig windows network
/wip