Commit Graph

440 Commits

Author SHA1 Message Date
yayoimizuha cdb1a9c174
Update content/ja/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
2023-02-26 11:06:46 +09:00
yayoimizuha 28963c634e
Update content/ja/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
2023-02-26 11:06:38 +09:00
yayoimizuha 7bc3d62860
Update content/ja/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
2023-02-26 11:06:20 +09:00
yayoimizuha 2ff785dfa4
[ja] Update install-kubeadm.md
In Japanese page,it says old method  ```curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -``` .
But,recent versions of Ubuntu,they shows warning about apt-key add .  
and I also see English page, it says newer method.
so I copied English page's code and translate some comments in Japanese.
2023-02-19 02:19:11 +09:00
Kubernetes Prow Robot 3fe4ea312e
Merge pull request #39275 from grainrigi/ja-container-runtime
[ja] Update container-runtimes.md and related links
2023-02-16 02:15:38 -08:00
grainrigi 714ac3a67b [ja] Update container-runtimes.md and related links 2023-02-14 09:59:38 +09:00
Tim Bannister 71bfd89b92
Replace k8s.gcr.io with registry.k8s.io 2023-02-03 15:59:01 +00:00
m0riiiii 3265cba3a4
Modify kube-scheduler/controller-manager port in jp doc
The ports for kube-scheduler and kube-controller-manager built with kubeadm are different from the doc.
I think https://kubernetes.io/docs/reference/networking/ports-and-protocols/ is correct, so I have modified it to match.
2023-01-31 11:32:09 +09:00
Kubernetes Prow Robot 7904eafcea
Merge pull request #38928 from Arhell/ja-fix-link
[ja] Fix broken link on Creating a cluster with kubeadm pag
2023-01-18 06:06:34 -08:00
Kubernetes Prow Robot 6fdc0779e9
Merge pull request #38708 from grainrigi/patch-1
[ja] Remove instruction to use iptables-legacy
2023-01-18 06:04:34 -08:00
Arhell d788e4d548 [ja] Fix broken link on Creating a cluster with kubeadm pag 2023-01-15 00:29:10 +02: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
Hiroyuki Hasebe 7dc00f36fd
[ja] Translate content/ja/docs/setup/production-environment/tools/kubespray.md into Japanese (#38634)
* [ja] Translate kubespray.md

* [ja] Translate kubespray.md

* Reflects the content of the latest English version

* Update content/ja/docs/setup/production-environment/tools/kubespray.md

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

* Update content/ja/docs/setup/production-environment/tools/kubespray.md

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

* Update content/ja/docs/setup/production-environment/tools/kubespray.md

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

* Update content/ja/docs/setup/production-environment/tools/kubespray.md

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

* Update content/ja/docs/setup/production-environment/tools/kubespray.md

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

* Update content/ja/docs/setup/production-environment/tools/kubespray.md

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

* Update content/ja/docs/setup/production-environment/tools/kubespray.md

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

* Update content/ja/docs/setup/production-environment/tools/kubespray.md

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

* Update content/ja/docs/setup/production-environment/tools/kubespray.md

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

* Update content/ja/docs/setup/production-environment/tools/kubespray.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>
2023-01-10 20:43:20 -08:00
grainrigi 0140099063
[ja] Remove instruction to use iptables-legacy
As reverted in 8830000, switching to iptables-legacy is no longer required.
2022-12-31 16:36:31 +09:00
Kubernetes Prow Robot e41dfd76f1
Merge pull request #38395 from windsonsea/nodecoy
[ja] sync node-conformance.md
2022-12-13 06:17:35 -08:00
Michael 23b206f6fe [ja] sync node-conformance.md 2022-12-13 10:45:54 +08:00
Kubernetes Prow Robot b98eea5a66
Merge pull request #38043 from s-kawamura-w664/update_container
[ja] fix the translation of the word container.
2022-12-12 06:33:35 -08: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
s-kawamura-w664 3e01c05594 [ja] fix the translation of the word container. 2022-11-24 11:01:47 +00:00
Arhell bb9b7cf931 [ja] remove unused repo gpgkey for yum repo 2022-11-04 00:28:29 +02:00
Arhell 22b178abcf [ja] fix typo 2022-08-26 11:14:15 +03: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
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
ayatk ad92908054 [ja] Fix links in release versioning 2022-07-13 15:17:05 +00:00
Arhell 8585a3e22f [ja] update regular cadence link (version-skew-policy.md) 2022-06-12 00:34:03 +03:00
Arhell 8862f113e3 [ja] replace Go Doc URL with pkg.go.dev 2022-05-06 00:41:31 +03: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
Arhell 0bb7611b6d [ja] fix wrong path 2022-04-10 09:26:33 +03:00
Kubernetes Prow Robot bdf7852856
Merge pull request #31689 from Arhell/certificate
[ja] kube-etcd certificate requires additional SAN's
2022-03-21 06:13:22 -07:00
Shivam Singhal 736c1e6d74 [ja] Fix broken links due to using githubbranch param 2022-02-22 11:43:24 +02:00
Arhell 8b234f8db0 [ja] kube-etcd certificate requires additional SAN's 2022-02-11 00:35:54 +02:00
Josh Berkus 730b9b09e9 Fix link to dev@kubernetes mailing list
Signed-off-by: Josh Berkus <josh@agliodbs.com>
2022-01-13 17:45:04 -08:00
Ryota Yamada 2f511e498a
Merge branch 'main' into ja-fix-link 2022-01-03 23:22:49 +09:00
Kubernetes Prow Robot 0a474e749a
Merge pull request #30451 from nuka137/pr-1
[ja] Translate setup/best-practices/cluster-large/ into Japanese
2022-01-02 01:22:51 -08:00
riita10069 82a201cf3f replace link to en 2022-01-01 01:42:28 +09:00
Arhell 9a7eaf771a [ja] updated circtl version 2021-12-09 00:28:21 +02:00
Atsushi Nukariya 42917dcd5b
Update content/ja/docs/setup/best-practices/cluster-large.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-12-07 06:26:35 +09:00
Atsushi Nukariya 1eabc66c8f
Update content/ja/docs/setup/best-practices/cluster-large.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-12-06 17:03:26 +09:00
Atsushi Nukariya 74cf4ccb13
Apply suggestions from code review
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-12-06 07:05:33 +09:00
Atsushi Nukariya b1c4618fbd Address review's comment 2021-12-06 07:03:41 +09:00
Atsushi Nukariya d2c1939fce
Apply suggestions from code review
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-12-04 10:09:16 +09:00
Atsushi Nukariya a64b2c1b3f Address review's comment 2021-11-30 08:12:46 +09:00
Atsushi Nukariya 61b6871ed4 [ja] Translate setup/best-practices/cluster-large/ into Japanese 2021-11-12 11:09:20 +09:00
Arhell 38cae7e7e8 [ja] fixed broken link in intro-windows-in-kubernetes.md 2021-11-04 01:42:48 +02:00
Kubernetes Prow Robot c2f0ae3f05
Merge pull request #29646 from Arhell/env
[ja] kubeadm-install: include env variable for ARCH
2021-09-09 01:40:10 -07:00
Arhell 7b43cfc83d [ja] kubeadm-install: include env variable for ARCH 2021-09-09 01:07:41 +03:00
Ye Shu 826fb8dc90
Change reference to kubeadm-stacked-color.png
Since the image is now moved to this repo, I'm changing all
references to the image to have them point to the local one.
2021-09-08 10:35:23 -04:00
Arhell 234fa360ba [ja] Update default node pod limits for large cluster 2021-08-28 12:41:22 +03:00
able.lv 875cb1a3d7 fix typos ja 2021-07-20 23:27:07 +08:00
Kubernetes Prow Robot 020dbf091f
Merge pull request #28665 from ariesliuwei/arieslw
modify spelling mistakes in user guide
2021-07-14 08:54:27 -07:00
liuwei10 3ccaf3a0b7 modify spelling mistakes in user guide 2021-06-28 17:10:37 +08:00
Jihoon Seo 7c256aa07e [ja] Remove exec permission on markdown files 2021-06-22 18:22:52 +09:00
Arhell ffab78891c [ja] Fix static pod manifests generation 2021-06-20 15:08:24 +03:00
Kubernetes Prow Robot 4943d46433
Merge pull request #28362 from Arhell/upd
[ja] Update kops versioned download URLs
2021-06-16 17:12:19 -07:00
Arhell 1f1d15f4d0 [ja] fix broken link to Ansible in kubespray.md 2021-06-12 01:57:55 +03:00
Arhell df1aa0728b [ja] Update kops versioned download URLs 2021-06-11 03:18:07 +03:00
Arhell 89277ad575 [ja] fix bind-address on scheduler 2021-04-02 02:04:38 +03:00
CKchen0726 df56f19051 fix spelling mistake in content/ja/***/user-guide-windows-containers.md 2021-03-11 11:14:48 +08:00
Kubernetes Prow Robot b43aafe2ae
Merge pull request #26817 from kubernetes/dev-1.18-ja.2
Second Japanese l10n work for release-1.18
2021-03-04 17:58:21 -08:00
Kubernetes Prow Robot 29b492b524
Merge pull request #26763 from yoichiro0217/issue-26513
ja: Make docs/setup/production-environment/tools/kubeadm/self-hosting.md follow v1.18 of the original text #26513
2021-03-03 05:05:21 -08:00
yoinakag 2321a465cc 翻訳スタイルガイド方針に則る微修正 2021-03-03 18:48:27 +09:00
Kubernetes Prow Robot 7f725ae935
Merge pull request #26558 from AnguillaJaponica/troubleshooting-kubeadm-1.18-ja
Update docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm.md to follow v1.18 of the original text
2021-03-01 20:37:21 -08:00
AnguillaJaponica ab646c8eba translate troubleshooting-kubeadm-1.18-ja 2021-03-01 22:12:52 +09:00
yoinakag af8b86e701 文言微修正 2021-02-28 13:59:56 +09:00
yoinakag 660c251ff7 issue-26513応 2021-02-28 13:43:08 +09:00
Kubernetes Prow Robot a46c896e28
Merge pull request #26637 from tettsu/fix/setup-aws
ja: Make docs/setup/production-environment/turnkey/aws.md follow v1.18 of the original text
2021-02-27 00:00:39 -08:00
machida tetsuro 8b046d0f7d Fixed the usage of "-" to match the original 2021-02-27 16:41:14 +09:00
Kubernetes Prow Robot d35b1eb093
Merge pull request #26560 from butterv/setup-kubespray-1.18-ja
Update docs/setup/production-environment/tools/kubespray.md to follow v1.18 of the original text
2021-02-25 08:59:25 -08:00
Kubernetes Prow Robot f6d72fe163
Merge pull request #26557 from butterv/setup-gce-1.18-ja
Update docs/setup/production-environment/turnkey/gce.md to follow v1.18 of the original text
2021-02-25 08:57:26 -08:00
Kubernetes Prow Robot ded90a1ddd
Merge pull request #26550 from tanaka-takayoshi/patch-26521
Update docs/setup/production-environment/windows/intro-windows-in-kubernetes.md
2021-02-25 08:55:25 -08:00
tanaka_733 43280664fc
Update content/ja/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md
Co-authored-by: makocchi <makocchi@gmail.com>
2021-02-26 00:17:13 +09:00
Kubernetes Prow Robot 166348b411
Merge pull request #26561 from butterv/remove-clc-ja
Remove docs/setup/production-environment/turnkey/clc.md to follow v1.18 of the original text
2021-02-25 07:15:25 -08:00
Kubernetes Prow Robot f4e3964c02
Merge pull request #26592 from kennygt51/26512
Update docs/setup/production-environment/tools/kubeadm/kubelet-integr…
2021-02-25 06:13:24 -08:00
Kubernetes Prow Robot b993d8d901
Merge pull request #26634 from an-0305/dev-1.18-ja.2-26514
Update docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm.md to follow v1.18 of the original text
2021-02-25 06:11:25 -08:00
Kubernetes Prow Robot 26e74d68b4
Merge pull request #26571 from RyuSA/ja-1.18-fix-createclusterkubeadm
Update `ja/create-cluster-kubeadm.md`
2021-02-23 05:48:04 -08:00
Kubernetes Prow Robot d83cc55f5a
Merge pull request #26655 from mwu966/issue-26505
ja: Update docs/setup/production-environment/on-premises-vm/cloudstack.md follow v1.18 of the original text
2021-02-21 07:01:42 -08:00
Colloid ce649efef7 ja: Update docs/setup/production-environment/on-premises-vm/cloudstack.md 2021-02-21 19:32:21 +09:00
machida tetsuro 648832467e Modify the Japanese document according to #26517 2021-02-20 17:56:11 +09:00
akari nakamura 3c9bc027c8 update document 2021-02-20 11:56:37 +09:00
RyuSA ebd929c498
Update content/ja/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-02-19 08:39:03 +09:00
Kubernetes Prow Robot 89a8523980
Merge pull request #26579 from JIIOryo/26509
Update: docs/setup/production-environment/tools/kubeadm/ha-topology.md
2021-02-18 08:34:51 -08:00
Kubernetes Prow Robot a6a70006c7
Merge pull request #26555 from m3y/dev-1.18-ja.2
Reflects differences from the original (#26506)
2021-02-18 02:42:51 -08:00
Satoshi Inoue c4601234ec
Update content/ja/docs/setup/production-environment/turnkey/gce.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-02-18 13:56:03 +09:00
Satoshi Inoue 5c727d6901
Update content/ja/docs/setup/production-environment/turnkey/gce.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-02-18 13:55:53 +09:00
Satoshi Inoue 26384e3331
Update content/ja/docs/setup/production-environment/turnkey/gce.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-02-18 13:55:39 +09:00
JIIOryo 8d61d01068 Update: docs/setup/production-environment/tools/kubeadm/ha-topology.md 2021-02-17 23:09:42 +09:00
Kubernetes Prow Robot ae3b26ad7f
Merge pull request #26553 from arisgi/kubeadm-high-availability-1.18-ja
ja: Make docs/setup/production-environment/tools/kubeadm/high-availability.md follow v1.18 of the original text
2021-02-17 05:57:06 -08:00
JIIOryo 1685bc33db Update: docs/setup/production-environment/tools/kubeadm/ha-topology.md 2021-02-17 22:52:47 +09:00
arisgi 3a38a24097 Remove unnecessary space 2021-02-17 22:31:57 +09:00
kennygt51 fa808a2019 Update docs/setup/production-environment/tools/kubeadm/kubelet-integration.md 2021-02-17 19:12:27 +09:00
Kubernetes Prow Robot 35eedb602d
Merge pull request #26559 from butterv/setup-icp-1.18-ja
Update docs/setup/production-environment/turnkey/icp.md to follow v1.18 of the original text
2021-02-17 00:21:06 -08:00
Kubernetes Prow Robot daa80a4bc6
Merge pull request #26552 from tanaka-takayoshi/patch-26526
Remove four files to follow the original.
2021-02-17 00:15:06 -08:00
Takayoshi Tanaka e6744d392c Fix typo. 2021-02-17 10:39:27 +09:00
Takayoshi Tanaka 56c6f4845d Improve phrases. 2021-02-17 09:44:08 +09:00
Kubernetes Prow Robot f40f464f5a
Merge pull request #26495 from mox692/fix/link
[ja] removed install-minikube.md
2021-02-16 15:37:06 -08:00
RyuSA 6f99b6b065 Update `ja/create-cluster-kubeadm.md`
following v1.18 of the original text
2021-02-16 19:20:43 +09:00
JIIOryo 248f0bdd97 Update: docs/setup/production-environment/tools/kubeadm/ha-topology.md 2021-02-16 10:21:29 +09:00
butterv c191850106 ja: Make docs/setup/production-environment/tools/kubespray.md follow v1.18 of the original text 2021-02-16 03:32:56 +09:00
butterv cd173526d2 ja: Make docs/setup/production-environment/turnkey/clc.md follow v1.18 of the original text 2021-02-16 03:01:18 +09:00
butterv 860bef874f ja: Make docs/setup/production-environment/turnkey/icp.md follow v1.18 of the original text 2021-02-16 02:22:46 +09:00