RfieWang
9dbbfe258c
Supplement the description of IPVS
2024-10-09 14:57:59 +08:00
Antonio Ojea
9c209a8ac6
KEP1880: graduate to beta
...
Signed-off-by: Antonio Ojea <aojea@google.com>
2024-07-17 06:42:08 +00:00
Dan Winship
e6de84dacd
Update nftables kube-proxy docs for 1.31 beta
2024-05-28 08:18:27 -04:00
Gaurav Ghildiyal
81c3319d3e
Add missing information about feature state of ServiceTrafficDistribution in docs
2024-04-17 20:01:03 -07:00
Kubernetes Prow Robot
f5ca94be69
Merge pull request #45678 from alexanderConstantinescu/kep-3836
...
KEP-3836 documentation for 1.30
2024-03-26 05:25:21 -07:00
Alexander Constantinescu
c94d2eb5c3
Move externalTrafficPolicy section to virtual-ips.md
2024-03-26 12:39:00 +01:00
Alexander Constantinescu
d917d5020c
Add kube-proxy healthz port to ports-and-protocols.md
2024-03-26 12:39:00 +01:00
Gaurav Ghildiyal
56b83b5443
Incorporate suggestions from the review
2024-03-20 17:07:38 -07:00
Kubernetes Prow Robot
6cc6c36751
Merge pull request #44128 from sftim/20231129_service_ip_static_subrange_ga
...
Remove stale mention of ServiceIPStaticSubrange
2023-12-14 12:45:03 +01:00
Kubernetes Prow Robot
ce56b7a617
Merge pull request #44110 from danwinship/proxy-refactor
...
clean up iptables/ipvs proxy mode descriptions a bit
2023-12-01 17:50:14 +01:00
Dan Winship
d5c530002f
Clarify iptables performance slightly
2023-12-01 11:19:41 -05:00
Dan Winship
cf47dab07c
Fix redundancy in kube-proxy iptables and ipvs docs
...
Move the "watches Services and EndpointSlices" and "control loop" text
to the top level, since that applies to all proxy modes. Likewise, the
allegedly iptables-specific graphic is actually sufficiently abstract
to apply to any possible proxy.
Also fix an out-of-date claim about ipvs mode falling back to iptables
mode.
2023-11-30 13:47:49 -05:00
Tim Bannister
387192d95f
Fix style nits
...
Update “Virtual IPs and Service Proxies” to align better with our style
guide and SIG conventions.
2023-11-29 10:57:02 +00:00
Tim Bannister
1ea312d31e
Revise docs for API tracking of IP address assignment
2023-11-29 10:57:01 +00:00
Tim Bannister
624f5f8d1f
Remove stale mention of ServiceIPStaticSubrange
...
This feature gate is GA; you can't disable it.
2023-11-29 00:40:02 +00:00
Antonio Ojea
dff94b84bc
KEP-1880 Multiple ServiceCIDR
2023-11-29 00:19:38 +00:00
Dan Winship
d6f07783e1
Remove description of how iptables kube-proxy differs from userspace
...
The iptables kube-proxy documentation notes that it has "lower system
overhead", but doesn't mention what it's lower than; it's talking
about the userspace proxy, which no longer exists, and which no
current documentation readers would think to compare the iptables
proxy mode to.
Likewise, there is no point in explaining how iptables mode endpoint
selection differs from userspace mode endpoint selection, because the
iptables mode behaves in the way that everyone would consider normal.
It was the userspace proxy that was weird, and so we had to document
the *change* in behavior when we introduced the iptables proxy, but
there's no reason to keep documenting "we don't do something you
wouldn't have expected us to do" now.
2023-11-27 15:33:58 -05:00
Dan Winship
75e93c6c23
Document the nftables kube-proxy mode.
2023-11-27 12:07:34 -05:00
Qiming Teng
c99df9ffc5
Amend the list of ipvs schedulers with descriptions
...
This PR fixes the IPVS scheduler name list by adding schedulers that
were missing and adding some descriptions (copied for source code
comments) for each.
2023-09-15 09:05:42 +08:00
andrewsykim
fd94278b4e
update feature gate references for ProxyTerminatingEndpoint in 1.28
...
Signed-off-by: andrewsykim <andrewsy@google.com>
2023-07-26 20:47:41 -04:00
Dan Winship
b6877e21c3
KEP-3453 to GA
2023-07-03 09:19:56 -04:00
shubham82
8b4cc59aa4
Improvement: Updated the Feature State.
2023-05-30 17:11:47 +05:30
Tim Bannister
fe38fdad5a
Document Windows kernelspace mode for kube-proxy
...
Co-authored-by: Dan Winship <danwinship@redhat.com>
2023-04-29 21:31:23 +01:00
Tim Bannister
01eccd5ea7
Revise introduction to proxy modes
2023-04-29 21:31:13 +01:00
Kubernetes Prow Robot
44494e2cfe
Merge pull request #37620 from aojea/service_cidrs
...
KEP-1880 alpha: IPAddresses
2023-04-04 07:21:53 -07:00
Antonio Ojea
5056816f28
Update content/en/docs/reference/networking/virtual-ips.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-04-04 15:44:30 +02:00
Antonio Ojea
c4e4aecde8
Update content/en/docs/reference/networking/virtual-ips.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-04-04 15:44:19 +02:00
Antonio Ojea
427ed08ec7
Update content/en/docs/reference/networking/virtual-ips.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-04-04 15:43:52 +02:00
Antonio Ojea
f674460775
enable v1alpha1 networking api group@
2023-04-04 11:33:45 +00:00
Antonio Ojea
dd44463621
Update content/en/docs/reference/networking/virtual-ips.md
...
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-04-04 13:18:08 +02:00
Antonio Ojea
a4a4d453ec
Update content/en/docs/reference/networking/virtual-ips.md
2023-03-23 15:58:17 +00:00
Antonio Ojea
278215cfba
expand on the use of IPAddress
2023-03-23 11:24:06 +00:00
Antonio Ojea
35c0ef2431
address comments and fix one bug
2023-03-23 11:08:09 +00:00
Dan Winship
5170f4a669
Update iptables perf discussion for 1.27
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-03-22 08:57:56 -04:00
Antonio Ojea
6f914b6f60
KEP-1880 MultiCIDRServiceAllocator
...
Signed-off-by: Antonio Ojea <aojea@google.com>
2023-03-21 14:04:44 +00:00
vaibhav2107
4d3c9a6fbd
Updated the changes for glossary tooltips in Virtual IPs and Service Proxies
2023-02-07 05:40:14 +05:30
vaibhav2107
058dadb2a0
Corrected the glossary tooltips
2023-02-07 05:24:55 +05:30
vaibhav2107
e3fb1a803e
Added the glossary tooltips to Virtual IPs and Service Proxies
2023-02-07 05:13:34 +05:30
Kubernetes Prow Robot
e410f996e6
Merge pull request #38542 from sftim/20221218_update_virtual_ip_reference_images
...
Improve diagrams for Virtual IPs and Service Proxies
2023-01-27 13:20:39 -08:00
unknown
0839514b8f
remove unnecessary space
2023-01-15 01:47:17 +09:00
Kubernetes Prow Robot
1abcb52e07
Merge pull request #38276 from tengqm/fix-links
...
Fix nits in markdown links
2023-01-02 03:29:30 -08:00
Kubernetes Prow Robot
957a4edd35
Merge pull request #38435 from danwinship/iptables-proxy-performance
...
add kube-proxy iptables performance optimization notes
2022-12-22 20:13:25 -08:00
Qiming Teng
a437285212
Fix nits in markdown links
...
This PR fixes a few "bad links" identified by the `scripts/linkchecker.py` script.
2022-12-22 08:45:10 +08:00
Tim Bannister
cc7b0fc7b7
Link to Ingress concept from virtual IPs page
2022-12-21 11:14:16 +00:00
Tim Bannister
75d50c8c09
Fix link to Service tutorial
2022-12-21 11:14:10 +00:00
Tim Bannister
71180eaf5b
Commit rendered images for virtual IPs reference
...
- Convert text to curves
- Slight tweaks
Co-Authored-By: Tamilselvan Thangamony <tamilselvan.t@india.nec.com>
2022-12-18 20:22:42 +00:00
Dan Winship
6afbc1d7d8
add kube-proxy iptables performance optimization notes
2022-12-15 14:06:03 -05:00
Dan Winship
37ee1e335c
Remove references to kube-proxy userspace mode
2022-12-06 09:10:27 -05:00
Tim Bannister
8f9446f87d
Merge branch 'main' into dev-1.26
2022-12-03 21:36:34 +00:00
Tim Bannister
b581bd417a
Set page weights
2022-11-24 18:36:09 +00:00