Aohan Yang
338c7b1347
Promote LoadBalancerIPMode to GA
...
Ref - https://github.com/kubernetes/kubernetes/pull/127348
2024-09-23 11:07:05 +08:00
Daniel Chan
f9aaed4fde
Merge main into dev-1.31 to keep in sync
2024-06-29 11:20:03 -04:00
Zeeshan50522
6108b78fa9
alignment annotation
2024-06-25 23:14:21 +00:00
Zeeshan50522
96f1911c5b
aws-internal-load-balancer-spaces-alignment
2024-06-26 00:45:52 +02:00
Kubernetes Prow Robot
56d3c640f8
Merge pull request #46809 from hacktivist123/merged-main-dev-1.31
...
Merged main dev 1.31
2024-06-13 22:43:26 -07:00
Kubernetes Prow Robot
cb7706612a
Merge pull request #44099 from ahmedavid/correction_port-forward
...
Service without selectors, command correction issue
2024-06-11 09:51:22 -07:00
Oluebube Princes Egbuna
3b28042ce2
Merge remote-tracking branch 'upstream/main' into dev-1.31
2024-05-29 08:38:12 +01:00
Dave Protasowski
11ffa099c8
Update service.md
...
Update known `appProtocols` to match the KEP
https://github.com/kubernetes/enhancements/blob/master/keps/sig-network/3726-standard-application-protocols/README.md?plain=1#L179
2024-05-24 10:51:07 -04:00
Oluebube Princes Egbuna
e941a6ab1d
Merge main into dev-1.31 to keep in sync
2024-05-22 16:16:00 +01:00
xuzhenglun
8c8dc5a405
Remove GA ServiceNodePortStaticSubrange feature gate
2024-05-09 10:39:23 +08:00
steve-hardman
b4190a6cb2
Fix typo
2024-04-30 00:23:07 +01:00
Kubernetes Prow Robot
25ce93d252
Merge pull request #45579 from aroradaman/named-port-services-without-selectors
...
recommend usage of named port for services without selectors
2024-04-17 22:38:29 -07:00
Vyom-Yadav
37b0b3ed72
Merge remote-tracking branch 'upstream/main' into dev-1.30
2024-04-10 23:04:57 +05:30
tamilselvan1102
83af5acf8f
moved one line down
2024-04-04 09:49:21 +05:30
Daniel Chan
cdf1ed1236
Merge remote-tracking branch 'upstream/main' into dev-1.30
...
Merge main into dev-1.30 to keep in sync
2024-04-02 10:05:03 -04:00
tamilselvan1102
15f1eeeb63
Explaination about headless service
2024-04-01 14:29:44 +05:30
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
3181159c6e
KEP-3836 v1.30 documentation
2024-03-26 12:39:00 +01:00
Kubernetes Prow Robot
5f50b28154
Merge pull request #45276 from gauravkghildiyal/new-topology-field
...
Document .spec.trafficDistribution field in Service
2024-03-23 03:22:33 -07:00
Gaurav Ghildiyal
56b83b5443
Incorporate suggestions from the review
2024-03-20 17:07:38 -07:00
Daman Arora
f45abb06a8
recommend usage of named port for services without selectors
...
Signed-off-by: Daman Arora <aroradaman@gmail.com>
2024-03-17 20:04:13 +05:30
Dipesh Rawat
c889d9b251
Add metadata to use mechanism for API reference links
2024-03-14 14:50:24 +00:00
Ricardo Katz
ae51660404
Promote LoadBalancerIPMode to Beta
2024-02-27 14:31:33 -03:00
Dipesh Rawat
a3f297bc80
Use new feature_gate_name option
2024-02-12 19:16:20 +00:00
Tim Bannister
e57cf329a6
Merge 'dev-1.29' with main
2023-12-11 17:11:37 +00:00
Rohan Kapse
83b1334ec3
Update service.md
2023-12-08 18:27:56 +05:30
David Ahmadov
eba016eae7
command should be port-forward not proxy
...
Signed-off-by: David Ahmadov <ahmedavid@gmail.com>
2023-11-27 06:09:43 +00:00
Oluebube Princes Egbuna
f893a19ee6
Resolved merge conflict when merging main into dev-1.29 branch
2023-11-19 16:02:40 +01:00
Kubernetes Prow Robot
906bfb0fa9
Merge pull request #43601 from tengqm/fg-nodeport-range
...
Fix feature gate for a gate that is not documented
2023-11-17 10:14:08 +01:00
Kat Cosgrove
270468a15a
Merge remote-tracking branch 'upstream/main' into dev-1.29
2023-11-06 13:49:02 -06:00
Daneyon Hansen
a74574fa8b
Adds Gateway API docs
...
- Adds Gateway API term to the glossary.
- Adds Gateway API as reference in the addons page.
- Adds a page to the Service networking docs that explains Gateway API.
- Updates existing docs to reference the newly added Gateway API docs.
Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
2023-11-01 14:04:04 -07:00
Oluebube Princes Egbuna
0fbfc94968
Merge remote-tracking branch 'upstream/main' into dev-1.29
2023-10-25 09:39:05 +01:00
Qiming Teng
0f051db674
Fix feature gate for a gate that is not documented
2023-10-20 16:03:30 +08:00
Aohan Yang
d83c806f37
add doc for feature LoadBalancerIPMode
2023-10-17 10:20:18 +08:00
Qiming Teng
6ed6bedd93
Fix some nits in the service concept page
...
This PR fixes some nits in the Service concepts page.
- There are duplicated anchors in the page. For other pages pointing
to those anchors, the results are unpredictable.
- There are long lines that are not manually wrapped properly.
- The `[...]` lines in sample YAML snippets are unnecessary.
Their side effects are making the snippets invalid YAMLs.
We can safely drop them without causing any confusion.
2023-10-16 08:51:53 +08:00
Mohammed Affan
69c80491cf
Fix explanation in service concept ( #42198 )
...
* Fix explanation in service concept
* Revert "Fix explanation in service concept"
This reverts commit 221cd69597
.
* Update service.md
2023-10-10 05:30:22 +02:00
Kat Cosgrove
ad943fce2f
Merge main into dev-1.29 to keep in sync
2023-10-06 15:36:13 +01:00
ADITYA DAS
de56fa868e
Update service.md of Incorrect example for 'Services without selectors' in "Service" page.
2023-09-10 20:54:46 +05:30
xuzhenglun
2ff476c80d
KEP-3668: Update Service and feature-gate docs for GA
2023-08-30 18:30:42 +08:00
Tim Bannister
20b43d6095
Merge branch 'main' into 'dev-1.28'
2023-08-09 11:13:31 +01:00
lakshmi prasuna
4a87fb5850
Mention default type of Service in “Defining a Service” section ( #41855 )
...
* Explain default type of Service in “Defining a Service” section
* incorporated with review comments
* removed unnecessary whitespace
2023-07-13 05:04:06 -07:00
shubham82
483bee8462
Fix feature state for MixedProtocolLBService
2023-07-10 16:59:26 +05:30
Rishit Dagli
e7cf1ca19b
Merge dev-1.28 into main
2023-07-04 19:21:49 -04:00
lakshmi
7df9f487ac
fix broken link[avoiding-collisions]
2023-07-03 13:07:29 +05:30
Kubernetes Prow Robot
fd7fa1ffad
Merge pull request #41195 from sftim/20230223_add_detail_headless_service
...
Document detail about headless Services
2023-06-30 21:58:43 -07:00
Tim Bannister
5a9803346c
Move AWS Service annotation details to reference page
2023-06-26 21:39:12 +01:00
Rishit Dagli
e2dc67dbc1
Merge pull request #3 from Rishit-dagli/main
...
Merged main dev-1.28
2023-06-21 13:09:03 -04:00
Victor Szabo
417d1f3b5b
Fix referenced paths in Service page
...
In the External IPs section, the text mentions a couple of paths from the Service manifest that determine how clients can access the service. Those paths are misspelled, and this commit fixes that.
2023-06-02 16:04:20 -07:00
xuzhenglun
485133f805
promote ServiceNodePortStaticSubrange to beta
2023-05-31 10:04:53 +08:00