Commit Graph

264 Commits

Author SHA1 Message Date
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
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
Tim Bannister 9c26f03b3f
Document detail about headless Services 2023-05-17 20:02:29 +01:00
Kubernetes Prow Robot d219572a20
Merge pull request #38563 from sftim/20221219_revise_service_concept_after_introduction_for_a_bit
Revise Service concept, part 13
2023-05-15 18:05:14 -07:00
pran2711 12d473538b Updated Internal Load Balancer annotation for GCP 2023-05-12 03:10:49 +05:30
Lior Lieberman b4c1c2e593
new description for appProtocol docs to reflect KEP-3726 (#40881)
* add docs to reflect KEP-3726

* trigger tests

* replace "either" with "one of"

Co-authored-by: Qiming Teng <tengqm@outlook.com>

---------

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-05-11 07:29:02 -07:00
Tim Bannister c148e37d74 Revise Service concept
These changes reorganize the structure of the page to provide a new
focus on the 4 types of Service.
2023-04-17 09:26:33 +01:00
Kubernetes Prow Robot 69f67c3404
Merge pull request #40085 from Ritikaa96/loadbalancerip-deprecation
Deprecation Note added for loadbalancerIP
2023-04-14 03:26:39 -07:00
Mickey Boxell a15fa4ae31 Merge remote-tracking branch 'upstream/main' into dev-1.27 2023-03-29 15:54:33 -05:00
Kubernetes Prow Robot 2c0c3cf08e
Merge pull request #39820 from ragaller/patch-1
Fix typo in service.md
2023-03-25 09:33:53 -07:00
Tim Bannister ccbe92e360
Revise Service concept
Redo headings for port definitions
2023-03-22 15:01:28 +00:00
Kubernetes Prow Robot 1ac62a1ec5
Merge pull request #39850 from xuzhenglun/dev-1.27
add doc for ServiceNodePortStaticSubrange
2023-03-22 00:48:35 -07:00
xuzhenglun 6887d395f3
add docs in service concepts 2023-03-22 10:54:06 +08:00
Ritikaa96 c79c8f2a12 Adding loadbalancerdeprecation info and removing Azure Info in NOTE
Signed-off-by: Ritikaa96 <ritika@india.nec.com>
2023-03-21 19:06:38 +05:30
Ritikaa96 b17509592b Deprecation Note addedi for loadbalancerIP 2023-03-21 19:06:38 +05:30
EliSzBr 1290b02fd3
adjust docs for feature maturity (#39791)
as per the [docs](https://github.com/kubernetes/website/blob/main/content/en/docs/concepts/services-networking/service.md?plain=1#L697) this is no longer an alpha feature, but stable.

Either that or I don't understand it well as a k8s noobie and it should be clarified 😄
2023-03-09 15:39:42 +08:00
Georg Ragaller 36f93de9f2
Fix typo in service.md 2023-03-06 21:24:50 +01:00
Mengjiao Liu e342648b91 Fix the description of Service External IPs to match the YAML example 2023-03-06 10:26:42 +08:00
Tim Bannister 997a437c76
Revise glossary entry for Service 2023-02-22 22:55:21 +00:00
Kubernetes Prow Robot 903da02728
Merge pull request #38562 from sftim/20221219_revise_service_concept_introduction
Revise introduction to Service page
2023-02-21 08:41:55 -08:00
Tim Bannister 5c775fc202
Reword further reading
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2023-02-20 11:34:05 +00:00
Tim Bannister c3224873f8
Revise Service concept
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2023-02-17 11:42:31 +00:00
Tim Bannister 72b9f09f45
Revise introduction to Service page
Co-authored-by: Divya Mohan <divya.mohan0209@gmail.com>
2023-02-16 19:50:36 +00:00
Kubernetes Prow Robot 320c55bb53
Merge pull request #38279 from T-Lakshmi/doc-service
Tweak wording for Service concept
2023-02-08 09:04:58 -08:00
Cheng Wang 125cf8a23f
Fix the `Ingress` 404 link 2023-01-31 16:21:44 +08:00
Kubernetes Prow Robot 48a5393086
Merge pull request #37330 from guettli/patch-9
Reword explanation of ClusterIP for Services
2023-01-30 09:40:50 -08:00
Thomas Güttler d24640e8d8
Update content/en/docs/concepts/services-networking/service.md
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2023-01-17 14:46:17 +01:00