Commit Graph

518 Commits

Author SHA1 Message Date
Yashodhan Mohan Bhatnagar 3a6fa8fea2 Correcting DNS record for pods exposed by a Service
For pods, DNS record incorrectly specifies deployment name
instead of service name. This commit corrects that.
2022-01-17 01:39:01 +05:30
Yashodhan Mohan Bhatnagar a18a34c482 Clean up docker references from Service documentations
1. Remove examples contrasting k8s networking with Docker networking
from concept document explaining connecting applications using services
2. Remove reference to dockerlinks in favor of English description
of the env vars autocreated for every Service.
2022-01-14 02:39:33 +05:30
Michelle Fernandez Bieber e21f0563f3 Added ingressClassName: nginx to Ingress example, mentioned to the necessity of it and referenced to the section describing that further 2022-01-07 22:15:42 +01:00
Neha Viswanathan 24ee2527d0
migrate the K8s networking model section (#28617) 2022-01-05 08:08:41 -08:00
chen f767c7171b update easegress link 2021-12-21 17:25:10 +08:00
Kubernetes Prow Robot 1b12bcc645
Merge pull request #30958 from MikeSpreitzer/fix-105494b
Update NetworkPolicy concept doc for egress
2021-12-16 12:52:52 -08:00
Mike Spreitzer c25398b904
fix typeo in content/en/docs/concepts/services-networking/network-policies.md
Co-authored-by: Chris Negus <cnegus@redhat.com>
2021-12-16 13:45:39 -05:00
Mike Spreitzer eab36f83c9 Update docs/concepts/services-networking/network-policies for egress
That doc did not get fully updated when egress filtering was
introduced.
2021-12-15 15:15:03 -05:00
Kai Hoffman 0c7491f125
Update to plural (grammar fix)
Minor change of ingress controller -> ingress controllers for grammatical agreement with the rest of the sentence.
2021-12-14 12:54:03 +00:00
Kubernetes Prow Robot 4ac9aa413e
Merge pull request #29532 from aojea/patch-1
Update dual-stack node.status
2021-12-10 20:35:57 -08:00
OlaAde 69f6250d6e
Typo Correction
Added missing `:` colons to the sample code.
2021-12-08 21:26:19 +03:00
Kubernetes Prow Robot 1e0a43a866
Merge pull request #30786 from tom1299/patch-1
Fix broken link to Ingress API
2021-12-07 16:05:22 -08:00
tom1299 fa84bdbe69
Update content/en/docs/concepts/services-networking/ingress.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-12-07 15:59:22 +01:00
tom1299 d5539a6558
Fix broken link to Ingress API 2021-12-07 10:15:21 +01:00
Jesse Butler 584421fe11 Merge remote-tracking branch 'upstream/main' into dev-1.23 2021-12-06 08:55:54 -05:00
Suvro a0c6f3fd6f
Replaced annotation with ingressClassName (#30171)
* Replaced annotation with ingressClassName

Updated content of https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/#using-multiple-ingress-controllers
with ingressClassName which replaces annotations

Signed-off-by: Suvro Ghosh <sughosh@redhat.com>

* Update content/en/docs/concepts/services-networking/ingress-controllers.md

Co-authored-by: Deepak Gupta <deepakgdkg1g8868@gmail.com>

Co-authored-by: Deepak Gupta <deepakgdkg1g8868@gmail.com>
2021-12-05 15:14:32 -08:00
Tim Bannister 366ae6e48b
Fix IngressClass tabs 2021-12-05 22:27:50 +00:00
Kubernetes Prow Robot 33fec29009
Merge pull request #30707 from sftim/20211201_tweak_ingressclass_params
Present scope for IngressClass params using tabs
2021-12-05 06:18:32 -08:00
Tim Bannister c1af8d4c1b Present scope for IngressClass params using tabs
Use tabs for the two different options that an IngressClass can use to
refer to another object, in order to specific parameters that relate to
that IngressClass:
- namespaced scope
- cluster scope (the default / historical behavior)
2021-12-04 11:14:13 +00:00
Jesse Butler 018f9d05a2 Merge remote-tracking branch 'upstream/main' into dev-1.23 2021-12-01 12:23:10 -05:00
Kubernetes Prow Robot 5cad9834f7
Merge pull request #28626 from sandipb/patch-1
dns-pod-service.md: Fix unqualified host search ex
2021-11-27 10:38:40 -08:00
Kubernetes Prow Robot 29c2aedd69
Merge pull request #30537 from robscott/topology-hints-1.23
Updating Topology Aware Hints docs for 1.23
2021-11-22 18:22:17 -08:00
Bridget Kromhout a209e3d65e Dual-stack to stable in 1.23
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2021-11-20 16:53:27 +00:00
Sijmen 20685c80c5
Fix broken ref in services-networking/service.md 2021-11-20 17:33:12 +01:00
Rob Scott 2474ff93aa
Updating Topology Aware Hints docs for 1.23 2021-11-19 16:17:10 -08:00
Jesse Butler d330226a95 Merge remote-tracking branch 'upstream/main' into dev-1.23 2021-11-17 12:55:09 -05:00
Kubernetes Prow Robot 3055d99813
Merge pull request #30440 from vaibhav2107/service-networking
Remove the link as refereneced content is missing
2021-11-15 12:40:49 -08:00
Vaibhav ab99e7b104 Update the referenced link to kuberentes network model 2021-11-15 14:03:46 +05:30
sandipanpanda 7a513e6dee
Fix broken anchor link of #type-nodeport in service.md (#30388)
* Fix broken anchor link of #type-nodeport in service.md

* Update anchor link from #nodeport to #type-nodeport

Update anchor link from #nodeport to #type-nodeport in overview.md

* Update anchor link from #nodeport to #type-nodeport

Update anchor link from #nodeport to #type-nodeport in ingress.md

* Update anchor link from #nodeport to #type-nodeport

Update anchor link from #nodeport to #type-nodeport in troubleshooting-kubeadm.md

* Update anchor link from #nodeport to #type-nodeport

Update anchor link from #nodeport to #type-nodeport in connecting-frontend-backend.md

* Update anchor link from #nodeport to #type-nodeport

Update anchor link from #nodeport to #type-nodeport in source-ip.md
2021-11-12 08:02:28 -08:00
Harry Bagdi 4729b75ffb graduate IngressClassNamespacedParams to GA 2021-11-11 08:51:52 -08:00
Vaibhav f58c7705bb Remove the link as refereneced content is missing 2021-11-11 14:10:19 +05:30
clarinette9 5de494f375
add bfe to ingress-controllers.md
add link and introduction of bfe ingress controller to /content/en/docs/concepts/services-networking/ingress-controllers.md
2021-11-06 20:31:47 +08:00
Lucas Basquerotto c9847dafe2
Fix typo at network-policies.md 2021-10-21 10:57:42 -03:00
Kubernetes Prow Robot e007d9e7f2
Merge pull request #29944 from paranoidsp/docs-fixes
docs: document nlb eip allocation annotation on AWS
2021-10-11 09:50:40 -07:00
Karthikeya Viswanath 7dd48726df
fix: correct the url
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-10-11 19:17:05 +05:30
Karthikeya Viswanath f37e6269ad docs: add nlb documentation page reference for aws 2021-10-07 12:37:07 +01:00
Kubernetes Prow Robot 35abb6e9f2
Merge pull request #29883 from lxlxok/main
Fix the page links to a section that doesn't exist
2021-10-06 05:58:33 -07:00
Ali Yousefi Sabzevar 739a72185f fix a grammar mistake - English version 2021-10-03 18:42:55 +02:00
xiao.li abadaf1ead Fix the page links to a section that doesn't exist 2021-10-01 14:25:25 -07:00
Kubernetes Prow Robot eb8fd2a960
Merge pull request #29752 from khenidak/svc-external-ip
add a note re selectorless services and proxy
2021-09-30 18:33:21 -07:00
Victor Paredes 2284c9dcec concepts/services-networking/service: Removed duplicate ProxyTerminatingEndpoints term. 2021-09-30 18:54:05 -04:00
Khaled (Kal) Henidak 2cf2b1937e add a note re selectorless services and proxy 2021-09-28 21:26:54 +00:00
Kubernetes Prow Robot 6630873d9d
Merge pull request #29344 from victuos/main
Adjust broken link in service.md
2021-09-16 05:47:46 -07:00
Victuos a225c841f0
Adjust broken link in service.md 2021-09-12 19:24:09 +02:00
jay vyas 034ab83d92
kube-proxy disclaimer about cleanup (#28147)
* kube-proxy disclaimer about cleanup

* Update content/en/docs/concepts/services-networking/service.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update content/en/docs/concepts/services-networking/service.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* kube-proxy config note

* Update service.md

kube proxy configuration

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-09-08 17:34:10 -07:00
Antonio Ojea d27e177c88
Update content/en/docs/concepts/services-networking/dual-stack.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-08-25 13:33:44 +02:00
Antonio Ojea 4001b9cd7a
Update dual-stack node.status
Add missing comment about node addresses and podIPs order:
https://github.com/kubernetes/kubernetes/pull/95239
https://github.com/kubernetes/kubernetes/pull/97979
2021-08-25 12:29:12 +02:00
Victuos 457fd23848
Merge branch 'main' into main 2021-08-17 14:19:44 +02:00
Kubernetes Prow Robot 87235b508d
Merge pull request #29311 from mengjiao-liu/update-githubbranch-param
Hard-code the name of the target repo's default branch instead of using the githubbranch parameter value
2021-08-16 06:03:18 -07:00
Yug 6c2ff6340e
Update label in NetworkPolicy example description
This change intends to fix the label name in the range of ports NetworkPolicy example.
2021-08-14 22:28:25 -07:00
Victuos cfccbdfb1f
Adjust broken link in service.md 2021-08-12 17:28:53 +02:00
Mengjiao Liu f945335af6 Hard-code the name of the target repo's default branch instead of using the githubbranch parameter value 2021-08-10 18:03:21 +08:00
Kubernetes Prow Robot 708cc9a5fe
Merge pull request #29216 from danwinship/ipblock-selectors
Add a manual anchor to an interesting spot in the NetworkPolicy docs
2021-08-05 03:25:22 -07:00
Dan Winship 5a8bd9216a Add a manual anchor to an interesting spot in the NetworkPolicy docs 2021-08-04 11:50:21 -04:00
Kubernetes Prow Robot 722d7bca96
Merge pull request #29156 from PI-Victor/docs/service-traffic-policies
Document the ProxyTerminatingEndpoints feature
2021-07-30 09:39:37 -07:00
Tim Bannister 02fbd11727
Fix grammar 2021-07-29 23:40:15 +01:00
Andrew Sy Kim 3cb9ee4e67 Document the ProxyTerminatingEndpoints feature
Document Service Traffic Policies

Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
Reviewed-by: Victor Palade <victor@cloudflavor.io>
2021-07-29 20:40:34 +03:00
Kubernetes Prow Robot 43c48ea6b4
Merge pull request #28051 from XudongLiuHarold/promote-loadbalancerclass-to-beta
KEP-1959 Update document for promoting loadbalancerclass to beta
2021-07-28 10:17:35 -07:00
PI-Victor fe170db160
Merge branch 'dev-1.22' into merged-master-dev-1.22 2021-07-28 18:14:25 +03:00
Harold eb62502894 update document for promoting ServiceLoadBalancerClass to beta 2021-07-27 14:29:40 -07:00
Swetha Repakula 1168b46021 EndpointSlice 1.22 Docs Update
* Graduate proxying gates
 * Endpoints Controller truncates endpoints to 1000 and sets
   over-capacity annotation to `truncated`
2021-07-27 12:19:31 -07:00
Victor Palade 3c95e6a96b Merge master into dev-1.22 to keep in sync 2021-07-27 18:47:27 +03:00
Kubernetes Prow Robot 1a5c82baf7
Merge pull request #29114 from tengqm/fix-name-requirement
Fix service name requirement
2021-07-26 17:18:44 -07:00
Swetha Repakula 526f0d2972 Update EPS docs to indicate behavior is unique to 1.21 2021-07-26 11:24:29 -07:00
Ricardo Katz 8a04ffee9c
Network Policy - EndPort to Beta (#28860)
* Move endPort field to beta and v1.22

* Add note about CNI not supporting endport
2021-07-26 09:54:34 -07:00
Qiming Teng 26748e36b0 Fix service name requirement 2021-07-25 19:57:50 +08:00
benjaminwu 54f69ca1f8 [ingresscontroller] Add Easegress IngressController 2021-07-21 22:08:23 +08:00
chirangaalwis 46987cf0e9 [NetworkPolicy][EndPort] Fix incorrect grammar
Fix incorrect grammar of the valid range of `endPort` property
2021-07-17 13:42:22 +05:30
Christopher Negus 548ba073da Merge main into dev-1.22 to keep in sync 2021-07-09 18:19:13 +00:00
Harry Bagdi 7ced219f2d graduate IngressClassNamespacedParams to beta 2021-06-30 17:12:29 -07:00
chenxuc aad34c5acf move HostAliases page to tasks 2021-06-30 16:30:38 +08:00
Sandip Bhattacharya 08506d03da
dns-pod-service.md: Fix unqualified host search ex
Unless I am mistake, according to the provided search config, the query for `data` is missing the `svc` component in the full search.
2021-06-25 13:15:19 +02:00
Kubernetes Prow Robot cdfdd3eda3
Merge pull request #27717 from kpanic9/patch-1
Corrected service dns name
2021-06-23 13:34:10 -07:00
Victor Palade 1064c8dcff Merge master into dev-1.22 to keep in sync. 2021-06-22 19:52:26 +02:00
Kubernetes Prow Robot 4840d9c0b4
Merge pull request #27636 from javidiaz/gasethostnameasfqdn
Updating docs to reflect graduation of setHostnameAsFQDN feature to GA
2021-06-19 04:40:50 -07:00
Kubernetes Prow Robot 2c7d774239
Merge pull request #28407 from tengqm/fix-links
Fix some links in the concepts section
2021-06-17 19:30:04 -07:00
Kubernetes Prow Robot 5dfcf92490
Merge pull request #28447 from tengqm/fix-file-modes
Remove exec permission on markdown files
2021-06-17 19:04:04 -07:00
Qiming Teng e9703497a1 Remove exec permission on markdown files
For some unknown reasons, we have got many markdown files with exec
permission. That is weird and risky.
2021-06-16 17:57:00 +08:00
Qiming Teng ad93c9a6ef Fix some links in the concepts section
This PR fixes the links in the concepts section. Most of the links are
not dead links in English version because there are redirects for them.
However, these links will be broken when localized to any languages
other English.

Where appropriate. this PR also wraps some long lines which are
unfriendly to any localization team that try to catch the differences
between revisions.
2021-06-14 20:38:10 +08:00
Kubernetes Prow Robot 588f6c2e0b
Merge pull request #28131 from chenxuc/dns-pod-service
Update feature availability for dns-pod-service
2021-06-12 08:57:00 -07:00
chenxuc 97a453a505 Update feature availability for dns-pod-service
Removed the outdated availability section and add feature state
shortcode.
2021-06-12 16:24:35 +08:00
Ritu Panjwani 20efd69cd9 Merge master into dev-1.22 to keep in sync
Signed-off-by: Ritu Panjwani <panjwaniritu45@gmail.com>
2021-06-11 11:19:35 -07:00
Javier Diaz-Montes e16b64c43e Updating docs to reflect graduation of setHostnameAsFQDN feature to GA. KEP PR: kubernetes/enhancements#2641, Kubernetes PR: kubernetes/kubernetes#101294 2021-06-09 14:00:17 -04:00
Kubernetes Prow Robot d8f4b5c161
Merge pull request #28289 from PI-Victor/merged-master-dev-1.22
Merge master into dev-1.22
2021-06-08 19:31:47 -07:00
Kubernetes Prow Robot 892a71113d
Merge pull request #27984 from kenaniah/patch-1
Fixes a small typo in topology aware hints page
2021-06-04 21:10:38 -07:00
Bridget Kromhout 316667729c
SCTP is stable as of 1.20
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
2021-06-02 22:16:05 -05:00
Gunju Kim 30d4d4ee68 Add ExpandedDNSConfig feature gate 2021-05-27 20:20:30 +09:00
Kenaniah Cerny 4da06b0930
Fixes a small typo 2021-05-13 16:15:26 -07:00
Namesh Sanjitha 7dda1ca2e7
Corrected service dns name
I think data.prod.cluster.local should change to data.prod.svc.cluster.local
2021-04-26 06:53:52 +10:00
szmytson 16c4fa7977
Fix table formatting. 2021-04-23 15:48:33 +02:00
Justin Bertrand 1878107fa2
fix spelling mistake 2021-04-21 17:53:13 -04:00
Kubernetes Prow Robot aefbe96edd
Merge pull request #26791 from kornelbicskei/patch-1
Update documentation for AWS ELB
2021-04-18 17:56:35 -07:00
Tim Bannister 965aa51daf Merge master into dev-1.21 to keep in sync, plus latest API reference
This sync merge includes API reference updates.
2021-04-06 21:38:24 +01:00
Kubernetes Prow Robot dfaf833582
Merge pull request #27377 from sftim/20210401_namespace_default_label_name_tweaks
Improve docs for NamespaceDefaultLabelName
2021-04-05 08:09:14 -07:00
Tim Bannister c9ca131355 Tidy docs about EndpointSlice & related features
Co-authored-by: Rey Lejano <52760880+reylejano@users.noreply.github.com>
2021-04-05 15:53:21 +01:00
Tim Bannister 0bfff0bc5c Remove statement about the future 2021-04-01 21:43:48 +01:00
Tim Bannister 6c935b6f90 Improve docs for NamespaceDefaultLabelName 2021-04-01 21:43:47 +01:00
Kubernetes Prow Robot ec6d03d84d
Merge pull request #26595 from tengqm/kube-proxy-config
Add kube-proxy config reference
2021-04-01 01:33:21 -07:00
Qiming Teng 0d7d7470dd Add kube-proxy config reference
This is a reference for kube-proxy config generated from kubernetes-sigs/reference-docs/genref tool.
More specifically, it is generated using the following command:

./genref -include kube-proxy
2021-04-01 08:26:17 +08:00
Kubernetes Prow Robot 8cadfc4ffd
Merge pull request #27088 from maplain/service-internal-traffic-policy
Add documentation for Service InternalTrafficPolicy
2021-03-31 16:51:21 -07:00