-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Add CNI plugin to list of Addons #41232
Add CNI plugin to list of Addons #41232
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
FYI @tengqm |
/lgtm |
LGTM label has been added. Git tree hash: f36fb6fa3fd317649c6e4d57c1e441423c6d4fd9
|
[Network plugins](/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins) are software | ||
components that implement the container network interface (CNI) specification. They are responsible for | ||
allocating IP addresses to pods and enabling them to communicate with each other within the cluster. |
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.
Watch out for one implication:
Because these are providing cluster-level features, namespaced resources for addons belong within the
kube-system
namespace.
Actually, network plugins can (and some do) live outside kube-system
.
Have a think about how we'll cover that specific aspect and not mislead readers.
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'm really not sure how should I address this implication @sftim. The paragraph I added is just a very brief description of CNIs, where would I add the (potential) namespace confusion clarification? Any suggestions @reylejano, @tengqm?
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.
Any updates on this one? @sftim @tengqm @reylejano
Thanks!
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.
Some CNI pointers in open PR #39890
Could be useful in future PR.
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: reylejano 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 |
Add CNI plugin entry to list of Addons. Fixes #24627