-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Cleanup networking docs #9349
Cleanup networking docs #9349
Conversation
Signed-off-by: Ari Becker <[email protected]>
Hi @ari-becker. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
cc @olemarkus |
Thanks for this! Really like these changes. /lgtm |
/assign @mikesplain ^ as asked by the bot. FYI this PR is the result of a discussion on Slack revolving around confusion over the "External" CNI language |
/assign @mikesplain |
/ok-to-test |
/retest |
Any ideas why the PR is failing? It's a docs-only PR... |
there was an AWS outage that impacted e2e tests, it should be good now |
* `kubenet` Kubernetes native networking via a CNI plugin. This is the default. | ||
* `cni` Container Network Interface(CNI) style networking, often installed via a Daemonset. | ||
* `external` networking is done via a Daemonset. This is used in some custom implementations. | ||
We do recommended something other than `kubenet` for production clusters due to `kubenet`'s limitations, as explained [below][#kubenet-default]. |
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 do believe the distinction between kubenet-based providers and CNI-based providers is important to document.
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.
@johngmyers I felt I did? Kubenet is still in an entirely separate section from CNI and carries appropriate warnings.
Co-authored-by: Peter Rifel <[email protected]>
looks good, thanks! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ari-becker, rifelpet The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
As discussed on Slack.
Signed-off-by: Ari Becker [email protected]