Michael
49135cefb8
Tweak line wrappings in /services-networking/ingress.md
2023-06-01 21:38:11 +08:00
weirdvic
7ade37d6bc
Update branch name in ingress-nginx github link
...
Changed name of the branch in github link to ingress-nginx repository from master to main since master branch does not exist in this repository at the moment.
2023-02-02 09:28:47 +03:00
Johnny Lim
1b4fcd4a22
Add a missing space in `ingress.md`
2022-12-05 20:33:43 +09:00
Johnny Lim
c480888c64
Polish ingress.md
2022-12-02 19:31:57 +09:00
Haosdent Huang
fbdd10071f
KubeCon Docs Sprint: Update page weights for content/en/docs/concepts/services-networking.
2022-10-24 15:38:32 -04:00
Tim Bannister
3970b2be71
Reorganize "Services, Load Balancing, and Networking" concept
...
- Add descriptions
- Change page weights
2022-09-07 20:36:04 +01:00
chrismetz09
554ace0978
convert mermaid figs to svg in ingress.md
2022-05-26 10:40:09 -07:00
Onur
50e01a032a
Update content/en/docs/concepts/services-networking/ingress.md
...
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-04-18 09:28:49 +03:00
Onur
70c7785cdd
Update ingress.md
...
'spec' is just another field that any Kubernetes object (Ingress here) needs.
2022-04-17 20:02:10 +03:00
Song Shukun
054e0d5db9
Fix nit in ingress.md
2022-03-20 01:19:39 +09:00
PriyanshuAhlawat
c855463d3d
Update ingress.md
2022-02-22 11:46:43 +05:30
SpecialYang
9911912709
Fix imprecise statements for virtual hosting example
2022-01-26 22:33:33 +08:00
Kubernetes Prow Robot
1d552afaa6
Merge pull request #30737 from mfbieber/ingress-class-name-in-example
...
Added ingressClassName: nginx to Ingress example
2022-01-24 11:37:35 -08:00
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
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
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
Tim Bannister
366ae6e48b
Fix IngressClass tabs
2021-12-05 22:27:50 +00: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
d330226a95
Merge remote-tracking branch 'upstream/main' into dev-1.23
2021-11-17 12:55:09 -05:00
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
Harry Bagdi
7ced219f2d
graduate IngressClassNamespacedParams to beta
2021-06-30 17:12:29 -07:00
Justin Bertrand
1878107fa2
fix spelling mistake
2021-04-21 17:53:13 -04:00
Kubernetes Prow Robot
87852360b3
Merge pull request #26723 from hbagdi/ingress-class-namespaced-params
...
Ingress class namespaced params
2021-03-29 11:23:57 -07:00
Harry Bagdi
80391efa7e
KEP-2365: documentation for namespace-scoped parameters reference
2021-03-26 13:34:46 +05:30
Karen Bradshaw
3ff5ec1eff
clean up use of word: just
2021-03-17 19:57:40 -04:00
piyushjain18
991b35fd09
Update service name in example of Name based virtual hosting
...
`service2` is mapped to `second.bar.com` in the given example
```
- host: second.bar.com
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: service2
port:
number: 80
```
2021-01-21 23:08:19 +09:00
Vladimir Masarik
73780ca1bd
Updated ingress.md TLS section
2020-10-08 17:13:14 +02:00
Piotr Sykulski
996f433b92
Fix Common Name in Ingress TLS example to match the name used in example yaml.
2020-09-30 23:49:20 +02:00
Tim Bannister
d8573d9a42
Switch Ingress concept to use MermaidJS diagrams
...
Replace ASCII-art diagrams with MermaidJS-rendered drawings.
2020-09-22 17:10:45 +01:00
didier
68a018eb8d
fixing some typos / spelling issues
...
Signed-off-by: didier <durand.didier@gmail.com>
2020-09-13 11:00:07 +02:00
Jerry Park
6cde842648
Fix issue with k8s.io/docs/concepts/services-networking/ingress.md
2020-09-06 21:35:55 +09:00
Savitha Raghunathan
53c71ad3f9
Merge remote-tracking branch 'upstream/master' into dev-1.19
2020-08-03 16:09:39 -04:00
Savitha Raghunathan
e2a861c2f9
Merge remote-tracking branch 'upstream/master' into dev-1.19
2020-07-27 19:10:42 -04:00
Qiming Teng
0bdcd44e6b
Replace reference to redirect entries (1)
...
We are referencing the redirect entries in the docs, at many places.
These references should be updated to the correct content page.
2020-07-27 13:22:53 +08:00
Tej-Singh-Rana
7ecf3561c0
Fixed spell error
2020-07-23 17:31:16 +05:30
Tim Bannister
15ecffa4d0
Tidy Ingress concept
...
Update documentation for stable Ingress resource (tidying)
2020-07-15 00:42:38 +01:00
Kubernetes Prow Robot
82ac6d49fa
Merge pull request #21590 from robscott/ingress-1.19
...
Updating Ingress docs for 1.19
2020-07-13 11:45:21 -07:00
Rob Scott
b8d8b9984d
Fixing some issues in Ingress docs
2020-07-09 17:59:24 -07:00
Christopher M. Luciano
95a77e30db
ingress: Update documentation for wildcard hostnames
...
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2020-07-07 18:17:25 -07:00
Christopher M. Luciano
248ecd10bf
ingress: Add documentation on resource backends
...
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2020-07-07 18:16:58 -07:00
Christopher M. Luciano
51f6e23f35
Updating Ingress docs for 1.19
...
Co-authored-by: robscott <robertjscott@google.com>
2020-07-07 17:58:51 -07:00
Aditya
34536c5ba3
Adding HTTP(S) to the acceptable traffic
2020-06-28 10:33:37 -04:00
Karen Bradshaw
ecc27bbbe7
add en pages
2020-06-09 19:33:15 -04:00
Kubernetes Prow Robot
4741a620d3
Merge pull request #20828 from marcobellaccini/patch-1
...
Fixed indentation in TLS Ingress example
2020-05-13 09:00:27 -07:00
Marco Bellaccini
cb734dfdcf
Fixed indentation in TLS Ingress example
...
- Fixed indentation in TLS Ingress example
- Made indentation uniform
Bad indentation resulted in a YAML-to-JSON conversion error when running kubectl
2020-05-13 17:25:14 +02:00
Irvi Firqotul Aini
380add9419
Fix indentation.
2020-05-12 23:12:27 +07:00