-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Review and update #15074
Review and update #15074
Conversation
/assign @steveperry-53 |
Deploy preview for kubernetes-io-master-staging ready! Built with commit 7294207 https://deploy-preview-15074--kubernetes-io-master-staging.netlify.com |
/assign @tengqm |
/lgtm |
This Service will also be assigned an IP address (sometimes called the "cluster IP"), | ||
which is used by the service proxies | ||
This Service also assigns an IP address (sometimes called the "cluster IP"), | ||
which is used by the Service proxies |
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: This specification creates a new Service named "my-service", ...
nit, could the link be cleaned up a bit:
This Service also assigns an IP address, or "cluster IP", which is used by the Virtual IPs and service proxies.
This offers a lot of flexibility for deploying and evolving your Services. | ||
For example, you can change the port number that pods expose in the next | ||
For example, you can change the port number the Pods are exposed in the next |
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: Not sure about this change.
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 was fixed by a previous commit. Thank you!
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.
Yup, 🚫 passive voice.
backend sets. For each Endpoint object, it installs iptables rules which | ||
select a backend Pod. | ||
|
||
By default, kube-proxy in iptables mode chooses a backend at random. | ||
|
||
Using iptables to handle traffic has a lower system overhead, because traffic | ||
is handled by Linux netfilter without the need switch between userspace and the | ||
is handled by Linux netfilter. It removes the need to switch between userspace and the | ||
kernel space. This approach is also likely to be more reliable. |
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.
What is the it
, iptables or Linux netfilter
?
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.
true.. That's confusing.. am reverting back to the old sentence and did a small nit there.
When kube-proxy starts in IPVS proxy mode, it will verify whether IPVS | ||
kernel modules are available, and if those are not detected then kube-proxy | ||
When kube-proxy starts in IPVS proxy mode, it verifies whether IPVS | ||
kernel modules are available, and if those are not detected, then kube-proxy |
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: fall vs. falls
nit: could the sentence be broken up?
Hi @kbhawkey and team, Will you be able to help lgtm and approve the PR if the content is good to go, please? :) |
hello @shavidissa. I read through the changes. Seems fine. Nice cleanup.
|
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: zacharysarah 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 |
@kbhawkey 👋 I'm giving the LGTM/approve here to keep things moving, but your feedback here is great and I don't want it to get lost. |
* Review and update * Fix issue 3735 * Update as per the comments * Update as per the comments
Updates the following: