Commit Graph

148 Commits (33d1ee9401a50657b51b66c01deff43b00b3c71a)

Author SHA1 Message Date
OneSazae 6d1916678c
[ja] Translated content/ja/docs/tasks/configure-pod-container/migrate-from-psp.md (#48969)
* [ja] Translated content/ja/docs/tasks/configure-pod-container/migrate-from-psp.md

This commit contains several experimental translation for following words:

Validating Admission Controller: (Pod)検証型のアドミッションコントローラー
Mutating Admission Controller: (Pod)改変型のアドミッションコントローラー
Admission controller is mutating: アドミッションコントローラーがPodを改変する
Pod Security Standard: Podセキュリティ基準 (a modification proposal for 「Podセキュリティの標準」)

Note: These words are not officially authorized by any active committers and localization team members.
If these proposal should not be accepted, these words may be simply rewritten in alphabet or カタカナ語 (IMO).

Further discussion needed.

* Update content/ja/docs/tasks/configure-pod-container/migrate-from-psp.md

remove reviewer fields

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

* Fixed typo on content/ja/docs/tasks/configure-pod-container/migrate-from-psp.md

* Updated content/ja/docs/tasks/configure-pod-container/migrate-from-psp.md

To meet the newline rule on translation style guide (https://kubernetes.io/ja/docs/contribute/localization/#style-guide).
For exception, markdown list or numbered list begining with `-` or `N.` are ignored to apply the newline rule.

* [ja] Removed experimental translation for admission controler terms in migrate-from-psp.md, fixed format.

Updated content/ja/docs/tasks/configure-pod-container/migrate-from-psp.md:

* to replace `(改変型|検証型)アドミッションコントローラー` with `(Validating|Mutating) Admission Controller`.
* to replace the word `改変` with `変更` to naturally follow the changes above.
* to fix the markdown format to suite the translation style guide.

The removed trial translations of Admission Controller-related terms may be discussed again.
So these proposals are not required for the purpose of the PR, they are removed.

* [ja] fixed translation variation in notion in migrate-from-psp.md: Pod Security level

The variaty of translation for `Pod Security level` is eliminated and it is unified to
`Podセキュリティの水準`.

* Apply suggestions from code review

Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* Eliminate the style guide violation suggested on the review

* Rewrite `Podセキュリティ基準` with `Podセキュリティ標準`

* Update content/ja/docs/tasks/configure-pod-container/migrate-from-psp.md

Replace `PodSecurityアドミッションコントローラー` with `Podセキュリティ...`

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

* Update migrate-from-psp.md: Replace `WebHook` with `Webhook`

* Update migrate-from-psp.md: add missing `。` to obey the translation style guide

* Update migrate-from-psp.md: Replace `PodSecurityアドミッションコントローラー` with `Podセキュリティアドミッションコントローラー`

---------

Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2025-01-26 18:59:23 -08:00
OneSazae 223fa83950
[ja] Translate resize-container-resources.md into Japanese (#48921)
* [ja] Translate docs/tasks/configure-pod-container/resize-container-resources.md into Japanese

* Update content/ja/docs/tasks/configure-pod-container/resize-container-resources.md

fixed uncertain description

Co-authored-by: bells17 <bells171@gmail.com>

* Update content/ja/docs/tasks/configure-pod-container/resize-container-resources.md

added newline to meet style guide (https://kubernetes.io/ja/docs/contribute/localization/#style-guide)

Co-authored-by: bells17 <bells171@gmail.com>

* added newline characters to content/ja/docs/tasks/configure-pod-container/resize-container-resources.md

To meet the translation style guide (https://kubernetes.io/ja/docs/contribute/localization/#style-guide)

* added a missing newline characters to content/ja/docs/tasks/configure-pod-container/resize-container-resources.md

To meet the translation style guide (https://kubernetes.io/ja/docs/contribute/localization/#style-guide)

---------

Co-authored-by: bells17 <bells171@gmail.com>
2024-12-22 10:46:10 +01:00
Yoshiya Maki 44ae71497c
[ja] Translate docs/tasks/configure-pod-container/pull-image-private-registry.md (#48966)
* [ja] Translate docs/tasks/configure-pod-container/pull-image-private-registry.md

* [ja] Apply suggestions from PR review
2024-12-13 16:24:26 +01:00
Arhell fb49b3e738 [ja] Changed the command for Attaching to the shell container 2024-10-13 00:22:53 +03:00
mochizuki875 2b7ce285e4 Add a statement regarding ReadinessProbe manual run 2024-09-18 04:22:51 +00:00
Shingo Omura 0e3bb4b8e6
[ja] updated content/ja/docs/tasks/configure-pod-container/security-context.md
- updated "Efficient SELinux volume relabeling" section
- added "Managing access to the `/proc` filesystem" section
- added "fine-grained SupplementalGroups control" section
- added "Set the AppArmor Profile for a Container" section
- s|ユーザ|ユーザー|g
- s|ユーザー/グループ|ユーザー、グループ|
- removed unnecessary space
- applied suggestions from code review

Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>
Co-authored-by: Taisuke Okamoto <34154552+b1gb4by@users.noreply.github.com>
2024-08-15 13:02:54 +09:00
Hiroyuki Hasebe 3f15b44846
[ja] Translate content/ja/docs/tasks/configure-pod-container/configure-gmsa.md (#46535)
* [ja] Translate content/ja/docs/tasks/configure-pod-container/configure-gmsa.md

* Reflecting Feedback
2024-05-28 03:53:37 -07:00
James Spurin e316c6c770 ja equivalent for pr 45837 2024-04-13 20:05:19 +01:00
Junya Okabe 233cb0e4d9
[ja] Translate `content/en/docs/tasks/configure-pod-container/configure-pod-initialization.md` into Japanese (#44759)
* feat: translate content/en/docs/tasks/configure-pod-container/configure-pod-initialization.md

* update: L28

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

* update: internal link

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

---------

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>
2024-03-27 07:38:54 -07:00
Arhell e7342d65bd [ja] Remove hostPort field from the liveness probe examples to align with Kubernetes best practices 2024-03-20 00:14:38 +02:00
Kubernetes Prow Robot 74fbf7d782
Merge pull request #42974 from Arhell/ja-upd
[ja] Update configure-pod-configmap.md
2023-10-01 06:49:57 -07:00
Andrey Goran ff1985d92e
[ja] replaced {{< codenew ... >}} with {{% codenew ... %}} (#42211)
* JA localization: replaced {{< codenew ... >}} with {{% codenew ... %}} in all files

* JA localization: replaced {{< codenew ... >}} with {{% codenew ... %}} in all files
2023-09-17 09:28:15 -07:00
Arhell f459aea1ff [ja] Update configure-pod-configmap.md 2023-09-10 03:32:56 +03:00
s-kawamura-w664 1fdaa7b469 [ja] update page weights in /tasks 2023-04-05 13:21:19 +09:00
Arhell 1d0a0b77da [ja] Change shell to console for code snippet 2023-03-11 14:27:32 +02:00
Toshiaki Inukai e14d2871c3 [ja] Set heading IDs in daemonset.md and assign-pods-nodes.md 2023-02-16 02:05:09 +00:00
Tim Bannister 71bfd89b92
Replace k8s.gcr.io with registry.k8s.io 2023-02-03 15:59:01 +00:00
Soh Takada 7c3562b9cd
Update content/ja/docs/tasks/configure-pod-container/security-context.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2022-12-29 15:13:22 +09:00
FeLvi-zzz 5afcad13a1 modify ja/docs/tasks/configure-pod-container/security-context.md 2022-12-24 14:09:20 +09:00
FeLvi-zzz 27616c057d [ja] add tasks/configure-pod-container/security-context.md 2022-12-18 21:59:07 +09:00
syuparn d9cb7a7868 [ja] add startupProbe successThreshold limitation 2022-11-30 08:47:47 +09:00
Arhell 0d04f09e9f [ja] Update command addition and removal static pods 2022-09-11 10:58:19 +03:00
Arhell 533a2197fa [ja] updated configure-liveness-readiness-startup-probes.md 2022-05-22 03:16:45 +03:00
Shivam Singhal 736c1e6d74 [ja] Fix broken links due to using githubbranch param 2022-02-22 11:43:24 +02:00
riita10069 82a201cf3f replace link to en 2022-01-01 01:42:28 +09:00
Jihoon Seo 7c256aa07e [ja] Remove exec permission on markdown files 2021-06-22 18:22:52 +09:00
YukiKasuya 746fa8c1f7 delete some lines 2020-11-04 11:38:27 +09:00
YukiKasuya c7c7461d94 Update ja/docs/tasks/configure-pod-container/assign-cpu-resource.md 2020-11-04 11:38:27 +09:00
YukiKasuya 40e06dcd41 Update ja/docs/tasks/configure-pod-container/assign-memory-resource.md 2020-11-04 11:38:21 +09:00
TAKAHASHI Shuuji 32a72991f7 Make docs/tasks/configure-pod-container/_index.md follow v1.18 of the original text 2020-11-04 11:37:36 +09:00
Shuzo Kato 3d0034f42c Update attach-handler-lifecycle-event.md 2020-11-04 11:37:26 +09:00
Shuzo Kato 495415c3f3 Update configure-pod-configmap.md 2020-11-04 11:37:26 +09:00
Shuzo Kato 4343035a91 Update quality-service-pod.md 2020-11-04 11:37:21 +09:00
tkms0106 ac62dadf5b Update content/ja/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md
to follow v1.18 of the original (English) text
2020-11-04 11:37:20 +09:00
Kubernetes Prow Robot 1ee37f7d67
Merge pull request #23218 from shuuji3/tasks/configure-pod-container/static-pod
Translate tasks/configure-pod-container/static-pod into Japanese
2020-08-23 09:33:40 -07:00
Kubernetes Prow Robot d8746d8d19
Merge pull request #23176 from shuuji3/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity
Translate tasks/configure-pod-container/assign-pods-nodes-using-node-affinity into Japanese
2020-08-23 09:31:40 -07:00
TAKAHASHI Shuuji 4bd57c7042 Translate tasks/configure-pod-container/static-pod into Japanese. 2020-08-18 10:52:08 +09:00
TAKAHASHI Shuuji f28cae995f Copy tasks/configure-pod-container/static-pod.md and glossary word files from en/ directory. 2020-08-18 10:10:52 +09:00
TAKAHASHI Shuuji 006a5825e9 Translate tasks/configure-pod-container/assign-pods-nodes-using-node-affinity into Japanese. 2020-08-16 05:01:25 +09:00
TAKAHASHI Shuuji 8b2772760a Copy tasks/configure-pod-container/assign-pods-nodes-using-node-affinity from en/ directory. 2020-08-16 02:45:11 +09:00
M. Habib Rosyad 31d3d215e6
relocate 'qosClass' under 'status' in examples 2020-08-11 16:55:30 +07:00
Kubernetes Prow Robot 4fb83b8be0
Merge pull request #22696 from shuuji3/tasks/configure-pod-container/extended-resource
Translate tasks/configure-pod-container/extended-resource into Japanese
2020-07-29 18:16:04 -07:00
TAKAHASHI Shuuji c989af577a Fix links to Japanese docs. 2020-07-28 19:47:37 +09:00
TAKAHASHI Shuuji 3983508231 Change 'dongle' to 'ドングル'. 2020-07-28 19:47:36 +09:00
Kubernetes Prow Robot dc90225ada
Merge pull request #22111 from shuuji3/fix-markdown-format
Fix Markdown syntax, rewrite some kanji to hiragana, and several minor errors
2020-07-27 23:17:08 -07:00
TAKAHASHI Shuuji 0de2cecac3
Update content/ja/docs/tasks/configure-pod-container/assign-pods-nodes.md
Co-authored-by: Naoki Oketani <okepy.naoki@gmail.com>
2020-07-25 21:45:48 +09:00
TAKAHASHI Shuuji 667b5599be
Update content/ja/docs/tasks/configure-pod-container/assign-pods-nodes.md
Co-authored-by: inductor(Kohei) <kela@inductor.me>
2020-07-25 21:45:39 +09:00
TAKAHASHI Shuuji ebc0bd0669 Translate tasks/configure-pod-container/assign-pods-nodes into Japanese. 2020-07-25 01:37:52 +09:00
TAKAHASHI Shuuji c0ef787f41 Copy tasks/configure-pod-container/assign-pods-nodes.md from en/ directory. 2020-07-25 01:10:29 +09:00
TAKAHASHI Shuuji 1cf5310415 Translate tasks/configure-pod-container/extended-resource into Japanese. 2020-07-24 18:49:45 +09:00