Commit Graph

21 Commits (c2eed4225ff04410bd8776e71beea34388aa85ab)

Author SHA1 Message Date
Kubernetes Prow Robot cdd66beda2
Merge pull request #40199 from kmuto/tutorials/services/pods-and-endpoint-termination-flow
[ja] add Japanese translation for tutorials/services/pods-and-endpoint-termination-flow
2023-03-28 14:01:37 -07:00
Kenshi Muto 40d4a10ef8
Update content/ja/docs/tutorials/services/pods-and-endpoint-termination-flow.md
Co-authored-by: atoato88 <akihito-inou@nec.com>
2023-03-28 18:32:00 +09:00
Kenshi Muto 0d989413ba
Update content/ja/docs/tutorials/services/pods-and-endpoint-termination-flow.md
Co-authored-by: atoato88 <akihito-inou@nec.com>
2023-03-28 18:31:26 +09:00
Kenshi Muto 6de05754cf
Update content/ja/docs/tutorials/services/pods-and-endpoint-termination-flow.md
Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
2023-03-27 22:26:59 +09:00
Kenshi Muto 7fd3c30740
Update content/ja/docs/tutorials/services/pods-and-endpoint-termination-flow.md
Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
2023-03-27 22:26:14 +09:00
Kenshi Muto 53a003eb31
Update content/ja/docs/tutorials/services/pods-and-endpoint-termination-flow.md
Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
2023-03-27 22:25:34 +09:00
Kenshi Muto e8593c75d2
Update content/ja/docs/tutorials/services/pods-and-endpoint-termination-flow.md
Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
2023-03-27 22:21:12 +09:00
Kenshi Muto e58d996f3b
Update content/ja/docs/tutorials/services/pods-and-endpoint-termination-flow.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2023-03-22 19:51:39 +09:00
Kenshi Muto f2c20f5f66
Update content/ja/docs/tutorials/services/pods-and-endpoint-termination-flow.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2023-03-22 19:51:21 +09:00
Kenshi Muto fb653ae35e
Update content/ja/docs/tutorials/services/pods-and-endpoint-termination-flow.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2023-03-22 19:50:39 +09:00
Kenshi Muto 5fe6eddbe7 translate tutorials/services/pods-and-endpoint-termination-flow 2023-03-19 22:50:16 +09:00
Kenshi Muto 82c2343e7b copy tutorials/services/pods-and-endpoint-termination-flow 2023-03-19 22:45:34 +09:00
s-kawamura-w664 50312b1848 [ja] Update page weights under setup and tutorials 2023-03-10 07:24:31 +00:00
Tim Bannister 71bfd89b92
Replace k8s.gcr.io with registry.k8s.io 2023-02-03 15:59:01 +00:00
Jihoon Seo 7c256aa07e [ja] Remove exec permission on markdown files 2021-06-22 18:22:52 +09:00
Arhell 0e8b3e4aa8 [ja] Update HAProxy Protocol Link 2021-05-12 00:43:17 +03: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
ishii1648 94f6f4945e Fix the translation about Source IP for Services with Type=LoadBalancer
Signed-off-by: ishii1648 <ishiisho0509@gmail.com>
2021-02-28 15:22:13 +09:00
YukiKasuya a17f9d843b Update ja/docs/tutorials/services/source-ip.md 2020-11-04 11:37:30 +09:00
TAKAHASHI Shuuji f0f0908572 Translate tutorials/services/source-ip into Japanese. 2020-07-24 15:07:57 +09:00
TAKAHASHI Shuuji 4a30596f84 Copy tutorials/service/ directory from en/. 2020-07-23 16:10:13 +09:00