Commit Graph

132 Commits (8a3518bee692dd644dca2ce6bedbbf7ee7a8a7ef)

Author SHA1 Message Date
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
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 6ce75f23af [ja] update chart link 2022-08-19 00:24:59 +03:00
Arhell 736d71a18f [ja] modify the link about debug-application 2022-05-14 00:53:52 +03:00
Shivam Singhal 736c1e6d74 [ja] Fix broken links due to using githubbranch param 2022-02-22 11:43:24 +02:00
Kubernetes Prow Robot 624ebf19f5
Merge pull request #31160 from riita10069/ja-fix-link
Replace all inappropriate links to English pages in Japanese documentation.
2022-01-20 02:43:52 -08:00
Kubernetes Prow Robot 31b90c5180
Merge pull request #30452 from fenggw-fnst/cleanup-ja
[ja] Remove ^H character
2022-01-13 01:24:30 -08:00
riita10069 82a201cf3f replace link to en 2022-01-01 01:42:28 +09:00
Arhell 2a1ba00aa7 [ja] update apparmor.md 2021-11-18 02:39:08 +02:00
Guangwen Feng 0ffe9f327b [ja] Remove ^H character
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
2021-11-12 11:40:56 +08:00
Riita 03c87a4746
Update guestbook.md 2021-10-08 17:48:40 +09:00
Arhell d113a7066f [ja] Add seccomp tutorial to index 2021-09-30 00:20:11 +03:00
Arhell 3d3db5a49c [ja] Updating --cascade=false to --cascade=orphan 2021-08-31 00:15:14 +03:00
Mengjiao Liu 723cb63929 [ja] Fix link for debian-base 2021-07-23 10:13:08 +08:00
Jihoon Seo 7c256aa07e [ja] Remove exec permission on markdown files 2021-06-22 18:22:52 +09:00
Kubernetes Prow Robot 2de5a5b6d0
Merge pull request #27950 from Arhell/fix-version
[ja] Update HAProxy Protocol Link
2021-06-04 05:11:26 -07:00
inductor(Kohei) 496bccbe4f
Merge branch 'master' into dev-1.19-ja.1 2021-05-26 13:43:10 +09:00
Arhell e3c8fb1313 [ja] fix invalid location 2021-05-13 00:34:06 +03:00
Arhell 0e8b3e4aa8 [ja] Update HAProxy Protocol Link 2021-05-12 00:43:17 +03:00
Kubernetes Prow Robot fe490032c2
Merge pull request #27384 from shuuji3/tutorials/clusters/apparmor
Translate tutorials/clusters/apparmor into Japanese
2021-04-20 01:54:33 -07:00
TAKAHASHI Shuuji c1026c7bd6 Add an anthor link to basic-stateful-set 2021-04-16 14:25:02 +00: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
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
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
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
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
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
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
mox692 61e7cf5fc4 delete /ja/docs/tasks/tools/install-kubectl/ 2021-02-14 17:49: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
hikkie3110 ace9f7b0ed update cassandra.md for v1.18 2020-11-04 11:45:22 +09:00
hikkie3110 55393e833f update cassandra.md for v1.18 2020-11-04 11:45:22 +09:00
YukiKasuya 79afbcf5cc Update ja/docs/tutorials/stateless-application/expose-external-ip-address.md 2020-11-04 11:38:37 +09:00
YukiKasuya f3ee0dd2a7 Update ja/docs/tutorials/stateless-application/expose-external-ip-address.md 2020-11-04 11:38:36 +09:00
yu-kasuya 83558be8ad Apply suggestions from code review
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2020-11-04 11:38:35 +09:00
yu-kasuya b403d06cc8 Apply suggestions from code review
Co-authored-by: Naoki Oketani <okepy.naoki@gmail.com>
2020-11-04 11:38:34 +09:00
YukiKasuya fa4854c55e Update ja/docs/tutorials/hello-minikube.md 2020-11-04 11:38:34 +09:00
YukiKasuya 8ca15fb3e7 Update ja/docs/tutorials/hello-minikube.md 2020-11-04 11:38:34 +09:00
YukiKasuya 9a91829a86 Update ja/docs/tutorials/hello-minikube.md 2020-11-04 11:38:34 +09:00
Jin Hase 320648440e Update Japanese localization on tutorials/stateful-application/mysql-wordpress-persistent-volume.md 2020-11-04 11:37:36 +09:00
YukiKasuya 60ba9f697d Update ja/docs/tutorials/kubernetes-basics/create-cluster/cluster-interactive.html 2020-11-04 11:37:33 +09:00
YukiKasuya 64813947bd Update ja/docs/tutorials/kubernetes-basics/deploy-app/deploy-interactive.html 2020-11-04 11:37:32 +09:00
YukiKasuya a17f9d843b Update ja/docs/tutorials/services/source-ip.md 2020-11-04 11:37:30 +09:00
YukiKasuya e7c156a4ff Update ja/docs/tutorials/kubernetes-basics/expose/expose-intro.html 2020-11-04 11:37:29 +09:00
YukiKasuya b03e68d000 Update ja/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html 2020-11-04 11:37:29 +09:00
YukiKasuya 4d361be2b0 Update ja/docs/tutorials/kubernetes-basics/scale/scale-intro.html 2020-11-04 11:37:28 +09:00