Commit Graph

159 Commits

Author SHA1 Message Date
Kenshi Muto c2dfc8ee51
Update content/ja/docs/tutorials/_index.md
Co-authored-by: atoato88 <akihito-inou@nec.com>
2023-04-10 21:17:05 +09:00
Kenshi Muto cce6d61613
Update content/ja/docs/tutorials/_index.md
Co-authored-by: atoato88 <akihito-inou@nec.com>
2023-04-10 21:16:57 +09:00
Kenshi Muto 0e07180ad6
Update content/ja/docs/tutorials/_index.md
Co-authored-by: atoato88 <akihito-inou@nec.com>
2023-04-10 21:16:38 +09:00
Kenshi Muto 52682af39d sync with en/doc/tutorials/_index.md ce46f1ca74 2023-04-06 22:53:56 +09:00
ystkfujii 26a4e5fd41 [ja] s/クラスタ/クラスター/g 2023-04-04 10:15:19 +09:00
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
Kubernetes Prow Robot ff98216e11
Merge pull request #40034 from s-kawamura-w664/revise_pod_concept
[ja] remove pod-overview.md and update links
2023-03-22 08:30:38 -07: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
s-kawamura-w664 35f81448c7 [ja] remove pod-overview.md and update links 2023-03-20 00:56:25 +00: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
s-kawamura-w664 05d117d534 [ja] Remove content/ja/docs/reference/kubectl/overview.md 2023-03-09 05:42:56 +00:00
Shogo Hida 4a885ceca8 Fix paths
Signed-off-by: Shogo Hida <shogo.hida@gmail.com>
2023-03-03 21:01:59 +09:00
Tim Bannister 71bfd89b92
Replace k8s.gcr.io with registry.k8s.io 2023-02-03 15:59:01 +00:00
Shogo Hida e5a53291b5 Add debug-running-pod 2023-01-23 21:02:20 +09:00
Shogo Hida 3eb008971f Add ja to debug pages
Signed-off-by: Shogo Hida <shogo.hida@gmail.com>
2023-01-21 13:21:31 +09:00
Shogo Hida c3286b3fee Change paths of debug pages
Signed-off-by: Shogo Hida <shogo.hida@gmail.com>
2023-01-11 21:02:08 +09:00
Arhell dc1bfa1267 [ja] Revise use of jsonpath in AppArmor tutorial 2023-01-03 00:40:30 +02:00
Akihito INOH 174dff954f Conform to the ja translation rule about Controller
This commits update the ja translation to conform to the rule:
- translate "controller" to "コントローラー", not "コントローラ"
2022-12-05 06:10:10 +09:00
Thomas Balthazar 7bc5e5e3ab Update deprecated kubectl command in apparmor doc
This PR updates example `kubectl exec` commands to avoid warnings.
It is a follow-up PR to #37221 that also updates the localizations.

Running `kubectl exec <pod_name> <command>` is deprecated:
```
kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl exec [POD] -- [COMMAND] instead
```
It should be: `kubectl exec <pod_name> -- <command>`
2022-11-07 12:14:30 +01:00
Arhell 6ce75f23af [ja] update chart link 2022-08-19 00:24:59 +03:00
Arhell 736d71a18f [ja] modify the link about debug-application 2022-05-14 00:53:52 +03:00
Shivam Singhal 736c1e6d74 [ja] Fix broken links due to using githubbranch param 2022-02-22 11:43:24 +02:00
Kubernetes Prow Robot 624ebf19f5
Merge pull request #31160 from riita10069/ja-fix-link
Replace all inappropriate links to English pages in Japanese documentation.
2022-01-20 02:43:52 -08:00
Kubernetes Prow Robot 31b90c5180
Merge pull request #30452 from fenggw-fnst/cleanup-ja
[ja] Remove ^H character
2022-01-13 01:24:30 -08:00
riita10069 82a201cf3f replace link to en 2022-01-01 01:42:28 +09:00
Arhell 2a1ba00aa7 [ja] update apparmor.md 2021-11-18 02:39:08 +02:00
Guangwen Feng 0ffe9f327b [ja] Remove ^H character
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
2021-11-12 11:40:56 +08:00
Riita 03c87a4746
Update guestbook.md 2021-10-08 17:48:40 +09:00
Arhell d113a7066f [ja] Add seccomp tutorial to index 2021-09-30 00:20:11 +03:00
Arhell 3d3db5a49c [ja] Updating --cascade=false to --cascade=orphan 2021-08-31 00:15:14 +03:00
Mengjiao Liu 723cb63929 [ja] Fix link for debian-base 2021-07-23 10:13:08 +08:00
Jihoon Seo 7c256aa07e [ja] Remove exec permission on markdown files 2021-06-22 18:22:52 +09:00
Kubernetes Prow Robot 2de5a5b6d0
Merge pull request #27950 from Arhell/fix-version
[ja] Update HAProxy Protocol Link
2021-06-04 05:11:26 -07:00
inductor(Kohei) 496bccbe4f
Merge branch 'master' into dev-1.19-ja.1 2021-05-26 13:43:10 +09:00
Arhell e3c8fb1313 [ja] fix invalid location 2021-05-13 00:34:06 +03:00
Arhell 0e8b3e4aa8 [ja] Update HAProxy Protocol Link 2021-05-12 00:43:17 +03:00
Kubernetes Prow Robot fe490032c2
Merge pull request #27384 from shuuji3/tutorials/clusters/apparmor
Translate tutorials/clusters/apparmor into Japanese
2021-04-20 01:54:33 -07:00
TAKAHASHI Shuuji c1026c7bd6 Add an anthor link to basic-stateful-set 2021-04-16 14:25:02 +00:00
Kubernetes Prow Robot 6d252624b2
Merge pull request #27387 from Arhell/label
[ja] updated labels for cli command in the PHP Guestbook tutorial
2021-04-07 07:53:53 -07:00
TAKAHASHI Shuuji eab8f5361c
Fix a typo 2021-04-06 18:19:45 +09:00