Commit Graph

1953 Commits (a5180ea3e1cb0db52ff3d9f1101a146a54522cd4)

Author SHA1 Message Date
vaibhav e24733c05a Update content/ja/docs/concepts/overview/components.md 2021-04-14 10:23:00 +05:30
TAKAHASHI Shuuji f83f87fe57 Delete unnecessary two files: search.md and sitemap.md 2021-04-11 14:20:56 +00:00
TAKAHASHI Shuuji 3ca6bc04ce Add workload.md to the reference/glossary directory 2021-04-11 14:18:39 +00:00
TAKAHASHI Shuuji 2b2a89cf47 Update the Japanese translation of the concepts/workloads/ 2021-04-11 14:18:39 +00:00
TAKAHASHI Shuuji 12883afcdf
Update the anchor text 2021-04-11 14:21:50 +09:00
TAKAHASHI Shuuji de812122a6 Translate contribute/new-content/overview into Japanese 2021-04-11 03:29:04 +00:00
TAKAHASHI Shuuji 28d522427a Translate _index.md into Japanese 2021-04-11 03:28:25 +00:00
TAKAHASHI Shuuji 1605036c40 Copy overview.md and _index.md for the translation 2021-04-10 10:40:25 +00:00
Soichiro KAWAMURA 0bfee99fa4
change links to ja pages 2021-04-09 19:57:57 +09:00
translucens 5db5305f5e
Update content/ja/docs/concepts/configuration/pod-priority-preemption.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-04-09 11:35:18 +09:00
Kubernetes Prow Robot 82ce01ad00
Merge pull request #27152 from Arhell/fix-indent
[ja] fix indent
2021-04-08 12:12:05 -07:00
Kubernetes Prow Robot 0538117f10
Merge pull request #27380 from yu-kasuya/fix26880
Fix content/ja/docs/concepts/scheduling-eviction/kube-scheduler.md
2021-04-08 12:08:03 -07:00
Kubernetes Prow Robot 4ac8d9785b
Merge pull request #26604 from KobayashiD27/translate-docs/contribute/participate
Translate docs/contribute/participate into Japanese
2021-04-08 12:08:03 -07:00
vaibhav 72a12351f2 Update content/ja/docs/concepts/services-networking/dual-stack.md 2021-04-08 13:15:50 +05:30
yu-kasuya e5278754ae
Update content/ja/docs/concepts/scheduling-eviction/kube-scheduler.md
Co-authored-by: makocchi <makocchi@gmail.com>
2021-04-08 12:43:51 +09:00
Kubernetes Prow Robot 6d252624b2
Merge pull request #27387 from Arhell/label
[ja] updated labels for cli command in the PHP Guestbook tutorial
2021-04-07 07:53:53 -07:00
Kubernetes Prow Robot d1c650d2a6
Merge pull request #27247 from Arhell/remove
[ja] remove command from output block
2021-04-07 07:51:54 -07:00
s-ito-ts 4119fcd608 Update ja/docs/concepts/scheduling-eviction/scheduler-perf-tuning.md 2021-04-07 08:51:48 +00:00
Kubernetes Prow Robot ed08bbfbb6
Merge pull request #27267 from arisgi/manage-resource-containers-1.19-ja
ja: Make docs/concepts/configuration/manage-resources-containers.md follow v1.19 of the original text
2021-04-07 01:29:53 -07:00
Kubernetes Prow Robot e6e597b2c4
Merge pull request #27378 from Arhell/fix-bind
[ja] fix bind-address on scheduler
2021-04-07 00:43:53 -07:00
Kubernetes Prow Robot 9f3f3cfcd8
Merge pull request #27399 from shuuji3/patch-4
Fix the position of the abbreviation text "CNCF" on the page /ja/docs/home/
2021-04-06 15:04:20 -07:00
Jin Hase ce2509a5ea
Update labels.md 2021-04-06 20:14:07 +09:00
Jin Hase 4aa5723cfc Update Japanese localization on concepts/overview/working-with-objects/labels.md 2021-04-06 20:09:28 +09:00
TAKAHASHI Shuuji eab8f5361c
Fix a typo 2021-04-06 18:19:45 +09:00
TAKAHASHI Shuuji 88275ce3fe
Fix wrong translations 2021-04-06 18:17:05 +09:00
Himanshu bbf394c010
Update _index.md 2021-04-06 10:21:40 +05:30
Kubernetes Prow Robot b4c10cf1eb
Merge pull request #27039 from RyuSA/ja-1.19-service
Update ja/docs/concepts/services-networking/service to v1.19
2021-04-05 18:55:32 -07:00
RyuSA d2e3851109
Update content/ja/docs/concepts/services-networking/service.md
Co-authored-by: atoato88 <akihito-inou@nec.com>
2021-04-05 23:03:57 +09:00
Justas fe9e5a80ad Fix label selector in Using Source IP tutorial
Before:
```sh
controlplane $ kubectl delete svc -l run=source-ip-app
No resources found
```
```sh
k get svc --show-labels
NAME           TYPE           CLUSTER-IP       EXTERNAL-IP   PORT(S)        AGE     LABELS
clusterip      ClusterIP      10.110.247.112   <none>        80/TCP         28m     app=source-ip-app
kubernetes     ClusterIP      10.96.0.1        <none>        443/TCP        49m     component=apiserver,provider=kubernetes
loadbalancer   LoadBalancer   10.111.123.206   <pending>     80:31111/TCP   9m59s   app=source-ip-app
nodeport       NodePort       10.108.129.31    <none>        80:32503/TCP   22m     app=source-ip-app
```
After:
```sh
controlplane $ kubectl delete svc -l app=source-ip-app
service "clusterip" deleted
service "loadbalancer" deleted
service "nodeport" deleted
```

Update source-ip.md

Update source-ip.md

Update source-ip.md
2021-04-04 20:52:13 +03:00
TAKAHASHI Shuuji 26338b84cc
Fix the position of the abbreviation text "CNCF" 2021-04-04 19:50:54 +09:00
Kubernetes Prow Robot 31270a1b19
Merge pull request #27156 from takaf04/dev-1.19-ja.1-container-lifecycle-hooks_2
update ja docs/concepts/containers/container-lifecycle-hooks.md v1.19
2021-04-03 18:10:12 -07:00
Arhell 5767f39fd1 [ja] updated labels for cli command in the PHP Guestbook tutorial 2021-04-03 02:20:18 +03:00
TAKAHASHI Shuuji e3d9f76bff Translate tutorials/clusters/apparmor into Japanese 2021-04-02 15:25:47 +00:00
TAKAHASHI Shuuji 5d0031cbdd Translate _index.md into Japanese 2021-04-02 15:25:47 +00:00
TAKAHASHI Shuuji 5401a7ae75 Copy files to translate into Japanese 2021-04-02 15:25:47 +00:00
Soichiro KAWAMURA a68cd7345f
fix anchor in URLs 2021-04-02 20:20:49 +09:00
YukiKasuya f8d72bb3b3 Fix content/ja/docs/concepts/scheduling-eviction/kube-scheduler.md 2021-04-02 12:39:18 +09:00
Arhell 89277ad575 [ja] fix bind-address on scheduler 2021-04-02 02:04:38 +03:00
takaf04 453736593b
Update content/ja/docs/concepts/containers/container-lifecycle-hooks.md
Co-authored-by: makocchi <makocchi@gmail.com>
2021-04-02 00:03:50 +09:00
Soichiro KAWAMURA 1a1cc25f15
add term ImplementationSpecific meaning 2021-04-01 22:28:42 +09:00
translucens 4f774e3175
Update content/ja/docs/concepts/services-networking/ingress.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-04-01 22:23:54 +09:00
Kubernetes Prow Robot 9f72dcd127
Merge pull request #27183 from KobayashiD27/update-concepts/extend-kubernetes/api-extension/custom-resources
ja: Make docs/concepts/extend-kubernetes/api-extension/custom-resources.md follow v1.19 of the original text
2021-03-31 02:36:58 -07:00
KobayashiD27 0565b3bca4 Fix the pointed out sentence 2021-03-31 12:16:08 +09:00
Kobayashi Daisuke fea85c8611
Update content/ja/docs/contribute/participate/_index.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-03-31 11:52:13 +09:00
Kobayashi Daisuke c8c2227d8c
Update content/ja/docs/contribute/participate/_index.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-03-31 11:52:08 +09:00
Kobayashi Daisuke a11be7c52d
Update content/ja/docs/contribute/participate/_index.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-03-31 11:52:02 +09:00
JIIOryo 9edbda7e81 Update: /ja/docs/concepts/storage/persistent-volumes.md 2021-03-31 09:44:55 +09:00
Soichiro KAWAMURA 8a5f21633d
ingress.md follows v1.19 2021-03-30 22:52:53 +09:00
s-ito-ts 2e75edcfdc Fixed broken links in ja/docs/tutorials/stateful-application/basic-stateful-set.md 2021-03-30 08:03:29 +00:00
rkgy 7ffeac6a58 modify: content/ja/docs/concepts/overview/working-with-objects/namespaces.md 2021-03-30 08:52:14 +09:00
JIIOryo 50d19e7d30 Update: ja/docs/concepts/scheduling-eviction/taint-and-toleration.md 2021-03-30 07:56:04 +09:00
Kubernetes Prow Robot 04cece56ae
Merge pull request #27049 from JIIOryo/26898
Update: ja/docs/concepts/workloads/controllers/deployment.md
2021-03-29 04:02:45 -07:00
Kubernetes Prow Robot e9dcfe9952
Merge pull request #27036 from rkmathi/patch-26858
Update ja/docs/concepts/cluster-administration/networking.md
2021-03-29 04:00:45 -07:00
arisgi 55d9b9d1ab ja: Make docs/concepts/configuration/manage-resources-containers.md follow v1.19 of the original text 2021-03-28 22:09:52 +09:00
Himanshu 645a98218b
updated_text 2021-03-27 23:20:40 +05:30
Arhell 79577607c8 remove command 2021-03-27 00:11:06 +02:00
Yuiko Mouri 50b14656e2 Replace redirect links and fix link to use localized page of reference/index 2021-03-26 16:28:46 +09:00
Ryo Nakao 88e88a4c83
Fix typo in Japanese doc 2021-03-26 10:59:18 +09:00
translucens 4538d24527
Apply suggestions from code review
Co-authored-by: Kei Ak <kakts.git@gmail.com>
2021-03-25 22:08:45 +09:00
Kobayashi Daisuke 24eba8b613
Update content/ja/docs/concepts/extend-kubernetes/api-extension/custom-resources.md
Co-authored-by: makocchi <makocchi@gmail.com>
2021-03-24 10:30:48 +09:00
KobayashiD27 d419e162ad ja: Make docs/concepts/extend-kubernetes/api-extension/custom-resources.md follow v1.19 of the original text 2021-03-24 10:10:26 +09:00
KobayashiD27 414584ba0c ja: Make docs/concepts/extend-kubernetes/_index.md follow v1.19 of the original text 2021-03-23 18:06:25 +09:00
Arhell f755079d15 [ja] fix column alignment 2021-03-23 00:22:35 +02:00
Ryuichi KAWAMATA 62e83f84a0 Update ja/docs/concepts/containers/_index.md 2021-03-21 22:39:06 +09:00
Takaaki Fujii 7cde096625 update container-lifecycle-hooks in ja 2021-03-21 16:45:47 +09:00
Arhell 15b5e44680 [ja] fix indent 2021-03-21 02:19:52 +02:00
Kubernetes Prow Robot 8b0ea3ef42
Merge pull request #27079 from s-kawamura-w664/update-26872
update ja/docs/concepts/overview/what-is-kubernetes.md
2021-03-18 04:11:19 -07:00
JIIOryo c565179b1c [ja] Add setHostnameAsFQDN field to dns-pod-service.md 2021-03-18 07:29:01 +09:00
Michael Nikitochkin e705244732 [ja] Update the examples with source code and sync with en version 2021-03-17 17:35:20 +00:00
Michael Nikitochkin 1df5ca8f51 Use apiversion networking.k8s.io/v1 for ingress for JA
There is a warning deprecation message for kubernetes v1.19:

```
Warning: networking.k8s.io/v1beta1 Ingress is deprecated in v1.19+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
```

Switched apiversion in the example to `networking.k8s.io/v1`
2021-03-17 17:35:20 +00:00
Kubernetes Prow Robot b9729f785c
Merge pull request #24224 from miry/update-ingress-example-with-new-api-ja
[ja] Use apiversion networking.k8s.io/v1 for ingress
2021-03-17 10:34:32 -07:00
Kubernetes Prow Robot d0bf292379
Merge pull request #26990 from shimodatkh/pod-lifecycle-update-1.18to1.19
[ja] Update docs/concepts/workloads/pods/pod-lifecycle.md 1.18 to 1.19
2021-03-17 10:05:57 -07:00
Kubernetes Prow Robot 6f503c98cc
Merge pull request #27063 from vaibhav2107/replace-link
Update the link
2021-03-17 10:05:57 -07:00
Kubernetes Prow Robot 3f5dfb6b9a
Merge pull request #26977 from kubernetes/backport
Delete some dirty code from several files in ja
2021-03-17 10:01:58 -07:00
Kubernetes Prow Robot b5bc2f0817
Merge pull request #27050 from JIIOryo/26901
[ja] Update: ja/docs/concepts/workloads/pods/init-containers.md
2021-03-17 09:51:58 -07:00
shimodatkh 035907a06d
Update content/ja/docs/concepts/workloads/pods/pod-lifecycle.md
Co-authored-by: bells17 <bells171@gmail.com>
2021-03-17 21:24:29 +09:00
Naoki Oketani 04c41cb89f apply suggestion 2021-03-17 20:27:58 +09:00
Naoki Oketani 4dcbe54fb6 apply suggestion 2021-03-17 20:26:20 +09:00
Kubernetes Prow Robot c38ea8fdd8
Merge pull request #27001 from KobayashiD27/update-docs/concepts/cluster-administration/_index
ja: Make docs/concepts/cluster-administration/ follow v1.19 of the original text
2021-03-17 02:10:57 -07:00
Kubernetes Prow Robot 136cc5ee0e
Merge pull request #26948 from KobayashiD27/update-architecture/controller
ja: Make docs/concepts/architecture/controller.md follow v1.19 of the original text
2021-03-17 02:08:57 -07:00
Kobayashi Daisuke 64b95a5255
Update content/ja/docs/concepts/architecture/controller.md
Co-authored-by: inductor(Kohei) <kela@inductor.me>
2021-03-17 16:54:41 +09:00
Kobayashi Daisuke 538a43689a
Update content/ja/docs/concepts/architecture/controller.md
Co-authored-by: inductor(Kohei) <kela@inductor.me>
2021-03-17 16:54:34 +09:00
KobayashiD27 0418941fb3 Change to make the text more natulal 2021-03-17 16:47:18 +09:00
Lapi 2627976c95
fix translation 2021-03-17 00:00:29 +09:00
Lapi eb02d49740
Make docs/contribute/_index.md follow v1.19 of the original text 2021-03-16 23:56:21 +09:00
s-kawamura-w664 c966085b81 update ja/docs/concepts/overview/what-is-kubernetes.md 2021-03-16 18:48:48 +09:00
Naoki Oketani ec5b641a38 Translate docs/tasks/configmap-secret/managing-secret-using-config-file/ into Japanese 2021-03-15 20:54:50 +09:00
Vaibhav Goel 6cb22c90a5
Update content/ja/docs/tasks/run-application/force-delete-stateful-set-pod.md
Co-authored-by: makocchi <makocchi@gmail.com>
2021-03-15 16:59:50 +05:30
vaibhav 402a2f9002 Update the link 2021-03-15 16:25:49 +05:30
katsuhisa91 57ade89fb0 [ja] Update docs/concepts/workloads/controllers/daemonset.md to follow v1.19 of the original text 2021-03-14 23:50:24 +09:00
JIIOryo 11b5df1932 Update: ja/docs/concepts/workloads/pods/init-containers.md 2021-03-14 21:27:15 +09:00
JIIOryo 12bc83471f Update: ja/docs/concepts/workloads/controllers/deployment.md 2021-03-14 20:46:21 +09:00
RyuSA b9c6c57377
Update content/ja/docs/concepts/services-networking/service.md
Pods to Pod
2021-03-14 12:43:06 +09:00
Genki Ogasawara 045265b044 modify: content/ja/docs/concepts/workloads/controllers/replicaset.md 2021-03-14 10:32:03 +09:00
Genki Ogasawara 2ce5be4377 modify: content/ja/docs/concepts/workloads/controllers/replicaset.md 2021-03-14 10:25:37 +09:00
Kubernetes Prow Robot ffd02da080
Merge pull request #27020 from CKchen0726/ja_user-guide-windows-containers
[ja] fix spelling mistake
2021-03-13 08:51:04 -08:00
RyuSA 745b68888d Update some links from en-page to ja-page 2021-03-13 23:02:03 +09:00
RyuSA 45793339dd bump docs up to v1.19
Update ja/docs/concepts/services-networking/service.md
2021-03-13 22:58:11 +09:00
Kubernetes Prow Robot f9025a7c4a
Merge pull request #27005 from dragoneena12/update-docs/home/_index.md
make docs/home/_index.md follow v1.19 of the original text
2021-03-13 03:31:03 -08:00
Kubernetes Prow Robot a3c287b6d0
Merge pull request #27000 from KobayashiD27/update-docs/concepts/architecture/nodes
ja:Make docs/concepts/architecture/nodes.md follow v1.19 of the original text
2021-03-13 03:25:04 -08:00
Kubernetes Prow Robot 8028d4ee1a
Merge pull request #26922 from oke-py/26911
Translate docs/tasks/configmap-secret/managing-secret-using-kubectl/ into Japanese
2021-03-13 03:21:04 -08:00
Kubernetes Prow Robot 6dff5ec1f3
Merge pull request #26674 from shuuji3/contribute/review/reviewing-prs
Translate contribute/review/reviewing-prs into Japanese
2021-03-13 03:19:04 -08:00
Kubernetes Prow Robot f2aa6904a9
Merge pull request #26782 from dragoneena12/horizontal-pod-autoscale-walkthrough-ja
Translate tasks/run-application/horizontal-pod-autoscale-walkthrough/ into Japanese
2021-03-13 03:17:05 -08:00
Ryuichi KAWAMATA fb40272991 Update ja/docs/concepts/cluster-administration/networking.md 2021-03-13 19:42:45 +09:00
Ryuichi KAWAMATA a34b9fc015 Remove content/ja/docs/concepts/cluster-administration/cloud-providers.md (#26857) 2021-03-13 17:08:54 +09:00
Yasuhisa Hayato e74dda6472 description of built-in node labels translate to Japanes
Removed individual links and replaced them with reference links to pages
2021-03-13 13:01:41 +09:00
Lapi ae80ffb29f
make docs/home/_index.md follow v1.19 of the original text 2021-03-11 20:48:05 +09:00
CKchen0726 df56f19051 fix spelling mistake in content/ja/***/user-guide-windows-containers.md 2021-03-11 11:14:48 +08:00
KobayashiD27 1fbbac1888 ja: Make docs/concepts/cluster-administration follow v1.19 of the original text 2021-03-11 12:09:25 +09:00
KobayashiD27 91e45afd0d ja:Make ja/docs/concepts/architecture/nodes.md follow v1.19 of the original text 2021-03-11 11:34:07 +09:00
shimodatkh 84c530bffb [ja] Update docs/concepts/workloads/pods/pod-lifecycle.md to 1.19 2021-03-10 11:28:32 +00:00
s-kawamura-w664 56fa6f6211 delete some dirty code from several files in ja 2021-03-10 02:42:38 +00:00
s-kawamura-w664 52315175f1 delete some dirty code from several files in ja 2021-03-09 05:27:29 +00:00
Lapi 94eca67736
Update content/ja/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md
Co-authored-by: Kei Ak <kakts.git@gmail.com>
2021-03-09 13:49:43 +09:00
Lapi b4c11fecce
Update content/ja/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md
Co-authored-by: Kei Ak <kakts.git@gmail.com>
2021-03-09 13:48:44 +09:00
KobayashiD27 02b50e1a33 ja: Make docs/concepts/architecture/controller.md follow v1.19 of the original text 2021-03-09 10:01:15 +09:00
Kubernetes Prow Robot f70878a5ea
Merge pull request #26582 from ishii1648/bugfix/source-ip-for-services-with-type-loadbalancer
Fix the translation about Source IP for Services with Type=LoadBalancer
2021-03-08 00:11:48 -08:00
Kubernetes Prow Robot 9107a720dc
Merge pull request #26432 from npu21/container_ja
[ja] fix an invalid url
2021-03-08 00:07:44 -08:00
Soichiro KAWAMURA ce4d342369
add Japanese translation of pod-priority-preemption.md 2021-03-08 00:13:24 +09:00
Naoki Oketani 3d384aca2d Translate docs/tasks/configmap-secret/managing-secret-using-kubectl/ into Japanese 2021-03-06 18:30:21 +09: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
TAKAHASHI Shuuji b349b61088
Fix a typo 2021-03-04 19:21:36 +09:00
TAKAHASHI Shuuji d7ea10e92c
Add a missing translation 2021-03-04 19:19:25 +09: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
Lapi d62fa45625
fix translation 2021-03-01 21:33:25 +09:00
Lapi 88fd85e27f
translate horizontal-pod-autoscale-walkthrough into ja 2021-03-01 21:32:04 +09:00
ishii1648 94f6f4945e Fix the translation about Source IP for Services with Type=LoadBalancer
Signed-off-by: ishii1648 <ishiisho0509@gmail.com>
2021-02-28 15:22:13 +09:00
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 30107b7b4c
Merge pull request #26490 from task4233/add-ja-reference-tools
ja: Make docs/reference/tools.md referencing en/docs/reference/tools.md
2021-02-25 06:51: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
TAKAHASHI Shuuji a12e551005 Translate en/docs/contribute/review/reviewing-prs into Japanese. 2021-02-23 15:07:22 +09: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
Michael Nikitochkin 872e88625d
[ja] Update the examples with source code and sync with en version 2021-02-20 00:02:59 +01:00
Michael Nikitochkin 6ea8ce102c
Use apiversion networking.k8s.io/v1 for ingress for JA
There is a warning deprecation message for kubernetes v1.19:

```
Warning: networking.k8s.io/v1beta1 Ingress is deprecated in v1.19+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
```

Switched apiversion in the example to `networking.k8s.io/v1`
2021-02-19 23:47:44 +01:00
Kobayashi fd116f4187 Delete unnecessary " 。". 2021-02-19 14:21:26 +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
Kobayashi 99c69c1bcc Translate docs/contribute/participate/ into Japanese. 2021-02-18 16:36:03 +09: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
RyuSA 5d5b49c8a8 Update `ja/networking.md`
Add url fragment
2021-02-17 23:14:34 +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
Kobayashi 29520dbf08 Copy file "docs/contribute/perticipate/_index.md" to translate 2021-02-17 17:34:57 +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
Kazuki Suda d71ec88c5c
ja: Fix the translation about nodeSelectorTerms of Node affinity 2021-02-17 12:48:23 +09: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
task4233 5b83d03add
Update content/ja/docs/reference/tools.md
Co-authored-by: Kei Ak <kakts.git@gmail.com>
2021-02-16 23:43:15 +09:00
task4233 7bea1dba77
Update content/ja/docs/reference/tools.md
Co-authored-by: Kei Ak <kakts.git@gmail.com>
2021-02-16 23:42:56 +09: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
m3y 70c0b5cbe0 Reflects differences from the original 2021-02-16 01:45:16 +09:00
butterv a9508411f5 ja: Make docs/setup/production-environment/turnkey/gce.md follow v1.18 of the original text 2021-02-16 01:42:45 +09:00
arisgi 12d82890d7 ja: Make docs/setup/production-environment/tools/kubeadm/high-availability.md follow v1.18 of the original text 2021-02-16 00:46:34 +09:00
Takayoshi Tanaka eabb2018bf Remove four files to follow the original. 2021-02-15 23:54:39 +09:00
Takayoshi Tanaka 9ac8b38115 Update docs/setup/production-environment/windows/intro-windows-in-kubernetes.md. 2021-02-15 23:50:51 +09:00
inductor(Kohei) b3d69ac0e1
Update content/ja/docs/setup/learning-environment/minikube.md 2021-02-15 21:03:14 +09:00
task4233 99d13e920c ja: Make docs/setup/production-environment/windows/user-guide-windows-containhers.md follow v1.18 of the original text 2021-02-14 20:15:51 +09:00
mox692 61e7cf5fc4 delete /ja/docs/tasks/tools/install-kubectl/ 2021-02-14 17:49:30 +09:00
task4233 deabf8430a ja: Make docs/reference/tools.md referencing en/docs/reference/tools.md 2021-02-13 17:49:25 +09:00
Zhang Yong c1cc1e6b06 fix an invalid url 2021-02-09 10:38:40 +08:00
Kubernetes Prow Robot 65b1475044
Merge pull request #26268 from hokkai7go/hokkai7go-patch-1
fix typo of MTU
2021-02-01 04:15:49 -08:00
Kubernetes Prow Robot 2527359c13
Merge pull request #25827 from ryicoh/ja-25826
[ja] new file: memory-constraint-namespace.md
2021-02-01 04:15:49 -08:00
Kubernetes Prow Robot 6a7c617a0a
Merge pull request #25633 from kosehy/ja-25192
ja: Translate reference/command-line-tools-reference/kubelet-authentication-authorization.md into Japanese
2021-02-01 04:13:49 -08:00
Arhell bcd2f0ec2a [ja] fix ttlafterfinished.md link 2021-01-29 01:21:31 +02:00
Yutaro Sugai c5de914cbd
fix typo of MTU 2021-01-28 11:54:17 +09:00
Arhell 74d0035e3c [ja] update feature-gates 2021-01-26 00:22:43 +02:00
hasheddan bf6dbd4c3f
Fix links to flexVolume documentation
A few links to the flexVolume documentation do not resolve correctly due
to case sensitivity in the page anchor. This updates those links to
resolve to the correct section of the volumes doc.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
2021-01-23 08:45:26 -06:00
Arhell ae7ebe7792 [ja] upgrade cfssl installations 2021-01-21 00:55:28 +02:00
Ryuichiroh Ikeuchi 32e9186fd8
Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-01-19 12:54:44 +09:00
Ryuichiroh Ikeuchi 8bc44fa6e1
Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-01-19 12:54:33 +09:00
Ryuichiroh Ikeuchi d2d1248dc9
Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-01-19 12:54:23 +09:00
Ryuichiroh Ikeuchi 712694865d
Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-01-19 12:54:12 +09:00
Ryuichiroh Ikeuchi e5f09ba8cd
Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-01-19 12:53:59 +09:00
Ryuichiroh Ikeuchi 4e9e61ddd7
Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-01-19 12:53:46 +09:00
Ryuichiroh Ikeuchi 5b9eaf5623
Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-01-19 12:53:33 +09:00
Ryuichiroh Ikeuchi ff8a41b302
Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-01-19 12:53:21 +09:00
Ryuichiroh Ikeuchi eb788d0964
Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-01-19 12:53:10 +09:00
Ryuichiroh Ikeuchi ea822c29aa
Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-01-19 12:52:59 +09:00
Ryuichiroh Ikeuchi 91af908261
Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-01-19 12:52:46 +09:00
Ryuichiroh Ikeuchi 214740d14a
Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-01-19 12:52:36 +09:00
Ryuichiroh Ikeuchi 57a7a9ab81
Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-01-19 12:52:25 +09:00
Ryuichiroh Ikeuchi 20142e2b31
Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-01-19 12:52:14 +09:00
Ryuichiroh Ikeuchi d4452c25ed
Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-01-19 12:51:59 +09:00
Ryuichiroh Ikeuchi 1b5a7e0561
Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-01-19 12:51:12 +09:00
Ryuichiroh Ikeuchi fe6fe85dbc
Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-01-19 12:51:00 +09:00
Ryuichiroh Ikeuchi 0440f3c0f9
Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-01-19 12:50:51 +09:00
Ryuichiroh Ikeuchi 0a6fa5d137
Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-01-19 12:50:37 +09:00
Ryuichiroh Ikeuchi a1be937428
Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-01-19 12:50:24 +09:00
Ryuichiroh Ikeuchi 62d607b8e1
Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-01-19 12:50:03 +09:00
Ryuichiroh Ikeuchi 6cde1b4a79
Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-01-19 12:49:53 +09:00
Ryuichiroh Ikeuchi bbad30174b
Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-01-19 12:49:46 +09:00
Ryuichiroh Ikeuchi 447d69d2c1
Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-01-19 12:49:40 +09:00
Ryuichiroh Ikeuchi 2d832a7b90
Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-01-19 12:49:34 +09:00
Ryuichiroh Ikeuchi 8835ad4b7e
Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-01-19 12:49:27 +09:00
Ryuichiroh Ikeuchi d78a000b98
Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-01-19 12:49:19 +09:00
Ryuichiroh Ikeuchi ed5895073c
Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-01-19 12:49:12 +09:00
Ryuichiroh Ikeuchi d8f38a2e1a
Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-01-19 12:49:05 +09:00
Ryuichiroh Ikeuchi a12da52b4d
Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-01-19 12:48:55 +09:00
Kubernetes Prow Robot 2883813d1b
Merge pull request #25588 from takaf04/dev-1.18-ja.2_deployment_pr
Update ja: docs/concepts/workloads/controllers/deployment.md
2021-01-18 05:35:46 -08:00
Kubernetes Prow Robot 69c8f161cc
Merge pull request #26000 from hikkie3110/fix-25205_2
update nodes.md for v1.18
2021-01-18 05:25:44 -08:00
Kubernetes Prow Robot 37f82ce9cd
Merge pull request #25975 from jiroshin/patch-2
fix typo in Japanese document
2021-01-18 05:15:43 -08:00
Kubernetes Prow Robot 20ec2265fe
Merge pull request #25684 from shu-mutou/remove-basic-auth
Remove Static Password File section
2021-01-17 20:55:43 -08:00
outofmem0ry f4f2c74db9 Fix containerd config instructions
modified:   content/en/docs/setup/production-environment/container-runtimes.md
	modified:   content/ko/docs/setup/production-environment/container-runtimes.md
	modified:   content/zh/docs/setup/production-environment/container-runtimes.md
	modified:   content/id/docs/setup/production-environment/container-runtimes.md
	modified:   content/ja/docs/setup/production-environment/container-runtimes.md
	modified:   content/zh/docs/setup/production-environment/container-runtimes.md

modified:   content/id/docs/setup/production-environment/container-runtimes.md
modified:   content/ja/docs/setup/production-environment/container-runtimes.md
modified:   content/zh/docs/setup/production-environment/container-runtimes.md
2021-01-13 11:53:49 -08:00
kosehy@gmail.com 49860c5a3d Translate this doc into Japanese
Update content/ja/docs/reference/command-line-tools-reference/kubelet-authentication-authorization.md

applied kakts' feedback
applied nasa9084's feedback

Co-authored-by: kakts, nasa9084
2021-01-12 21:24:58 +09:00
Kubernetes Prow Robot 16b0f46744
Merge pull request #26010 from hase1128/manage-resources-containers
Update Japanese localization on concepts/configuration/manage-resourc…
2021-01-12 00:08:25 -08:00
Kubernetes Prow Robot 0f7be508fc
Merge pull request #25183 from lethe2211/reference/kubectl/jsonpath
Translate reference/kubectl/jsonpath/ into Japanese
2021-01-10 06:27:06 -08:00
HIGASHI Taiju df5edcf028 fix typo 2021-01-08 14:56:24 +09:00
Jin Hase f3b849cdde Update Japanese localization on concepts/configuration/manage-resources-containers.md 2021-01-08 14:38:27 +09:00
hikkie3110 a9afaba52c update nodes.md for v1.18 2021-01-08 00:34:50 +09:00
Shinjiro Sugita bf4c9676ea
fix typo
L460: fix「ボリュームを追加するため、Podの定義の`.spec.volumes[]`以下をを書き換えます」→ 「ボリュームを追加するため、Podの定義の`.spec.volumes[]`以下を書き換えます」
2021-01-06 12:25:02 +09:00
takaf04 ab34737c85
fix #link in deployment.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2020-12-30 11:23:37 +09:00
ryicoh d02c270142 refs: https://github.com/kubernetes/website/pull/25827#discussion_r549204180 2020-12-28 14:14:11 +09:00
ryicoh e4efeae4b8 [ja] new file: memory-constraint-namespace.md 2020-12-28 02:53:13 +09:00
Kubernetes Prow Robot 9e62add444
Merge pull request #25347 from KobayashiD27/update-setup-containerruntime
ja: Make docs/setup/production-environment/container-runtimes.md follow v1.18 of the original text
2020-12-17 08:55:09 -08:00
Shu Muto 817cfb9f41
Remove Static Password File section
Due to removed on v1.19, remove Static Password File section from docs/reference/access-authn-authz/authentication.md
2020-12-17 17:49:49 +09:00
Kobayashi b6a658f907 Remove unnecessary spaces between Japanese and English. 2020-12-17 10:04:24 +09:00
Takaaki Fujii ff960d0f94 updated deployment.md in ja 2020-12-13 18:29:59 +09:00
Kubernetes Prow Robot 25542c7986
Merge pull request #25268 from KobayashiD27/update-version-skew-policy
ja: Make docs/setup/release/version-skew-policy.md follow v1.18 of the original text
2020-12-10 06:46:13 -08:00
Kobayashi Daisuke 7843284ce6
Update content/ja/docs/setup/release/version-skew-policy.md
Co-authored-by: makocchi <makocchi@gmail.com>
2020-12-09 09:43:24 +09:00
Kobayashi Daisuke 012fcb0d00
Update content/ja/docs/setup/release/version-skew-policy.md
Co-authored-by: makocchi <makocchi@gmail.com>
2020-12-09 09:43:15 +09:00
Kobayashi Daisuke 0ccba5500a
Update content/ja/docs/setup/release/version-skew-policy.md
Co-authored-by: Keita Akutsu <kakts.git@gmail.com>
2020-12-07 09:13:53 +09:00
Kobayashi Daisuke 7797d998fa
Update content/ja/docs/setup/release/version-skew-policy.md
Co-authored-by: Keita Akutsu <kakts.git@gmail.com>
2020-12-04 15:06:29 +09:00
Kubernetes Prow Robot 5b365505f2
Merge pull request #25279 from movingfinger/translate-25213
Update the outdated file ja/docs/home/supported-doc-versions.md
2020-12-03 21:29:26 -08:00
akitok b6440dec18
Update content/ja/docs/reference/kubectl/cheatsheet.md
Co-authored-by: Keita Akutsu <kakts.git@gmail.com>
2020-12-03 18:31:47 +09:00
Kobayashi 7c357277f6 ja: Make docs/setup/production-environment/container-runtimes.md follow v1.18 of the original text 2020-12-02 17:19:12 +09:00
Kubernetes Prow Robot 7dc04b488c
Merge pull request #25198 from bl-ue/bl-ue/fix-broken-link
Fix broken link
2020-11-30 08:26:50 -08:00
Akito Kobayashi 3d83f8ba99 Make docs/reference/kubectl/cheatsheet.md follow v1.18 of the original text 2020-11-30 23:06:27 +09:00
zamataku 4bd1802005 Update Chained selectors shell command
Let me propose change to follow the English version.
79c1ab1fd2/content/en/docs/concepts/overview/working-with-objects/field-selectors.md (L46)
2020-11-30 15:56:30 +09:00
arisgi b715350b9a ja: Make docs/tutorials/kubernetes-basics/explore/explore-intro.html follow v1.18 of the original text 2020-11-29 23:51:05 +09:00
lethe2211 1050eea844 Fix Japanese translation of a note in reference/kubectl/jsonpath 2020-11-28 11:14:25 +09:00
lethe2211 ad6896c1c0 Fix Japanese translation of "Interpreted" in reference/kubectl/jsonpath 2020-11-28 11:08:05 +09:00
lethe2211 96ca298120 Fix Japanese translation of "Use" in reference/kubectl/jsonpath 2020-11-28 11:03:32 +09:00
lethe2211 147a071b5d Fix Japanese translation of "curly braces" in reference/kubectl/jsonpath 2020-11-28 11:01:03 +09:00
movingfinger f899d4d4b7 fix typo 2020-11-28 00:21:39 +09:00
Kubernetes Prow Robot e1aae1e6cc
Merge pull request #25264 from KobayashiD27/update-glossary-apiserver
ja: Make docs/reference/glossary/kube-apiserver.md follow v1.18 of the original text
2020-11-27 06:06:48 -08:00
movingfinger b6b7ff96f3 update ja/docs/home/supported-doc-versions.md 2020-11-27 21:57:02 +09:00
masanetes 805d0d8f7b fix typo 2020-11-27 21:56:44 +09:00
Kobayashi 04e2ba4a60 Update full link 2020-11-27 19:01:41 +09:00
Kobayashi 5657e5f0c6 Update docs/setup/release/version-skew-policy.md 2020-11-27 16:07:32 +09:00
movingfinger 4548ceb833 update ja/docs/_index.md 2020-11-26 18:23:20 +09:00
lethe2211 2081989d3f Fix the case of kubectl in the beginning of sentences 2020-11-24 22:00:39 +09:00
lethe2211 8e9b1564a9 Translate a table heading in reference/kubectl/jsonpath/ into Japanese 2020-11-24 21:46:58 +09:00
bl-ue d38bbe24ee Fix broken link
In content/{en, ja, ko, zh}/docs/setup/production-environment/windows/user-guide-windows-containers.md:

    https://gist.github.com/{wagnerandrade => 19WAS85}/5424431
2020-11-23 16:02:21 -05:00
lethe2211 332beb7054 Translate reference/kubectl/jsonpath/ into Japanese 2020-11-23 16:37:05 +09:00
mkontani c2a33c3403 fix dex/kubernetes link 2020-11-19 18:09:22 +00:00
bassaer 8ae0b72e59 remove conflict marker 2020-11-18 01:44:42 +09:00
translucens d53952b961
Apply suggestions from code review
Co-authored-by: bells17 <bells171@gmail.com>
Co-authored-by: Keita Akutsu <kakts.git@gmail.com>
2020-11-15 12:52:43 +09:00
Koki SAITO ff350996d2 delete conflict message 2020-11-13 18:40:38 +09:00
ken_tunc 1b90c79223
Update ingress-controllers.md 2020-11-13 01:05:08 +09:00
translucens 7bd6c3f53e
Update content/ja/docs/concepts/security/pod-security-standards.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-11-12 00:16:25 +09:00
Soichiro KAWAMURA 8dc5b5ed9c
add ja translation of concepts/security/pod-security-standards.md 2020-11-10 00:42:41 +09:00
Kubernetes Prow Robot 7485a48ae6
Merge pull request #23142 from nishipy/issue23120
Translate concepts/cluster-administration/cloud-providers/ into Japanese
2020-11-05 21:20:50 -08:00
nishipy 20e450f515
Update content/ja/docs/concepts/cluster-administration/cloud-providers.md
Co-authored-by: bells17 <bells171@gmail.com>
2020-11-06 13:16:50 +09:00
Tim Hockin 7e7423a474 Make trivial non-en changes for KEP 1659
There are still some non-trivial changes that will need help.

English was https://github.com/kubernetes/website/pull/24783
2020-11-05 16:54:01 -08:00
Kubernetes Prow Robot 34d211884c
Merge pull request #23235 from shuuji3/concepts/services-networking/network-policies
Translate concepts/services-networking/network-policies into Japanese
2020-11-05 06:45:05 -08:00
inductor 28f1091c76 upadte branch name 2020-11-05 22:54:59 +09:00
Kubernetes Prow Robot 8298b7ae19
Merge pull request #24869 from kubernetes/dev-1.18-ja.1
First Japanese l10n work for release-1.18
2020-11-05 05:50:54 -08:00
Kubernetes Prow Robot c5903c9335
Merge pull request #23355 from shuuji3/concepts/services-networking/endpoint-slices
Translate concepts/services-networking/endpoint-slices into Japanese
2020-11-05 03:58:55 -08:00
Shuzo Kato 76b032875c fix mistranslation
Co-authored-by: Keita Akutsu <kakts.git@gmail.com>
2020-11-04 11:49:06 +09:00
Shuzo Kato c760bb6c5a replace パラメータ with パラメーター 2020-11-04 11:49:02 +09:00
Shuzo Kato 56b56b8798 Apply suggestions from code review
Co-authored-by: inductor(Kohei) <kela@inductor.me>
2020-11-04 11:47:51 +09:00
Shuzo Kato fd5bb7209c fix typo 2020-11-04 11:47:21 +09:00
Shuzo Kato 21f64826d0 Update persistent-volumes.md 2020-11-04 11:47:20 +09:00
hikkie3110 7c49ba346e Update content/ja/docs/concepts/workloads/controllers/deployment.md
Co-authored-by: Keita Akutsu <kakts.git@gmail.com>
2020-11-04 11:47:20 +09:00
hikkie3110 5c684ec1e1 update deployment.md for v1.18 2020-11-04 11:47:20 +09:00
hikkie3110 65a5b9cb41 update deployment.md for v1.18 2020-11-04 11:47:20 +09:00
hikkie3110 6006c3f39b Update content/ja/docs/tasks/access-application-cluster/web-ui-dashboard.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2020-11-04 11:47:19 +09:00
hikkie3110 c025fe137c Update content/ja/docs/tasks/access-application-cluster/web-ui-dashboard.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2020-11-04 11:47:19 +09:00
hikkie3110 dd5d8157de Update content/ja/docs/tasks/access-application-cluster/web-ui-dashboard.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2020-11-04 11:47:19 +09:00
hikkie3110 bab4ede89e update web-ui-dashboard.md for v1.18 2020-11-04 11:47:19 +09:00
Shuzo Kato 35f9316649 Apply suggestions from code review
Co-authored-by: inductor(Kohei) <kela@inductor.me>
2020-11-04 11:47:18 +09:00
Shuzo Kato 90fafa3a13 Update content/ja/docs/concepts/extend-kubernetes/extend-cluster.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2020-11-04 11:47:18 +09:00