Commit Graph

63 Commits (d961714d167cd7c06066e474ec9a38ed3d4e185d)

Author SHA1 Message Date
Adam Gerard 6a73d0e087 docs: factor out typos into new pr 2024-11-18 18:41:23 -06:00
Gulcan Topcu 9c58a926d5
Update source-ip.md
Update the echoserver:1.4 to 1.10
2024-09-08 17:21:36 +03:00
Hamza Coşkun e4abc3028e
fix typo in connect-applications-service.md
was: 'a labels'
now: 'a label'
2024-05-17 09:43:00 +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
Hasan Rashid 972a46738e
Remove redudant steps from instruction (#41953)
* Remove redudant steps from instruction

* Update content/en/docs/tutorials/services/connect-applications-service.md

Co-authored-by: Michael <haifeng.yao@daocloud.io>

* Update content/en/docs/tutorials/services/connect-applications-service.md

Co-authored-by: Michael <haifeng.yao@daocloud.io>

* Update content/en/docs/tutorials/services/connect-applications-service.md

Co-authored-by: Michael <haifeng.yao@daocloud.io>

* Update content/en/docs/tutorials/services/connect-applications-service.md

Co-authored-by: Michael <haifeng.yao@daocloud.io>

* Update content/en/docs/tutorials/services/connect-applications-service.md

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

* Update content/en/docs/tutorials/services/connect-applications-service.md

Co-authored-by: Michael <haifeng.yao@daocloud.io>

* Change line 313, and add missing line

* Fix missing command end on line 313

* Update connect-applications-service.md

---------

Co-authored-by: Michael <haifeng.yao@daocloud.io>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-10-10 09:19:02 +02:00
Kubernetes Prow Robot 329af06916
Merge pull request #42085 from AlexanderSerbul/patch-1
Update connect-applications-service.md
2023-10-10 08:59:01 +02:00
Kubernetes Prow Robot 5e30f39aaa
Merge pull request #42104 from lngando/patch-1
Update connect-applications-service.md
2023-10-10 08:35:55 +02:00
Mengjiao Liu e8b136c3b3 Use code_sample shortcode instead of code shortcode 2023-09-05 17:10:14 +08:00
windsonsea 690fd45644 use a consistent code reference in pods-and-endpoint-termination-flow 2023-08-09 09:16:42 +08:00
Kubernetes Prow Robot 6a6bf06972
Merge pull request #40230 from chirag0002/duplicated-examples
removed duplicated examples
2023-08-08 11:12:16 -07:00
Tim Bannister a56d96f4b6 Use code shortcode for Tutorials section
Replace legacy codenew shortcode with code shortcode.
2023-07-31 14:43:14 +01:00
Andrey Goran eb522c126f
Replace {{< codenew ... >}} with {{% codenew ... %}} in all English docs (#42180)
* Replaced {{< codenew ... >}} with {{% codenew ... %}} in all files

* Reverted changes in non-english localizations
2023-07-25 05:54:06 -07:00
Lino Ngando b1a61e5916
Update connect-applications-service.md
It is the ReplicaSet who recreates dead pods and not the deployment
2023-07-20 10:37:06 +02:00
Alex Serbul 9ad322dabc
Update connect-applications-service.md
Semantic fix
2023-07-19 13:50:34 +03:00
Alex Serbul 8face3d008
Update connect-applications-service.md
We are talking about pods here, not about services yet.
2023-07-19 13:16:49 +03:00
Kubernetes Prow Robot dfe45a9d08
Merge pull request #41820 from alex-dixon/patch-1
Add --rm for temporary pod command
2023-07-05 21:49:03 -07:00
shubham82 ce9a098b01 Improvement: Updated the link for Service Proxies. 2023-07-05 18:32:00 +05:30
Alex Dixon de09ed7f45
Add --rm for temporary pod command
Without --rm this creates a pod in the default namespace named `curl`. It seems ok to remove it on exit.
2023-06-30 20:41:26 -07:00
Tim Bannister 50d7e85643
Migrate from fullVersion param to skew shortcode
Use {{< skew currentPatchVersion >}} to render the latest patch version
for the minor release being documented.
2023-05-02 23:25:30 +01:00
Chirag0002 9d5ab09a6f removed duplicated examples 2023-03-23 00:39:56 +05:30
Hasan Rashid 94ee30ef0e Remove duplicate paragraph (Issue 40127) 2023-03-19 23:10:04 -04:00
Sergey Kanzhelev ae17e46f73
Document behavior of endpoints with the feature EndpointSliceTerminatingCondition (#36791)
* new behavior of endpoints with the feature gate EndpointSliceTerminatingCondition

* Update content/en/docs/concepts/workloads/pods/pod-lifecycle.md

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

* Update content/en/docs/concepts/workloads/pods/pod-lifecycle.md

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

* Update content/en/docs/concepts/workloads/pods/pod-lifecycle.md

Co-authored-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>

* fixing feature gate versions

---------

Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>
2023-03-15 08:32:17 -07:00
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
Kubernetes Prow Robot 19b5268177
Merge pull request #38995 from kundan2707/kundan2707-desc-svc-output
Updated kubectl describe svc output
2023-01-27 11:16:21 -08:00
Michael d57b56aa24 Tweak long lines in connect-applications-service.md 2023-01-25 19:43:19 +08:00
Kundan Kumar 3b70ad583a Updated kubectl describe svc output
updated  kubectl describe svc my-nginx output
2023-01-19 16:58:07 +05:30
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
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
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