vaibhav
|
f4eace5b91
|
Update ja/docs/concepts/extend-kubernetes/extend-cluster.md
|
2021-04-14 10:29:08 +05:30 |
|
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 |
|