Gulcan Topcu
9c58a926d5
Update source-ip.md
...
Update the echoserver:1.4 to 1.10
2024-09-08 17:21:36 +03:00
Kubernetes Prow Robot
eabc417dc4
Merge pull request #44241 from haripriya9647/note
...
Add note to specify only AMD64 compatibility for example image
2023-12-28 14:59:24 +01:00
Haripriya
f55c69129a
updated note
2023-12-20 20:22:49 +05:30
Haripriya
b8c2e02763
note
2023-12-14 22:38:07 +05:30
Haripriya
6165f83b98
added note
2023-12-14 22:27:34 +05:30
Haripriya
5d1eb2af2a
added note
2023-12-07 00:27:29 +05:30
pranav-pandey0804
8dd8d4a06d
Capitalized the required words
2023-11-22 19:59:29 +05:30
Kevin Arroyo
6900728caf
Fix Link
...
[/docs/.../service#proxy-mode-iptables](https://kubernetes.io/docs/concepts/services-networking/service/#proxy-mode-iptables ) no longer links to an anchored section of the `service` documentation page. Corrected the link.
2023-02-08 23:11:46 -05:00
Tim Bannister
ce46f1ca74
Move "Connecting Applications with Services" to tutorials section
...
Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>
2022-11-09 22:31:05 +00:00
Seokho Son
0985f2d902
Update page weights for pages in content/en/docs/tutorials/services
2022-10-25 03:07:31 +09:00
cathchu
e5ea8833be
Merge remote-tracking branch 'upstream/main' into dev-1.25
2022-08-22 08:35:18 -04:00
Bishal das
bd8b8508cb
Update source-ip.md
2022-08-19 12:02:26 +05:30
Arnaud Meukam
a180cd6853
Update docs to reference new container image registry
...
k8s.gcr.io is deprecated in favor of registry.k8s.io. The kubernetes
codebase have been updated with the new endpoint.
Ref: https://github.com/kubernetes/k8s.io/issues/3411
Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
2022-08-18 16:35:26 +02:00
chrismetz09
6b93e12939
replace mermaid figs with svg in source-ip.md
2022-05-26 19:44:38 -07:00
Thomas Guettler
7122a4498a
fix busybox image to 1.28 (issues with `nslookup`).
...
Changes where done with these commands:
reprec 'image: busybox(?!:)' 'image: busybox:1.28' */docs */examples
reprec -- '--image=busybox(?!:)' '--image=busybox:1.28' */docs */examples
Related issues:
https://github.com/docker-library/busybox/issues/48
https://github.com/kubernetes/kubernetes/issues/66924
2022-03-02 20:48:26 +01: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
Justas
fe9e5a80ad
Fix label selector in Using Source IP tutorial
...
Before:
```sh
controlplane $ kubectl delete svc -l run=source-ip-app
No resources found
```
```sh
k get svc --show-labels
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE LABELS
clusterip ClusterIP 10.110.247.112 <none> 80/TCP 28m app=source-ip-app
kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 49m component=apiserver,provider=kubernetes
loadbalancer LoadBalancer 10.111.123.206 <pending> 80:31111/TCP 9m59s app=source-ip-app
nodeport NodePort 10.108.129.31 <none> 80:32503/TCP 22m app=source-ip-app
```
After:
```sh
controlplane $ kubectl delete svc -l app=source-ip-app
service "clusterip" deleted
service "loadbalancer" deleted
service "nodeport" deleted
```
Update source-ip.md
Update source-ip.md
Update source-ip.md
2021-04-04 20:52:13 +03:00
BITLIU
6b092d7548
Update deprecated URL
...
update https://www.haproxy.org/download/1.5/doc/proxy-protocol.txt to https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt
2021-02-24 18:10:28 +08:00
Sylvain COULOMBEL
eeb9f539d7
Modify wget comment so that 10.0.170.92 refers to ClusterIP of the service and not the PodIP
2020-08-11 00:32:22 +02:00
Qiming Teng
c7e297ccab
Fix links in tutorials section
2020-08-07 12:05:17 +08:00
Tim Bannister
90b85c7a5e
Automatically detect MermaidJS shortcode
...
Rather than requiring metadata set in a page's front matter,
automatically detect when detect when a page relies on MermaidJS.
2020-07-27 17:37:47 +01:00
Kubernetes Prow Robot
3595681e06
Merge pull request #22676 from sftim/20200723_tutorial_sourceip_use_drawings
...
Improve diagrams for Source IP tutorial
2020-07-26 18:58:17 -07:00
Kubernetes Prow Robot
4e81aa85cd
Merge pull request #22725 from Cweiping/fix_svc_type_error
...
fix svc type error
2020-07-25 05:46:15 -07:00
Weiping Cai
75b8566c9d
fix svc type error
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-07-25 18:49:42 +08:00
Tim Bannister
8e06ed4658
Improve diagrams for Source IP tutorial
...
The existing diagrams were ASCII art. Use drawings instead.
2020-07-23 23:26:15 +01:00
Jerry Park
64f62106c1
Fix issue of document link in some documents
2020-07-05 22:46:08 +09:00
Karen Bradshaw
ecc27bbbe7
add en pages
2020-06-09 19:33:15 -04:00
Tim Bannister
be7d845c41
Revise “Using Source IP” task ( #19007 )
...
* Revise tutorial prerequisites
- Set and use min-kubernetes-server-version metadata
- Combine existing prerequisite sections
* Switch to documentation IPv4 addresses
Use documentation IPv4 addresses as per
https://tools.ietf.org/html/rfc5737
* Tidy Source IP tutorial
* Migrate to definition list
Also reword some definitions
2020-03-15 22:00:36 -07:00
Armand Grillet
e80f1f7da8
update command used to create deployment ( #19005 )
...
The previous one was showing a deprecation warning when used.
2020-02-09 15:03:53 -08:00
mhamdi semah
82650353cb
Outdated terminology: “kubernetes-minion-group” ( #14859 )
2019-06-18 13:49:50 -07:00
Jingfang Liu
b3e3332739
update kubectl "$" format ( #13256 )
2019-06-10 19:42:16 -07:00
Supriya Sirbi
2458d36751
Issue #14012 - Update source.md ( #14174 )
2019-05-06 21:47:39 -07:00
Supriya Sirbi
09e45d42d8
Issue #12533 ( #12701 )
...
Update k8s.io/docs/tutorials/services/source-ip/
2019-03-07 13:58:13 -08:00
lIuDuI
9833da206e
Update the version in the example ( #11598 )
2018-12-11 16:09:45 -08:00
SataQiu
1f4962fd44
update version info ( #10409 )
2018-10-03 11:42:18 -07:00
tanshanshan
a6411149a1
fix the command output ( #9951 )
...
I have verified on version v1.11
2018-08-21 07:16:54 -07:00
Slava Semushin
5f19d7ced8
Fix broken links. ( #9755 )
...
- /docs/concepts/services-networking/service/#type-nodeport => /docs/concepts/services-networking/service/#nodeport
- /docs/concepts/services-networking/service/#type-loadbalancer => /docs/concepts/services-networking/service/#loadbalancer
- https://github.com/kubernetes/ingress-nginx/blob/master/docs/ingress-controller-catalog.md => https://github.com/kubernetes/ingress-nginx/
2018-08-17 10:00:10 -07:00
Bjørn Erik Pedersen
7f3b633aa0
Convert site to Hugo ( #8316 )
...
This commit converts content and layout to use Hugo.
2018-05-05 09:00:51 -07:00