Commit Graph

2630 Commits (dwa--update-cheatsheet)

Author SHA1 Message Date
Kobayashi Daisuke f2d5d1096b
Update content/ja/docs/concepts/storage/volume-snapshots.md
Co-authored-by: atoato88 <akihito-inou@nec.com>
2022-12-02 09:39:34 +09:00
Kubernetes Prow Robot 8af413f808
Merge pull request #38077 from windsonsea/podover
[ja] sync pod-overhead.md
2022-12-01 04:20:27 -08:00
Kubernetes Prow Robot 3be7c27e2b
Merge pull request #38076 from windsonsea/toolsy
[ja] fix a link in tools.md
2022-12-01 04:18:27 -08:00
windsonsea 922a48f316 [ja] Sync enabling-service-topology.md and its related file 2022-12-01 13:59:19 +08:00
Kubernetes Prow Robot 28dc4ae806
Merge pull request #38064 from KobayashiD27/translate-volume-health-monitoring
[ja] Translate docs/concepts/storage/volume-health-monitoring/ into Japanese
2022-11-30 03:04:58 -08:00
KobayashiD27 6360189932 [ja] Translate docs/concepts/storage/storage-classes/ into Japanese 2022-11-30 16:35:07 +09:00
Kobayashi Daisuke 9f1be53979
Update content/ja/docs/concepts/storage/volume-health-monitoring.md
Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
2022-11-30 10:44:12 +09:00
Kobayashi Daisuke 771c7eadbf
Update content/ja/docs/concepts/storage/volume-snapshots.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2022-11-30 10:22:16 +09:00
Kobayashi Daisuke 4c35b17522
Update content/ja/docs/concepts/storage/volume-health-monitoring.md
Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
2022-11-30 10:19:29 +09:00
syuparn d9cb7a7868 [ja] add startupProbe successThreshold limitation 2022-11-30 08:47:47 +09:00
Kubernetes Prow Robot a1841bfa11
Merge pull request #38037 from YuikoTakada/upd_japanese_featuregate
[ja]Update alpha or beta feature gates
2022-11-29 04:23:23 -08:00
Kobayashi Daisuke 010f99a6ab
Update volume-snapshots.md 2022-11-29 11:19:08 +09:00
Kobayashi Daisuke 1775a483ec
Update volume-snapshots.md 2022-11-29 11:01:05 +09:00
KobayashiD27 b7d6cdbf88 Translate docs/concepts/storage/volume-snapshots/ into Japanese 2022-11-29 10:58:10 +09:00
s-kawamura-w664 b964f21b45 [ja] remove content/ja/docs/concepts/containers/overview.md 2022-11-28 00:56:29 +00:00
Arhell e9d8c07834 [ja] Fix typo of the contents 2022-11-28 00:40:03 +02:00
Michael 6fa2afa037 [ja] sync pod-overhead.md 2022-11-25 21:48:36 +08:00
Michael 7e275c4bf8 [ja] fix a link in tools.md 2022-11-25 21:32:01 +08:00
Kobayashi Daisuke 17ad561f10
Update content/ja/docs/concepts/storage/volume-health-monitoring.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2022-11-25 18:31:42 +09:00
Kobayashi Daisuke 88e9fea96e
Update volume-health-monitoring.md 2022-11-25 16:16:55 +09:00
KobayashiD27 8b3d834af3 [ja] Translate docs/concepts/storage/volume-health-monitoring/ into Japanese 2022-11-25 15:34:27 +09:00
Arhell d0ac00bd84 [ja] Fix feature state for ExpandCSIVolumes 2022-11-25 00:50:04 +02:00
s-kawamura-w664 3e01c05594 [ja] fix the translation of the word container. 2022-11-24 11:01:47 +00:00
Yuiko Mouri 630ee3196c [Japanese]Update alpha or beta feature gates 2022-11-24 12:17:37 +09:00
Kubernetes Prow Robot 1939378cd0
Merge pull request #37862 from atorik/modify_404_err
[ja]Fix an invalid link in contribute/_index.md
2022-11-22 07:30:15 -08:00
Arhell 8d97cb086b [ja] Removing beta label, as indexed job is GA 2022-11-17 01:21:12 +02:00
Atsushi Torikoshi 07a378d395 Fix an invalid link address. 2022-11-13 01:13:05 +09:00
Kubernetes Prow Robot 4b32c4c21e
Merge pull request #37280 from tbalthazar/tb/apparmor-exec-fix
Update deprecated kubectl command in apparmor doc
2022-11-07 03:52:15 -08: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 bb9b7cf931 [ja] remove unused repo gpgkey for yum repo 2022-11-04 00:28:29 +02:00
Arch 140bab1a91
[ja] In-page links are not working etc in /ja/docs/tasks/debug/debug-application/debug-pods.md (#37437)
* fixing links

* Update content/ja/docs/tasks/debug/debug-application/debug-pods.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/tasks/debug/debug-application/debug-pods.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/tasks/debug/debug-application/debug-pods.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/tasks/debug/debug-application/debug-pods.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/tasks/debug/debug-application/debug-pods.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
2022-10-30 15:28:43 -07:00
Kubernetes Prow Robot 6b8d88d593
Merge pull request #36700 from jzhupup/ja-ipv6
[ja] Sync use IPv6 Address Prefix Reserved for Documentation
2022-10-30 06:24:43 -07:00
Kubernetes Prow Robot 775bffb709
Merge pull request #36853 from s-kawamura-w664/update_gc
[ja] content/ja/docs/concepts/architecture/garbage-collection.md to the latest.
2022-10-30 06:20:43 -07:00
Kotaro Inoue e442dad5ba
[ja] Add OpenAPIv3 information to /content/ja/docs/concepts/overview/kubernetes-api.md (#37008)
* Replicate en contents to ja

* Translate OpenAPI v3 section

* Refine several sentences

* Translate notes

* Fix format

* Translate notes

* Update content/ja/docs/concepts/overview/kubernetes-api.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/overview/kubernetes-api.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/overview/kubernetes-api.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/overview/kubernetes-api.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/overview/kubernetes-api.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/overview/kubernetes-api.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/overview/kubernetes-api.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Translate table header of OpenAPIv2 section

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
2022-10-30 06:12:44 -07:00
Arhell b6f61273e3 [ja] Fix incorrect sed command 2022-10-20 00:22:13 +03:00
Kubernetes Prow Robot 914c2bc8d2
Merge pull request #37326 from Arhell/ja-update
[ja] Update command in "Connecting Applications with Services" and se…
2022-10-17 19:15:18 -07:00
Kubernetes Prow Robot e0559b61f0
Merge pull request #37264 from atoato88/update-links
Change some links in ja to proper en pages
2022-10-17 07:39:08 -07:00
Arhell b856647de8 [ja] Update command in "Connecting Applications with Services" and separate out a command 2022-10-16 01:02:37 +03:00
Akihito INOH 96ae7c8533 Change some links in ja to proper en pages
This commit updates some links in ja docs to proper en pages.
2022-10-11 09:41:52 +09:00
Tim Bannister a09e35378a Remove pages that are in the wrong language
This content should be in Japanese in order to be present and marked as
Japanese content.
2022-10-10 11:28:02 +01:00
Kubernetes Prow Robot 0585f1e3b7
Merge pull request #34162 from kaitoii11/update-debug
[ja] Reorg debug cluster/app pages
2022-10-06 00:23:52 -07:00
Kaito Ii 0bd2daf7c1
Update content/ja/docs/tasks/debug/debug-application/debug-service.md
Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
2022-10-06 15:46:57 +09:00
ziyi-xie 66740f9108
[ja]Updated /content/ja/docs/concepts/services-networking/ingress.md file (#37075)
* Updated Japanese translation for the /content/ja/docs/concepts/services-networking/ingress.md file

* Update content/ja/docs/concepts/services-networking/ingress.md

Co-authored-by: Ryota Yamada <ryota10069.tech5.jizi@gmail.com>

* Update content/ja/docs/concepts/services-networking/ingress.md

Co-authored-by: Ryota Yamada <ryota10069.tech5.jizi@gmail.com>

* Update content/ja/docs/concepts/services-networking/ingress.md

Co-authored-by: Ryota Yamada <ryota10069.tech5.jizi@gmail.com>

* Update content/ja/docs/concepts/services-networking/ingress.md

Co-authored-by: Ryota Yamada <ryota10069.tech5.jizi@gmail.com>

* Update content/ja/docs/concepts/services-networking/ingress.md

* Update content/ja/docs/concepts/services-networking/ingress.md

* Update content/ja/docs/concepts/services-networking/ingress.md

* Update content/ja/docs/concepts/services-networking/ingress.md

* Update content/ja/docs/concepts/services-networking/ingress.md

* Update content/ja/docs/concepts/services-networking/ingress.md

* Update content/ja/docs/concepts/services-networking/ingress.md

* Update content/ja/docs/concepts/services-networking/ingress.md

* Update content/ja/docs/concepts/services-networking/ingress.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/services-networking/ingress.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/services-networking/ingress.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/services-networking/ingress.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/services-networking/ingress.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/services-networking/ingress.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/services-networking/ingress.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/services-networking/ingress.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/services-networking/ingress.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/services-networking/ingress.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/services-networking/ingress.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/services-networking/ingress.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/services-networking/ingress.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/services-networking/ingress.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/services-networking/ingress.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/services-networking/ingress.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/examples/service/networking/default-ingressclass.yaml

* fix the no newline at end of file error

* Update content/ja/docs/concepts/services-networking/ingress.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/services-networking/ingress.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/services-networking/ingress.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/services-networking/ingress.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/services-networking/ingress.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* modify figure format

Co-authored-by: Ryota Yamada <ryota10069.tech5.jizi@gmail.com>
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
2022-10-04 16:02:01 -07:00
Ryota Yamada bbae45bcb8
[ja] Update organize-cluster-access-kubeconfig.md (#37094)
* Update organize-cluster-access-kubeconfig.md

* Update content/ja/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2022-10-04 05:00:15 -07:00
Kubernetes Prow Robot d7e1f1b6ae
Merge pull request #36822 from s-kawamura-w664/update-runtime-class
[ja] Update content/ja/docs/concepts/containers/runtime-class.md to the latest.
2022-10-04 04:58:15 -07:00
Kaito Ii 0ce173b3ea apply suggestions 2022-10-04 18:14:38 +09:00
s-kawamura-w664 3723417440 Update content/ja/docs/concepts/containers/runtime-class.md to the latest. 2022-10-03 05:26:53 +00:00
Arhell a486a1f66f [ja] Change sig-docs-xx-reviewers to -reviews 2022-10-03 01:23:05 +03:00
Kaito Ii e1d56397ad
Apply suggestions from code review
Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
2022-09-28 20:27:53 +09:00
Kubernetes Prow Robot 5ba0d8c455
Merge pull request #36951 from Arhell/ja-fix-list
[ja] Fix missing anchor to SIG list
2022-09-26 09:38:08 -07:00
Arhell e059d8da60 [ja] Fix missing anchor to SIG list 2022-09-22 01:58:02 +03:00
s-kawamura-w664 8fef93465e garbage-collection.md to the latest. 2022-09-16 07:54:28 +00:00
Arhell 0ab8e9e75c [ja] Fix broken link on Volumes page 2022-09-16 01:02:16 +03:00
Kubernetes Prow Robot 6530f1d555
Merge pull request #36682 from ziyi-xie/update-initcon
[ja] Updated /content/ja/docs/concepts/workloads/pods/init-containers.md file
2022-09-15 03:41:23 -07:00
ziyi-xie 131db82705
Update content/ja/docs/concepts/workloads/pods/init-containers.md
Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
2022-09-14 10:50:20 +09:00
ziyi-xie dd7a4f87f8
Update content/ja/docs/concepts/workloads/pods/init-containers.md
Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
2022-09-14 10:45:07 +09:00
ziyi-xie b6993dba3e
Update content/ja/docs/concepts/workloads/pods/init-containers.md
Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
2022-09-14 10:44:54 +09:00
ziyi-xie 2c987d9aee
Update content/ja/docs/concepts/workloads/pods/init-containers.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2022-09-14 10:43:18 +09:00
ziyi-xie 1f9f053864
Update content/ja/docs/concepts/workloads/pods/init-containers.md
Co-authored-by: atoato88 <akihito-inou@nec.com>
2022-09-14 10:42:19 +09:00
ziyi-xie a92d90af08
Update content/ja/docs/concepts/workloads/pods/init-containers.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2022-09-14 10:42:10 +09:00
Kubernetes Prow Robot a2be6d8b57
Merge pull request #36739 from Arhell/ja-upd-command
[ja] Update command addition and removal static pods
2022-09-12 22:25:06 -07:00
Kubernetes Prow Robot d0791aaf0d
Merge pull request #35689 from hs0210/ja-suggesting-improvements
[ja] resync: docs/contribute/suggesting-improvements.md
2022-09-12 04:17:24 -07:00
Arhell 0d04f09e9f [ja] Update command addition and removal static pods 2022-09-11 10:58:19 +03:00
Kubernetes Prow Robot 104f34049d
Merge pull request #35809 from s-kawamura-w664/update_containers_images_ja
[ja] Update content/ja/docs/concepts/containers/images.md to the latest.
2022-09-09 07:23:23 -07:00
s-kawamura-w664 05d2fd9182 Update ja/docs/concepts/containers/images.md according to the English text 2022-09-09 06:11:23 +00:00
ziyi-xie 71177256d1
Update content/ja/docs/concepts/workloads/pods/init-containers.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2022-09-09 14:52:21 +09:00
ziyi-xie dbb092bcd4
Update content/ja/docs/concepts/workloads/pods/init-containers.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2022-09-09 14:51:30 +09:00
jzhupup 863e51c477 [ja] Sync use IPv6 Address Prefix Reserved for Documentation 2022-09-09 12:52:19 +08:00
Kubernetes Prow Robot 23df4fb130
Merge pull request #36632 from t-inu/issue35470
[ja] Rename file and update concepts/architecture/control-plane-node-communication.md
2022-09-08 15:49:23 -07:00
Toshiaki Inukai 629a09798e [ja] Rename file and update concepts/architecture/control-plane-node-communication.md 2022-09-08 08:46:59 +00:00
ziyi-xie fe550997e3 Updated Japanese translation for the /content/ja/docs/concepts/workloads/pods/init-containers.md file 2022-09-08 05:28:15 +00:00
ziyi-xie d0f1fdb19e
[ja] Updated /content/ja/docs/concepts/workloads/controllers/replicaset.md file (#36482)
* Updated Japanese translation for the /content/ja/docs/concepts/workloads/controllers/replicaset.md file

* fixed the outdated yaml file and improved the translation

* Update content/ja/docs/concepts/workloads/controllers/replicaset.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/replicaset.md

* Update content/ja/docs/concepts/workloads/controllers/replicaset.md

* Update content/ja/docs/concepts/workloads/controllers/replicaset.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/replicaset.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/replicaset.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/replicaset.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/replicaset.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/replicaset.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/replicaset.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/replicaset.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/replicaset.md

Co-authored-by: atoato88 <akihito-inou@nec.com>

* Update content/ja/docs/concepts/workloads/controllers/replicaset.md

Co-authored-by: atoato88 <akihito-inou@nec.com>

* Update content/ja/docs/concepts/workloads/controllers/replicaset.md

Co-authored-by: atoato88 <akihito-inou@nec.com>

* Update content/ja/docs/concepts/workloads/controllers/replicaset.md

Co-authored-by: atoato88 <akihito-inou@nec.com>

* Update content/ja/docs/concepts/workloads/controllers/replicaset.md

Co-authored-by: atoato88 <akihito-inou@nec.com>

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
Co-authored-by: atoato88 <akihito-inou@nec.com>
2022-09-06 08:57:54 -07:00
Arhell b8b42cf9c7 [ja] fix containerd config link 2022-09-02 00:55:13 +03:00
Arhell d3659a7aa1 [ja] fix link in glossary/api-eviction.md 2022-08-31 01:12:43 +03:00
ziyi-xie 721ec5ffb3
[ja] Updated content/ja/docs/concepts/workloads/pods/_index.md file (#35848)
* Updated Japanese translation for the content/ja/docs/concepts/workloads/pods/_index.md file.

* Add missing contents

* remove the contents about Pod Preset

* fix indentation

* Update content/ja/docs/concepts/workloads/pods/_index.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/pods/_index.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/pods/_index.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/pods/_index.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/pods/_index.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
2022-08-30 02:45:01 -07:00
Kubernetes Prow Robot bed8b24380
Merge pull request #35051 from t-inu/issue33000
[ja] Update concepts/cluster-administration/networking.md
2022-08-29 14:38:49 -07:00
Kubernetes Prow Robot 20cdabaa75
Merge pull request #34925 from mk46/ja_crlftolf
[ja] Convert CRLF to LF
2022-08-28 18:52:36 -07:00
Arhell 22b178abcf [ja] fix typo 2022-08-26 11:14:15 +03:00
Toshiaki Inukai 3c10887112 [ja] Update concepts/cluster-administration/networking.md 2022-08-26 05:05:27 +00:00
Kubernetes Prow Robot 5053c1f6a4
Merge pull request #35906 from s-kawamura-w664/update_hook_jp
[ja] Update content/ja/docs/concepts/containers/container-lifecycle-hooks.md to the latest.
2022-08-25 08:32:07 -07:00
Kubernetes Prow Robot 1005806556
Merge pull request #35820 from cappyzawa/cappyzawa-patch-concepts-architecture-nodes
[ja] fix typo in concepts/architecture/nodes.md
2022-08-25 08:30:07 -07:00
Kubernetes Prow Robot ba01b34322
Merge pull request #35100 from windsonsea/designja
[ja] Fix links for k/design-proposals-archive
2022-08-25 08:26:06 -07:00
Kubernetes Prow Robot 885d5ebd54
Merge pull request #34988 from arrase/fix-podoverhead-design-link-ja
[ja] Fix links to PodOverhead Feature Design
2022-08-25 08:24:07 -07:00
Kubernetes Prow Robot 7d3f8e8ae8
Merge pull request #36129 from Arhell/ja-operator
[ja] add kube-rs to operator.md's third-party content
2022-08-25 08:10:07 -07:00
Manish Kumar 92c5660557 Convert CRLF to LF 2022-08-25 09:26:17 +05:30
Arhell c22b6b0374 [ja] add kube-rs to operator.md's third-party content 2022-08-21 00:30:29 +03:00
Arhell 6ce75f23af [ja] update chart link 2022-08-19 00:24:59 +03:00
Kubernetes Prow Robot ab5997255f
Merge pull request #35974 from s-kawamura-w664/update_containers_env
[ja] Update content/ja/docs/concepts/containers/container-environment.md to the latest.
2022-08-18 08:24:22 -07:00
Kubernetes Prow Robot bfeb68ef5f
Merge pull request #34910 from Arhell/ja-upd
[ja] updated soon-to-be-broken link
2022-08-18 08:20:23 -07:00
ziyi-xie 9041424353
[ja] Translate docs/concepts/workloads/controllers/job.md (#34296)
* Translate docs/concepts/workloads/controllers/job.md into Japanese(Line 1-266)

* append the original English text

* modify the layout

* deleted reviewers block, modified the links and commited the suggestion

* removed the original English text and fixed the links

* synchronise the modification in the original English text

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: atoato88 <akihito-inou@nec.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: atoato88 <akihito-inou@nec.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: atoato88 <akihito-inou@nec.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: atoato88 <akihito-inou@nec.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: atoato88 <akihito-inou@nec.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: atoato88 <akihito-inou@nec.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: atoato88 <akihito-inou@nec.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: atoato88 <akihito-inou@nec.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: atoato88 <akihito-inou@nec.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: atoato88 <akihito-inou@nec.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: atoato88 <akihito-inou@nec.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Translate docs/concepts/workloads/controllers/job.md into Japanese(Line 266-470)

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: atoato88 <akihito-inou@nec.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: atoato88 <akihito-inou@nec.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: atoato88 <akihito-inou@nec.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Translate docs/concepts/workloads/controllers/job.md into Japanese(Line 471-595)

* Synchronize with the original text

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* modified some typo

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: atoato88 <akihito-inou@nec.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: atoato88 <akihito-inou@nec.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: atoato88 <akihito-inou@nec.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: atoato88 <akihito-inou@nec.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: atoato88 <akihito-inou@nec.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: atoato88 <akihito-inou@nec.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: atoato88 <akihito-inou@nec.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: atoato88 <akihito-inou@nec.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: atoato88 <akihito-inou@nec.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: atoato88 <akihito-inou@nec.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: atoato88 <akihito-inou@nec.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* modified some translations

* modified the image version

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* fixed some typo

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/workloads/controllers/job.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

Co-authored-by: atoato88 <akihito-inou@nec.com>
Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2022-08-18 08:18:23 -07:00
s-kawamura-w664 baf232d1b5 Update content/ja/docs/concepts/containers/container-lifecycle-hooks.md to the latest. 2022-08-18 09:22:10 +00:00
s-kawamura-w664 d249f38afe Update content/ja/docs/concepts/containers/container-environment.md to the latest. 2022-08-15 10:07:00 +00:00
Arhell 6b56a27a04 [ja] fix links to ephemeral volume types 2022-08-14 00:42:38 +03:00
Shu Kutsuzawa bc664dd781
Update nodes.md 2022-08-09 22:39:30 +09:00
Kubernetes Prow Robot f8ca963e32
Merge pull request #35657 from YuikoTakada/fix_link
Fix link to LimitRanger design document
2022-08-08 11:55:58 -07:00
Kobayashi Daisuke 9709083664
[ja] Translate translate concepts/storage/storage-limits into Japanese (#35626)
* translate concepts/storage/storage-liomits

* Update content/ja/docs/concepts/storage/storage-limits.md

Co-authored-by: Ryota Yamada <ryota10069.tech5.jizi@gmail.com>

* Update content/ja/docs/concepts/storage/storage-limits.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/storage/storage-limits.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/storage/storage-limits.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

Co-authored-by: Ryota Yamada <ryota10069.tech5.jizi@gmail.com>
Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
2022-08-08 06:54:19 -07:00
Yuiko Mouri fbe7adbbe3 fix link to LimitRanger design document 2022-08-05 09:47:42 +09:00
Hu Shuai ee5ba8f917 [ja] resync: docs/contribute/suggesting-improvements.md
Signed-off-by: Hu Shuai <hus.fnst@fujitsu.com>
2022-08-04 14:35:54 +08:00
Kaito Ii 3065803a41 fix page reference 2022-08-03 11:04:00 +09:00
Kaito Ii fadd794a96 Apply suggestions from code review
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2022-08-03 11:04:00 +09:00
Kaito Ii 8a3ecd270d fix file name 2022-08-03 11:04:00 +09:00
Kaito Ii a2550ab969 reorg debug 2022-08-03 11:03:59 +09:00
Kubernetes Prow Robot 9312b03116
Merge pull request #34995 from ayatk/fix-release-versioning-link-ja
[ja] Fix links in release versioning
2022-07-24 07:42:58 -07:00
Michael b79db50631 [ja] Fix links for k/design-proposals-archive 2022-07-17 20:36:35 +08:00
Kubernetes Prow Robot 867deb1f9e
Merge pull request #34938 from mzaian/update-kubespray-docs
Update kubespray docs.
2022-07-14 17:40:25 -07:00
Mohamed Zaian e37f4c3643 Update kubespray docs.
Update kubespray.md docs for different languages based on the official documentation on kubespray.io
2022-07-14 11:33:04 +02:00
Guangwen Feng 37cbff9785 [ja] Fix typo in secret.md
Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com>
2022-07-14 10:34:31 +08:00
ayatk ad92908054 [ja] Fix links in release versioning 2022-07-13 15:17:05 +00:00
Juan Ezquerro LLanes bfc16a8849 Fix links to PodOverhead Feature Design (language/ja) 2022-07-13 15:12:43 +02:00
Arhell 97902d5e1c [ja] updated soon-to-be-broken link 2022-07-10 13:15:03 +03:00
Toshiaki Inukai ec0c8466e3 Update concepts/cluster-administration/addons.md 2022-07-04 10:55:32 +00:00
Rishit Dagli 7d02759dac
Remove Service Broker reference (#34439)
Update content/ja/docs/reference/glossary/service-catalog.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2022-06-27 19:27:56 -07:00
Kubernetes Prow Robot 287050019b
Merge pull request #34344 from ystkfujii/main
[ja] Fix a typo in concepts/security/overview.md
2022-06-24 07:22:57 -07:00
Nitish Kumar b0efc9d032 Added missing sign in monitor-node-health.md 2022-06-24 15:40:48 +05:30
Kubernetes Prow Robot 788a933ab2
Merge pull request #34500 from sp-yduck/fix-ja-doc
[ja] fix mistranslation /tasks/debug-application-cluster/monitor-node-health.md
2022-06-23 05:41:43 -07:00
unknown e4c7f49af0 [ja] fix mistranslation 2022-06-23 20:19:17 +09:00
Arhell e94fb4358b [ja] add Java Operator SDK to operator frameworks 2022-06-21 10:36:02 +03:00
nasa9084 8043eaa140 fix: incorrect description 2022-06-17 15:16:22 +09:00
ystkfujii 6b8ac48f29
[ja] Fix a typo in concepts/security/overview.md 2022-06-17 12:32:13 +09:00
Arhell 8585a3e22f [ja] update regular cadence link (version-skew-policy.md) 2022-06-12 00:34:03 +03:00
Wang fe0bddadfb
[ja] Translate tasks/administer-cluster/manage-resources/memory-default-namespace/ into Japanese (#31450)
* coffee time

* done

* Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-default-namespace.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-default-namespace.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-default-namespace.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-default-namespace.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-default-namespace.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-default-namespace.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-default-namespace.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-default-namespace.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-default-namespace.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-default-namespace.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-default-namespace.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-default-namespace.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-default-namespace.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-default-namespace.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-default-namespace.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-default-namespace.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-default-namespace.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-default-namespace.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-default-namespace.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-default-namespace.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* follow the guide

* delete unneeded blacnk line

* delete unneeded line

* fix confilit

* fix links

* Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-default-namespace.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2022-06-10 01:59:49 -07:00
196Ikuchil ede6e4794a
[ja] Translate concepts/scheduling-eviction/api-eviction.md & reference/glossary/api-eviction.md into Japanese (#31938)
* translate api-eviction

* translate glossary_api_eviction

* Update content/ja/docs/reference/glossary/api-eviction.md

Co-authored-by: Ryota Yamada <ryota10069.tech5.jizi@gmail.com>

* Update content/ja/docs/reference/glossary/api-eviction.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/reference/glossary/api-eviction.md

* update content/ja/docs/concepts/scheduling-eviction/api-eviction.md

* fix:change 従います to 優先します

* fix:update to description

* docs:update concenpts/api-eviction

Co-authored-by: Ryota Yamada <ryota10069.tech5.jizi@gmail.com>
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2022-05-29 03:30:51 -07:00
Arhell 533a2197fa [ja] updated configure-liveness-readiness-startup-probes.md 2022-05-22 03:16:45 +03:00
Arhell 6ee33997dc [ja] modify link in ephemeral-containers.md 2022-05-18 12:41:17 +03:00
Kubernetes Prow Robot 3250db2084
Merge pull request #33697 from Arhell/mod-link-ja
[ja] modify debug link in securing-a-cluster.md
2022-05-17 05:06:26 -07:00
Kubernetes Prow Robot 944369c8d9
Merge pull request #31731 from pyama86/patch-1
[ja] fix example ip address
2022-05-17 05:02:27 -07:00
Kubernetes Prow Robot 8fe6003832
Merge pull request #33657 from Arhell/mod-link
[ja] modify the link about debug-application
2022-05-17 05:00:27 -07:00
Sean 960cb17d3d [ja] Fix `Kubernetes` typo 2022-05-16 13:58:17 +08:00
Arhell 425c32fc4e [ja] modify debug link in securing-a-cluster.md 2022-05-16 02:08:08 +03:00
Arhell 736d71a18f [ja] modify the link about debug-application 2022-05-14 00:53:52 +03:00
Wang d82193be28
[ja] Translate tasks/debug-application-cluster/debug-running-pod into Japanese (#31023)
* first commit on 12/19

* done

* Update content/ja/docs/tasks/debug-application-cluster/debug-running-pod.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-running-pod.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-running-pod.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* fix

* minior change

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2022-05-13 08:45:49 -07:00
Wang 476e0687b8
[ja] Translate tasks/debug-application-cluster/troubleshooting into Japanese (#30997)
* call it a day

* done

* Update content/ja/docs/tasks/debug-application-cluster/troubleshooting.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/troubleshooting.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/troubleshooting.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/troubleshooting.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/troubleshooting.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/troubleshooting.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/troubleshooting.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/troubleshooting.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update troubleshooting.md

* Update content/ja/docs/tasks/debug-application-cluster/troubleshooting.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/troubleshooting.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2022-05-13 08:35:51 -07:00
Kubernetes Prow Robot d7c4e74ef0
Merge pull request #33596 from t-inu/for-approvers-1
[ja] Change the role restriction for /lgtm and Link to https://k8s.dev/ docs about good first issues
2022-05-11 21:13:13 -07:00
Kubernetes Prow Robot c72bd40a52
Merge pull request #33363 from skmkzyk/patch-3
[ja] Delete `--record` command line option.
2022-05-11 07:03:00 -07:00
Kubernetes Prow Robot 61af8d85c8
Merge pull request #33341 from skmkzyk/patch-1
[ja] translating Japanese description for Azure CNI.
2022-05-11 07:01:00 -07:00
Wang b5cfdb8073
[ja] Translate tasks/debug-application-cluster/monitor-node-health into Japanese (#31108)
* done

* Update content/ja/docs/tasks/debug-application-cluster/monitor-node-health.md

Co-authored-by: Ryota Yamada <42636694+riita10069@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/monitor-node-health.md

Co-authored-by: Ryota Yamada <42636694+riita10069@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/monitor-node-health.md

Co-authored-by: Ryota Yamada <42636694+riita10069@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/monitor-node-health.md

Co-authored-by: Ryota Yamada <42636694+riita10069@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/monitor-node-health.md

Co-authored-by: Ryota Yamada <42636694+riita10069@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/monitor-node-health.md

Co-authored-by: Ryota Yamada <42636694+riita10069@users.noreply.github.com>

* minor change

Co-authored-by: Ryota Yamada <42636694+riita10069@users.noreply.github.com>
2022-05-11 06:59:01 -07:00
Kubernetes Prow Robot 3d7ebfcf20
Merge pull request #33299 from skmkzyk/patch-2
[ja] Update default rolling update description.
2022-05-11 06:55:01 -07:00
Kubernetes Prow Robot 9f045b64cf
Merge pull request #33516 from Arhell/replace
[ja] replace Go Doc URL with pkg.go.dev
2022-05-11 06:35:01 -07:00
Kubernetes Prow Robot 2f053f579d
Merge pull request #33213 from t-inu/set-heading-id-1
[ja] Set heading IDs concepts/configuration/manage-resources-containers.md
2022-05-11 06:33:02 -07:00
Toshiaki Inukai 5279102564 [ja] Change the role restriction for /lgtm and Link to https://k8s.dev/ docs about good first issues 2022-05-10 11:53:56 +00:00
Arhell 8862f113e3 [ja] replace Go Doc URL with pkg.go.dev 2022-05-06 00:41:31 +03:00
Kazuyuki Sakemi e6b2f5acbf
Delete `--record` command line option.
`--record` option is deprecated.
2022-05-01 16:20:31 +09:00
Kazuyuki Sakemi de0cb60403
translating Japanese description for Azur e CNI.
As Azure CNI is not translated to Japanese, let me translate it.
2022-04-30 12:13:09 +09:00
Kazuyuki Sakemi ef801833b7
Update default rolling update description.
Current Japanese description to show how default rolling update strategy works doesn't fit the one clarified in English page.
2022-04-29 15:53:58 +09:00
Kubernetes Prow Robot ca209b7f20
Merge pull request #31736 from kujiraitakahiro/patch-1
[ja] fixed typo in manage deployment page
2022-04-27 16:21:36 -07:00
Toshiaki Inukai 9d6c3ffbf2 Set heading IDs 2022-04-26 12:03:02 +00:00
Wang 4b85c7b058
[ja] Translate tasks/debug-application-cluster/debug-cluster into Japanese #30874 (#31087)
* done

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update debug-cluster.md

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update debug-cluster.md

* Update content/ja/docs/tasks/debug-application-cluster/debug-cluster.md

Co-authored-by: Ryota Yamada <ryota10069.tech5.jizi@gmail.com>

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
Co-authored-by: Ryota Yamada <ryota10069.tech5.jizi@gmail.com>
2022-04-22 11:41:36 -07:00
Wang 6613b13b65
[ja] Translate tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-deprecation-affects-you into Japanese (#31285)
* done

* change back

* done

* Update content/ja/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-deprecation-affects-you.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-deprecation-affects-you.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-deprecation-affects-you.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-deprecation-affects-you.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-deprecation-affects-you.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-deprecation-affects-you.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-deprecation-affects-you.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* fix

* Update content/ja/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-deprecation-affects-you.md

Co-authored-by: inductor(Kohei) <kela@inductor.me>

* Update content/ja/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-deprecation-affects-you.md

Co-authored-by: inductor(Kohei) <kela@inductor.me>

* Update content/ja/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-deprecation-affects-you.md

Co-authored-by: Ryota Yamada <ryota10069.tech5.jizi@gmail.com>

* Update content/ja/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-deprecation-affects-you.md

Co-authored-by: Ryota Yamada <ryota10069.tech5.jizi@gmail.com>

* Update content/ja/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-deprecation-affects-you.md

Co-authored-by: Ryota Yamada <ryota10069.tech5.jizi@gmail.com>

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
Co-authored-by: inductor(Kohei) <kela@inductor.me>
Co-authored-by: Ryota Yamada <ryota10069.tech5.jizi@gmail.com>
2022-04-22 11:39:36 -07:00
Kubernetes Prow Robot 814ad64fe7
Merge pull request #33019 from Arhell/fix-code
[ja] fix a nit in the feature-state short code
2022-04-22 11:30:12 -07:00
Kubernetes Prow Robot 079f2592fc
Merge pull request #32916 from tallclair/broken-links-ja
[ja] Clean up various broken links
2022-04-22 11:28:13 -07:00
Arhell fd1d03cc5f [ja] fix a nit in the feature-state short code 2022-04-21 11:43:19 +03:00
Kubernetes Prow Robot 4d766bc2e4
Merge pull request #31383 from KobayashiD27/translate-concepts/services-networking/topology-aware-hints
[ja]Translate concepts/services networking/topology aware hints into Japanese
2022-04-15 02:49:10 -07:00
Kubernetes Prow Robot 376b12511f
Merge pull request #31333 from jberkus/jalink
[ja] Fix link to dev@kubernetes mailing list
2022-04-15 02:43:10 -07:00
Kubernetes Prow Robot 94c9a3dd61
Merge pull request #32084 from 196Ikuchil/policies
[ja] Translate /docs/reference/scheduling/policies/ into Japanese
2022-04-15 02:41:10 -07:00
Kubernetes Prow Robot 8250200d0a
Merge pull request #30507 from riita10069/riita10069-patch-1
[ja]Update `content/ja/docs/concepts/configuration/secret.md`
2022-04-14 11:25:35 -07:00
Kubernetes Prow Robot 57fc90807a
Merge pull request #30161 from riita10069/feature/concepts/security/pod-security-standards
[ja]Update pod-security-standards.md
2022-04-14 11:23:36 -07:00
Kubernetes Prow Robot ca50f67c88
Merge pull request #32083 from 196Ikuchil/reference_scheduling_config
[ja] Translate reference/scheduling/config/ & reference/glossary/replica-set.md into Japanese
2022-04-14 11:21:35 -07:00
Kubernetes Prow Robot 0de3784c77
Merge pull request #31935 from 196Ikuchil/translate_resource_bin_packing
[ja] Translate concepts/scheduling-eviction/resource-bin-packing/ into Japanese
2022-04-14 11:17:35 -07:00
Kubernetes Prow Robot 0fc468096c
Merge pull request #32678 from 196Ikuchil/fix_kube_scheduler
[ja] Update ja/docs/concepts/scheduling-eviction/kube-scheduler.md to fix the weight and some links
2022-04-14 11:13:35 -07:00
Kubernetes Prow Robot 55b4635e9d
Merge pull request #30157 from riita10069/feature/concepts/architecture/nodes
[ja]Update `content/ja/docs/concepts/architecture/nodes.md`
2022-04-14 11:11:36 -07:00
Tim Allclair af059477fb [ja] Clean up various broken links 2022-04-13 17:03:39 -07:00
done b86f126263
[ja] Translate concepts/cluster-administration/logging into Japanese (#31808)
* add ja/concepts/cluster-administration/logging

* Update content/ja/docs/concepts/cluster-administration/logging.md

fix typo

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/cluster-administration/logging.md

fix typo, word

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/cluster-administration/logging.md

fix typo

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/cluster-administration/logging.md

fix branch name

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/cluster-administration/logging.md

fix link lang

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/cluster-administration/logging.md

fix `ポッド` -> `Pod`

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/cluster-administration/logging.md

fix `ポッド` -> `Pod`

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/cluster-administration/logging.md

fix `ポッド` -> `Pod`

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/cluster-administration/logging.md

fix `ポッド` -> `Pod`

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/cluster-administration/logging.md

fix `ポッド` -> `Pod`

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/cluster-administration/logging.md

fix `ポッド` -> `Pod`

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/cluster-administration/logging.md

fix `ポッド` -> `Pod`

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/cluster-administration/logging.md

fix `ポッド` -> `Pod`

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/cluster-administration/logging.md

fix `ポッド` -> `Pod`

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/concepts/cluster-administration/logging.md

fix `ポッド` -> `Pod`

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* remove reviwers block

* Update content/ja/docs/concepts/cluster-administration/logging.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/cluster-administration/logging.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/cluster-administration/logging.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/cluster-administration/logging.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/cluster-administration/logging.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/cluster-administration/logging.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/cluster-administration/logging.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/cluster-administration/logging.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/cluster-administration/logging.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/cluster-administration/logging.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/cluster-administration/logging.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/cluster-administration/logging.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/cluster-administration/logging.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

* Update content/ja/docs/concepts/cluster-administration/logging.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2022-04-12 20:04:46 -07:00
Kubernetes Prow Robot 6e79a96731
Merge pull request #32843 from Arhell/fix-path
[ja] fix wrong path
2022-04-11 06:22:06 -07:00
Wang feebdc06d0
[ja] Translate tasks/administer-cluster/migrating-from-dockershim into Japanese (#31322)
* new pr

* Update content/ja/docs/tasks/administer-cluster/migrating-from-dockershim/_index.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2022-04-10 23:24:05 -07:00
Wang eeaee1f058
[ja] Translate tasks/administer-cluster/kubeadm/configure-cgroup-driver into Japanese (#31222)
* done

* self review

* fix

* Update content/ja/docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2022-04-10 23:22:06 -07:00
Wang d62122cecb
[ja] Translate tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents into Japanese (#31304)
* done

* Update content/ja/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Update content/ja/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2022-04-10 23:16:06 -07:00
Arhell 0bb7611b6d [ja] fix wrong path 2022-04-10 09:26:33 +03:00
Arhell 69fd8c46ef [ja] update networking model link 2022-04-07 10:15:03 +03:00
Arhell 17f000b4f1 [ja] adding kube-proxy & update list 2022-04-06 11:07:46 +03:00
Kubernetes Prow Robot d442f4c89b
Merge pull request #32616 from 196Ikuchil/trans-controlling-access
[ja] Translate concepts/security/controlling-access/ into Japanese
2022-04-05 17:34:55 -07:00
196Ikuchil e80f838699
Update content/ja/docs/concepts/security/controlling-access.md
Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
2022-04-05 22:56:43 +09:00
196Ikuchil f741c87d1e
Update content/ja/docs/concepts/security/controlling-access.md
Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
2022-04-05 22:56:34 +09:00
196Ikuchil c649f235f8
Update content/ja/docs/concepts/security/controlling-access.md
Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
2022-04-05 22:56:23 +09:00
Kubernetes Prow Robot 72f115fbbd
Merge pull request #32731 from Arhell/fix-command
[ja] simplify commands
2022-04-04 08:06:11 -07:00
196Ikuchil 4d8a3381e5 fix:ja documentation 2022-04-04 21:27:33 +09:00
196Ikuchil 98f2561376 fix:add auditing section 2022-04-04 21:25:03 +09:00
196Ikuchil 31b82a7bd9 Update content/ja/docs/concepts/security/controlling-access.md
Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
2022-04-04 21:16:02 +09:00
196Ikuchil 2bee59baf6 Update content/ja/docs/concepts/security/controlling-access.md
Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
2022-04-04 21:16:02 +09:00
196Ikuchil bffd0b822a Update content/ja/docs/concepts/security/controlling-access.md
Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
2022-04-04 21:16:02 +09:00
196Ikuchil 1e1ab08a43 fix:delete localized image 2022-04-04 21:16:02 +09:00
196Ikuchil a3d98f8ed8 fix:change 制御 to コントロール 2022-04-04 21:16:02 +09:00
196Ikuchil b22c87c411 fix:change admission control to アドミッションコントロール 2022-04-04 21:16:02 +09:00
196Ikuchil 9fa798cd48 add:localize diagram 2022-04-04 21:16:02 +09:00
196Ikuchil b86b858735 fix:change がある to があります 2022-04-04 21:16:02 +09:00
196Ikuchil 5323c317e8 add:translate concepts/security/controlling-access.md 2022-04-04 21:16:02 +09:00
Kubernetes Prow Robot b3b7a184e0
Merge pull request #32698 from Arhell/add-link
[ja] add Kopf framework to list
2022-04-03 18:56:10 -07:00
Kubernetes Prow Robot fe8b412ee1
Merge pull request #31063 from KobayashiD27/translate-docs/architecture/gc
[ja] Translate docs/concepts/architecture/garbage-collection into Japanese
2022-04-02 20:14:09 -07:00
Arhell fe3ef9d9bf [ja] simplify commands 2022-04-03 00:51:32 +03:00
Kobayashi Daisuke caf4fd1c62
Update content/ja/docs/concepts/architecture/garbage-collection.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2022-04-01 15:40:41 +09:00
Kobayashi Daisuke 27456336a4
Update content/ja/docs/concepts/architecture/garbage-collection.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2022-04-01 15:40:35 +09:00
Kobayashi Daisuke 4e5265c6a6
Update content/ja/docs/concepts/architecture/garbage-collection.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2022-04-01 15:40:28 +09:00
Kobayashi Daisuke 3d73628432
Update content/ja/docs/concepts/architecture/garbage-collection.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2022-04-01 15:40:13 +09:00
Arhell aff60f44b4 [ja] add Kopf framework to list 2022-04-01 08:52:11 +03:00
Kobayashi Daisuke 020a6aa13a
Update content/ja/docs/concepts/services-networking/topology-aware-hints.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2022-04-01 14:36:55 +09:00
Kobayashi Daisuke a86a5c6511
Update content/ja/docs/concepts/services-networking/topology-aware-hints.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2022-04-01 14:36:48 +09:00
KobayashiD27 bbe4711b75 fix links and translations 2022-04-01 13:50:36 +09:00
Kobayashi Daisuke bdca2ccb0c
Update garbage-collection.md 2022-04-01 12:42:20 +09:00
196Ikuchil db65b54571 fix:weight & some links 2022-03-31 21:21:43 +09:00
Kobayashi Daisuke 184e0f7fb3
Update content/ja/docs/concepts/architecture/garbage-collection.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2022-03-31 11:05:41 +09:00
Kobayashi Daisuke e48418a83a
Update content/ja/docs/concepts/architecture/garbage-collection.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2022-03-31 11:05:36 +09:00