Commit Graph

339 Commits (41e3265567703641eb9c7494818133898cb4c3e5)

Author SHA1 Message Date
Kubernetes Prow Robot cd2f0e6e05
Merge pull request #27863 from pjhwa/outdated02-27764
[ko] Update outdated files in dev-1.21-ko.2 (p2)
2021-05-06 05:33:16 -07:00
Jihoon Seo f4981f1ad6 [ko] Update outdated files in dev-1.21-ko.2 (p1) 2021-05-04 19:31:04 +09:00
Jerry Park a80c2fc05f [ko] Update outdated files in dev-1.21-ko.2 (p2) 2021-05-04 18:35:22 +09:00
Jihoon Seo f174e793e9 [ko] Fix wrong custom heading ID 2021-05-03 18:44:25 +09:00
Kwang Hun 27e7aace35
Update managing-tls-in-a-cluster.md
fix typo
2021-05-02 20:04:04 +09:00
Kubernetes Prow Robot d84c67a3ec
Merge pull request #27548 from jihoon-seo/210414-Update-outdated-files-of-dev-1.20-ko.7
[ko] Update outdated files in dev-1.21-ko.1 (p2)
2021-04-27 03:29:37 -07:00
Kubernetes Prow Robot 4203b524b8
Merge pull request #27589 from pjhwa/outdated1-27490
[ko] Update outdated files in dev-1.21-ko.1 (p5)
2021-04-26 18:27:04 -07:00
Jerry Park 6338d1b811 [ko] Update outdated files in dev-1.21-ko.1 (p5) 2021-04-27 06:44:15 +09:00
Jihoon Seo 6a38fb4f2d [ko] Update outdated files in dev-1.21-ko.1 (p2) 2021-04-26 10:05:31 +09:00
Kubernetes Prow Robot d9136417cd
Merge pull request #27608 from jihoon-seo/210419_Update_outdated_files_in_dev-1.21-ko.1_p6
[ko] Update outdated files in dev-1.21-ko.1 (p6)
2021-04-22 19:24:02 -07:00
Kubernetes Prow Robot fa03770588
Merge pull request #27576 from jihoon-seo/210416_Update_outdated_files_in_dev-1.21-ko.1_p4
[ko] Update outdated files in dev-1.21-ko.1 (p4)
2021-04-21 19:19:44 -07:00
Jihoon Seo 9ae0f93af1 [ko] Update outdated files in dev-1.21-ko.1 (p4) 2021-04-22 10:00:38 +09:00
Kubernetes Prow Robot b073f3ee73
Merge pull request #27530 from jihoon-seo/210413-Update-outdated-files-of-dev-1.20-ko.7
[ko] Update outdated files in dev-1.21-ko.1 branch (p1)
2021-04-21 03:52:10 -07:00
Jihoon Seo ef35a91437 [ko] Update outdated files in dev-1.21-ko.1 (p6) 2021-04-20 11:46:36 +09:00
Jihoon Seo 5f306a0d34 [ko] Update outdated files in dev-1.21-ko.1 branch 2021-04-20 11:11:40 +09:00
Kubernetes Prow Robot c74981b0d4
Merge pull request #27520 from gyunnkim/gyunnkim/listall/v0.1
[ko] Translate tasks/access-application-cluster/list-all-running-container
2021-04-19 19:10:32 -07:00
gyunnkim 1aad050bab Translate tasks/access-application-cluster/list-all-running-container-images in Korean
1st review reflected

some parts below prerequistes modified

2nd review reflected

'in a Cluster' part modified

gitignore file restored

final review reflected

Final review reflected and error modified

Jsonpath modified
2021-04-19 21:52:58 +09:00
Jihoon Seo fd7a2cb5bc [ko] Update outdated files in dev-1.21-ko.1 (p3) 2021-04-14 19:29:17 +09:00
joostas 47691b509c [ko] Fix label selector in "kubectl for Docker Users"
Before:
```sh
kubectl get po -l run=nginx-app
No resources found in default namespace.
```
Because:
```sh
kubectl get po --show-labels
NAME                         READY   STATUS    RESTARTS   AGE   LABELS
nginx-app-58cfd4c468-jx6qp   1/1     Running   0          17m   app=nginx-app,pod-template-hash=58cfd4c468
```
After:
```sh
kubectl get po -l app=nginx-app
NAME                         READY   STATUS    RESTARTS   AGE
nginx-app-58cfd4c468-jx6qp   1/1     Running   0          18m
```
2021-04-13 17:47:15 +03:00
Jihoon Seo 280496cd6d [ko] Translate generate-ref-docs (partial) 2021-04-13 13:42:51 +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
Kubernetes Prow Robot 029d2f6ed8
Merge pull request #27374 from kubernetes/dev-1.20-ko.7
[ko] Seventh Korean l10n work for release-1.20
2021-04-01 16:40:11 -07:00
seokho-son cf780b6545 Resolve conflicts on dev-1.20-ko.7 branch 2021-04-02 00:18:10 +09:00
Kubernetes Prow Robot 2047c9bd7f
Merge pull request #27196 from ysyukr/dev-1.20-ko.7-outdated-part-1
[ko] Update to Outdated files in the dev-1.20-ko.7 (p1)
2021-04-01 07:03:22 -07:00
Kubernetes Prow Robot fb5f0b7a93
Merge pull request #27219 from jmyung/jesang/tls/v0.1
[ko] Translate tasks/tls/managing-tls-in-a-cluster.md in Korean
2021-04-01 07:01:21 -07:00
jmyung e172a7e264 translate Manage TLS Certificates in a Cluster in Korean 2021-04-01 22:11:29 +09:00
Yuk, Yongsu b59a32dfbc Update to Outdated files in the dev-1.20-ko.7 branch part. 1. 2021-04-01 21:34:26 +09:00
Kubernetes Prow Robot 0da4bfb533
Merge pull request #27251 from seokho-son/sync-1.20-ko.7
[ko] Update outdated files in dev-1.20-ko.7 (p2)
2021-03-31 16:59:21 -07:00
seokho-son 39c82936d9 Update outdated files in dev-1.20-ko.7 (p2) 2021-03-31 02:27:44 +09:00
Kubernetes Prow Robot c4f5dc94e4
Merge pull request #27135 from santachopa/translate-volumn-plugin
[ko] Translate reference/glossary/volume-plugin.md in Korean
2021-03-29 19:11:56 -07:00
santachopa 1b1382bd12 Translate reference/glossary/volume-plugin.md in Korean 2021-03-29 11:20:48 +09:00
Jihoon Seo ab8b27fd6e [ko] Enhance consistency of Korean translation 2021-03-29 10:11:35 +09:00
Giyoon Park f2657734f8
ko: fix typo in content/ko/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md
This PR fixes typo
2021-03-24 23:20:01 +09:00
Kubernetes Prow Robot 00d5073abf
Merge pull request #27173 from s-kawamura-w664/patch-ko
delete a illegal code in ko/docs.
2021-03-23 18:16:05 -07:00
s-kawamura-w664 9d18f320ee delete a illegal code in ko. 2021-03-23 09:15:28 +09:00
Kenichi Omichi 7e171dfcbe ko: Replace redirect links of kubeadm
/docs/reference/setup-tools/kubeadm/kubeadm/ is redirected to
/docs/reference/setup-tools/kubeadm/
This replaces the redirect links of kubeadm with the direct links.

NOTE: The pull request for `en` language has been already merged as https://github.com/kubernetes/website/pull/26919
2021-03-22 21:13:45 +00:00
Jihoon Seo 918ac7ecae [ko] Update link href to translated page 2021-03-22 11:10:09 +09:00
Kubernetes Prow Robot 8c837edc4b
Merge pull request #27133 from kubernetes/dev-1.20-ko.6
[ko] Sixth Korean l10n work for release-1.20
2021-03-19 05:02:33 -07:00
Kubernetes Prow Robot 94e3f1775a
Merge pull request #26949 from jihoon-seo/210308-Update-outdated-files-in-dev-1.20-ko.6
[ko] Update outdated files in dev-1.20-ko.6 (p2)
2021-03-18 07:03:19 -07:00
mengjiao.liu 1aa40b810e [ko] update volume rdb `Rados Block Device` link 2021-03-18 10:35:18 +08:00
Kubernetes Prow Robot 98a1647ff6
Merge pull request #26964 from seokho-son/outdated-1.20-ko.6
[ko] Update outdated files in dev-1.20-ko.6 (p1)
2021-03-16 21:02:56 -07:00
Jihoon Seo 814b9f92cc [ko] Update outdated files in dev-1.20-ko.6 (p2) 2021-03-17 11:20:09 +09:00
santachopa 40a5b3b9a5 Translate reference/glossary/persistent-volumn-claim.md in Korean 2021-03-17 08:39:25 +09:00
seokho-son 32f22e68fd Update outdated files in dev-1.20-ko.6 (p1) 2021-03-09 11:58:06 +09:00
Jihoon Seo c148e61ba8 Reflect some changes to dev-1.20-ko.6 2021-03-08 17:33:18 +09:00
Kubernetes Prow Robot fa7ece8903
Merge pull request #26837 from kubernetes/dev-1.20-ko.5
[ko] Fifth Korean l10n work for release-1.20
2021-03-04 21:58:22 -08:00
Kubernetes Prow Robot ffeaf39228
Merge pull request #26691 from seokho-son/outdated-1.20-ko.5
ko: update outdated files in dev-1.20-ko.5 (1)
2021-03-04 03:24:09 -08:00
Kubernetes Prow Robot 6c6a9a7376
Merge pull request #26670 from rura6502/patch-1
fix typo
2021-03-03 22:58:00 -08:00
seokho-son 9cc8d0d329 Update outdated files in dev-1.20-ko.5 (1) 2021-03-04 15:30:35 +09:00
Kubernetes Prow Robot 84e2d5ea10
Merge pull request #26468 from magmax/fix-code
fix cronjob code for examples
2021-03-03 18:15:59 -08:00
Kubernetes Prow Robot 41045558f0
Merge pull request #26667 from pjhwa/translate-26666
Translate setup/production-environment/tools/kubeadm/install-kubeadm.…
2021-03-03 17:01:59 -08:00
Jerry Park 5f4d941549 Translate setup/production-environment/tools/kubeadm/install-kubeadm.md into Korean 2021-03-04 09:14:37 +09:00
Kubernetes Prow Robot e2672da6b6
Merge pull request #26647 from pjhwa/outdated2-26620
Update outdated files in dev-1.20-ko.5 (2)
2021-03-01 17:19:22 -08:00
Yong Zhang e2ba3a895c
fix an invalid url (#26433) 2021-03-01 06:57:25 -08:00
Jerry Park 82355b4bac Update outdated files in dev-1.20-ko.5 (2) 2021-03-01 09:11:40 +09:00
Kubernetes Prow Robot 2daeee3424
Merge pull request #26643 from ysyukr/dev-1.20-ko.5-outdated-part-03
Update to Outdated files in dev-1.20-ko.5 branch (3)
2021-02-22 21:24:03 -08:00
dev_rr 5f786ed64d
fix typo
fix typo
2021-02-23 11:38:07 +09:00
seokho-son 0f277a5c87 ko: fix typo in cloud-controller-manager 2021-02-22 19:43:11 +09:00
spy1233 4c3ff2f844 Fix mistranslation in labels.md 2021-02-22 01:10:57 +09:00
Yuk, Yongsu 2d78104965 Update to Outdated files in dev-1.20-ko.5 branch (3) 2021-02-21 13:02:18 +09:00
Kubernetes Prow Robot fd8ee1d068
Merge pull request #26613 from kubernetes/dev-1.20-ko.4
ko: Fourth Korean l10n work for release-1.20
2021-02-18 15:30:24 -08:00
seokho-son 519861d265 Fourth Korean l10n work for release-1.20
- Ko: add l10n contributor name in a blog (#26285)
- Translate reference/glossary/secret.md in Korean (#26391)
- Update outdated files in the dev-1.20-ko.4 branch (2) (#26342)
- Translate reference/glossary/quantity.md in Korean (#26390)
- Update outdated files in the dev-1.20-ko.4 branch (1) (#26427)
- Translate reference/glossary/storage-class.md in Korean (#26419)
- Update outdated files in dev-1.20-ko.4 branch (3) (#26599)

Co-authored-by: seokho-son <shsongist@gmail.com>
Co-authored-by: Jerry Park <jaehwa@gmail.com>
Co-authored-by: santachopa <santachopa@naver.com>
Co-authored-by: jmyung <jesang.myung@gmail.com>
2021-02-18 23:11:23 +09:00
Miguel Angel Garcia a6eb08d778 fix cronjob code for examples 2021-02-11 12:24:35 +01:00
Kubernetes Prow Robot 892762cd16
Merge pull request #26288 from sgc109/patch-2
ko: update nodes.md by fixing mistranslation
2021-02-04 18:50:51 -08:00
Sungho Hwang 76a4ec84b6 Update nodes.md by fixing mistranslation 2021-02-05 11:33:31 +09:00
Kubernetes Prow Robot 58c53ba961
Merge pull request #26262 from chymy/flannel-net-0128
Fix net-conf.json fommat err
2021-02-01 03:59:49 -08:00
Kubernetes Prow Robot 6c4b455d23
Merge pull request #26277 from kubernetes/dev-1.20-ko.3
Ko: Third Korean l10n work for release-1.20
2021-01-28 17:33:40 -08:00
seokho-son 05da4dd669 Ko: Third Korean l10n work for release-1.20
- Update outdated files in the dev-1.20-ko.3 (1) (#26131)
- Update outdated files in the dev-1.20-ko.3 branch (2) (#26122)

Co-authored-by: seokho-son <shsongist@gmail.com>
Co-authored-by: Jerry Park <jaehwa@gmail.com>
2021-01-29 00:19:19 +09:00
chymy 52b80e0dc1 Fix net-conf.json fommat err
Signed-off-by: chymy <chang.min1@zte.com.cn>
2021-01-28 10:04:36 +08: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
Kubernetes Prow Robot 29963327b6
Merge pull request #26089 from kubernetes/dev-1.20-ko.2
Ko: Second Korean l10n work for release-1.20
2021-01-14 19:45:52 -08:00
seokho-son bfd90bff5f Ko: Second Korean l10n work for release-1.20
- Update outdated files in the dev-1.20-ko.2(p1) (#25915)
- Update outdated files in the dev-1.20-ko.2(p2) (#25916)
- Fix issue with links to already translated ko documents (#25991)
- Translate reference/glossary/dynamic-volume-provisioning.md in Korean (#26047)

Co-authored-by: seokho-son <shsongist@gmail.com>
Co-authored-by: Jerry Park <jaehwa@gmail.com>
Co-authored-by: santachopa <santachopa@naver.com>
2021-01-14 18:12:20 +09: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
CDE 7fbf549ddc
Update resource-bin-packing.md
The maximum value of score should be 10.
2021-01-03 19:31:23 +08:00
Kubernetes Prow Robot 85933681d0
Merge pull request #25906 from kubernetes/dev-1.20-ko.1
Ko: 1st Korean l10n work for release-1.20
2021-01-01 18:51:52 -08:00
Jerry Park 0ed380d4aa Ko: 1st Korean l10n work for release-1.20
- Translate reference/glossary/persistent-volume.md in Korean (#25474)
- Update outdated files in the dev-1.20-ko.1 branch (1) (#25576)
- Translate blog/dont-panic-kubernetes-and-docker into Korean (#25596)
- Update outdated files in the dev-1.20-ko.1 branch(3) (#25728)
- Ko: enhance tutorials//cluster-intro translation (#25754)
- Fix Outdated files in the dev-1.20-ko.1 branch (2) (#25765)

Co-authored-by: seokho-son <shsongist@gmail.com>
Co-authored-by: jmyung <jesang.myung@gmail.com>
Co-authored-by: Jerry Park <jaehwa@gmail.com>
Co-authored-by: santachopa <santachopa@naver.com>
Co-authored-by: SEUNGHYUN KO <kosehy@gmail.com>
Co-authored-by: June Yi <gochist@gmail.com>
2021-01-01 21:40:06 +09:00
seokho-son 1c2c75b2d8 Update release/notes 1.20 for Korean 2020-12-29 17:31:28 +09:00
Kubernetes Prow Robot 4e90fc3812
Merge pull request #25415 from kubernetes/dev-1.19-ko.6
Sixth Korean l10n work for release-1.19
2020-12-06 16:03:26 -08:00
Arhell dd950df8bd Sixth Korean l10n work for release-1.19
- fix Korean translation of 'object' (#25370)
- Update outdated files in the dev-1.19-ko.6 branch (2) (#25403)
- Translate setup/release/version-skew-policy.md in Korean (#25345)
- Translate tutorials/configuration/configure-java-microservice/configure-java-microservice/ into Korean (#24981)
- Translate health-checks.md into Korean (#25342)
- Translate reference/glossary/api-group.md in Korean (#25321)
- Translate reference/glossary/object.md in Korean (#25318)
- Translate tutorials/configuration/configure-java-microservice/configure-java-microservice-interactive/ into Korean (#24984)
- switch New York Times case study to use youtube shortcode (ko) (#25287)

Co-authored-by: seokho-son <shsongist@gmail.com>
Co-authored-by: Jerry Park <jaehwa@gmail.com>
Co-authored-by: PyungHo Yoon <learder@gmail.com>
Co-authored-by: mylovepooh <jun8414@gmail.com>
Co-authored-by: jmkim <jm1223.kim@samsung.com>
Co-authored-by: santachopa <santachopa@naver.com>
Co-authored-by: Arhell <arhell333@gmail.com>
2020-12-06 18:15:20 +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
Kubernetes Prow Robot c4c17a9b8a
Merge pull request #25282 from kubernetes/dev-1.19-ko.5
Fifth Korean l10n work for release-1.19
2020-11-27 09:06:47 -08:00
kosehy@gmail.com 64f9f3ebd4 Fifth Korean l10n work for release-1.19
- Update outdated in concept secret.md (#25254)
- Update outdated resource quotas for ko5 (#25261)
- Mistranslation on kubelet-authentication authorization.md in korean (#25223)
- Update outdated files in dev-1.19-ko.5 part-03 (#25159)
- Update outdated files in the upstream/dev-1.19-ko.5 branch (#25103)
- Update outdated files in dev-1.19-ko.5 part-02 (#25152)
- Translate reference/glossary/container-lifecycle-hooks.md in Korean (#25071)
- Translate reference/command-line-tools-reference/kube-proxy into korean (#24817)
- Translate reference/scheduling/config.md into Korean (#24489)
- Translate reference/kubectl/jsonpath into Korean (#24868)

Co-authored-by: seokho-son <shsongist@gmail.com>
Co-authored-by: Jerry Park <jaehwa@gmail.com>
Co-authored-by: kosehy@gmail.com <kosehy@gmail.com>
Co-authored-by: santachopa <santachopa@naver.com>
2020-11-28 01:45:42 +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
Arhell 578c478d08 update shortcode branch name 2020-11-15 15:18:42 +02:00
Arhell 5300d6d935 add shortcode to training page 2020-11-06 11:29:13 +02: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 db658b2d8e
Merge pull request #24831 from habibrosyad/gh-23660-ko
Improve maintainability of case studies styling for KO
2020-11-04 04:40:04 -08:00
Kubernetes Prow Robot 803cadf059
Merge pull request #24833 from kubernetes/dev-1.19-ko.4
Forth Korean l10n work for release-1.19
2020-11-02 03:28:52 -08:00
Jerry Park 6d27247c1e Forth Korean l10n work for release-1.19
- Fix ko glossary managed service title (#24621)
- Translate reference/glossary/service-broker.md in Korean (#24632)
- Translate reference/command-line-tools-reference/kubelet-authentication-authorization.md into korean (#24623)
- Update outdated files in the dev-1.19-ko.4 branch (#24622)
- Translate setup/production-environment/tools/kubeadm/self-hosting/ into Korean (#24655)
- Translate reference/kubectl/kubectl.md into Korean (#24482)
- docs: fix typo (#24713)
- Translate connecting-frontend-backend to Korean (#24422)
- Translate reference/kubectl/conventions.md into Korean (#24614)
- Translate k8s 1.19 relaese note in korean (#24633)

Co-authored-by: seokho-son <shsongist@gmail.com>
Co-authored-by: santachopa <santachopa@naver.com>
Co-authored-by: kosehy@gmail.com <kosehy@gmail.com>
Co-authored-by: Jerry Park <jaehwa@gmail.com>
Co-authored-by: markruler <csu0414@gmail.com>
Co-authored-by: noel <neutiyoo@gmail.com>
Co-authored-by: coolguyhong <podolsmith@naver.com>
Co-authored-by: chhanz <han0495@gmail.com>
Co-authored-by: bluefriday <bluefriday86@gmail.com>
2020-11-02 00:10:15 +09:00
M. Habib Rosyad df2285edf1
Improve maintainability of case studies styling for KO 2020-11-01 20:15:40 +07:00
paikwiki b1be5bde9e
Translate a word, "and"
There is a word, "and" among operators. It confuses that "and" is in operators. So I translate it in Korean.
2020-10-28 18:00:33 +09:00
rob d71c214426 fix KubeSchedulerConfiguration syntax 2020-10-23 12:10:38 -10:00
Kubernetes Prow Robot 6d050e326b
Merge pull request #24592 from kubernetes/dev-1.19-ko.3
Third Korean l10n work for release-1.19
2020-10-16 00:55:25 -07:00
June Yi a6566dc277 Third Korean l10n work for release-1.19
- Fix issue with broken links in ko documents (#24190)
- Fix issue with links to already translated ko documents (#24158)
- Translate docs/reference/kubectl/docker-cli-to-kubectl/ into Korean (#24131)
- Translate docs/setup/production-environment/tools/kubespray.md in Korean (#24144)
- Translated titles into korean (#24394)
- DNS subdomain translation corrected (#24393)
- Update ko/docs/concepts/overview/working-with-objects/common-labels/ (#24370)
- Translate tasks/job/coarse-parallel-processing-work-queue in Korean (#24218)
- Update outdated files in the dev-1.19-ko.3 branch (#24151)
- Add missing dot on job.md (#24084)

Co-authored-by: chhanz <han0495@gmail.com>
Co-authored-by: Yuuraa <yoorachoi8937@gmail.com>
Co-authored-by: sushil <sushilktiwari.st@gmail.com>
Co-authored-by: June Yi <june.yi@samsung.com>
Co-authored-by: Jerry Park <jaehwa@gmail.com>
Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
Co-authored-by: Jonghun Park <jonghun.park.194@gmail.com>
Co-authored-by: Leo <leo.lab001@gmail.com>
2020-10-16 10:02:20 +09:00
Kubernetes Prow Robot e87879d6db
Merge pull request #24453 from oomichi/ko-fix-output-of-rolling-status
ko: Fix output of 'kubectl rollout status'
2020-10-14 00:25:55 -07:00
Kenichi Omichi 3d134c37a6 ko: Fix output of 'kubectl rollout status'
This is the same fix as 6e93717597 for ko.

If running `kubectl rollout status` command, the output is like:
```
  deployment "nginx-deployment" successfully rolled out
```

The corresponding kubectl code also shows it according to e95e378e59/pkg/polymorphichelpers/rollout_status.go (L89)
2020-10-09 16:11:50 +00:00
M. Habib Rosyad 431653a6e3
Clean up case study images in content/ko/case-studies 2020-10-09 21:07:29 +07:00
Bob Killen 5878a2a73d
Update triage/support label references to kind/support
The label triage/support has been reclassified as kind/support. The
kind/* family of labels makes more logical sense, as they describe the
"kind" of thing an issue or PR is.

For more information, see the announcement email:
https://groups.google.com/g/kubernetes-dev/c/YcaJpsjjLKw/m/i15cLLx5CAAJ
2020-10-01 19:38:31 -04:00
Kubernetes Prow Robot 28980202c1
Merge pull request #24119 from kubernetes/dev-1.19-ko.2
Second Korean l10n work for release-1.19
2020-09-24 23:13:11 -07:00
Jerry Park 9cb997ab15 Second Korean l10n work for release-1.19
- Fix issue with links to already translated documents (#23829)
- Update outdated files in the dev-1.19-ko.2 branch (#23827)
- Fix issue with links to already translated documents (#23999)
- Translate tasks/configure-pod-container/configure-persistent-volume-storage in Korean (#23867)
- Translate reference/access-authn-authz/service-accounts-admin/ into Korean (#23974)
- Translate reference/access-authn-authz/controlling-access/ into Korean (#23955)
- Translate tasks/job/automated-tasks-with-cron-jobs.md into Korean (#23543)
- Translate reference/access-authn-authz/authorization/ into Korean (#23989)
- Update Ko localization guide (#24023)
- Translate tasks/job/fine-parallel-processing-work-queue/ into Korean (#23841)
- Translate setup/production-environment/windows/intro-windows-in-kubernetes and reflect reviews (#23879)
- Translate tasks/debug-application-cluster/debug-pod-replication-controller in Korean (#23896)

Co-authored-by: seokho-son <shsongist@gmail.com>
Co-authored-by: jmyung <jesang.myung@gmail.com>
Co-authored-by: Jerry Park <jaehwa@gmail.com>
Co-authored-by: markruler <csu0414@gmail.com>
Co-authored-by: bluefriday <bluefriday86@gmail.com>
2020-09-25 13:58:55 +09:00