Commit Graph

55 Commits

Author SHA1 Message Date
Jihoon Seo 464079a5b4 [ko] Update links and texts 2022-07-01 20:29:23 +09:00
Jihoon Seo 57a7b502b6 [ko] Update links heading to the moved pages 2022-07-01 10:35:41 +09:00
Jihoon Seo f0386b499a [ko] Update links heading to the Debugging section 2022-07-01 10:22:09 +09:00
Jihoon Seo 6f51f7fee4 [ko] Update outdated files in dev-1.24-ko.1 M73-M88 2022-05-30 17:43:42 +09:00
Jihoon Seo 8a73287e65 [ko] Update outdated files in dev-1.23-ko.2 M40-49 2022-02-18 18:24:25 +09:00
Kubernetes Prow Robot 2f39630549
Merge pull request from jihoon-seo/211216_Outdated_M43
[ko] Update outdated files in dev-1.23-ko.1 (M43-M54)
2022-01-20 01:47:52 -08:00
Jihoon Seo 615ff586b2 [ko] Update outdated files in dev-1.23-ko.1 M55-61 2022-01-14 17:27:30 +09:00
Jihoon Seo 3b1d2ce63a [ko] Update outdated files in dev-1.23-ko.1 M43-54 2022-01-14 17:26:31 +09:00
Jihoon Seo 0d09bd668f [ko] Update links in dev-1.22-ko.3 2021-11-15 15:11:00 +09:00
Jihoon Seo 91303e1a93 [ko] Update outdated files in dev-1.22-ko.2 (M42-M47) 2021-11-04 18:53:28 +09:00
Juhee Kang 6cdf4202f0 [ko] Update outdated files in dev-1.22-ko.1 (p3) 2021-09-27 19:55:21 +09:00
Jihoon Seo 2d0363fdaa [ko] Update links 2021-06-30 14:35:23 +09:00
Jihoon Seo bf00b72c79 [ko] Remove exec permission on markdown files 2021-06-18 16:18:29 +09:00
Jihoon Seo 70d80a89e6 [ko] Update outdated files in dev-1.21-ko.3 (p3) 2021-05-30 09:27:33 +09:00
Kubernetes Prow Robot a63b896950
Merge pull request from joostas/docker-cli-to-kubectl-ko
[ko] Fix label selector in "kubectl for Docker Users"
2021-05-17 22:11:30 -07: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
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
Jihoon Seo 814b9f92cc [ko] Update outdated files in dev-1.20-ko.6 (p2) 2021-03-17 11:20:09 +09:00
Jerry Park 82355b4bac Update outdated files in dev-1.20-ko.5 (2) 2021-03-01 09:11:40 +09:00
seokho-son 05da4dd669 Ko: Third Korean l10n work for release-1.20
- Update outdated files in the dev-1.20-ko.3 (1) ()
- Update outdated files in the dev-1.20-ko.3 branch (2) ()

Co-authored-by: seokho-son <shsongist@gmail.com>
Co-authored-by: Jerry Park <jaehwa@gmail.com>
2021-01-29 00:19:19 +09:00
seokho-son bfd90bff5f Ko: Second Korean l10n work for release-1.20
- Update outdated files in the dev-1.20-ko.2(p1) ()
- Update outdated files in the dev-1.20-ko.2(p2) ()
- Fix issue with links to already translated ko documents ()
- Translate reference/glossary/dynamic-volume-provisioning.md in Korean ()

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
Jerry Park 0ed380d4aa Ko: 1st Korean l10n work for release-1.20
- Translate reference/glossary/persistent-volume.md in Korean ()
- Update outdated files in the dev-1.20-ko.1 branch (1) ()
- Translate blog/dont-panic-kubernetes-and-docker into Korean ()
- Update outdated files in the dev-1.20-ko.1 branch(3) ()
- Ko: enhance tutorials//cluster-intro translation ()
- Fix Outdated files in the dev-1.20-ko.1 branch (2) ()

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
Arhell dd950df8bd Sixth Korean l10n work for release-1.19
- fix Korean translation of 'object' ()
- Update outdated files in the dev-1.19-ko.6 branch (2) ()
- Translate setup/release/version-skew-policy.md in Korean ()
- Translate tutorials/configuration/configure-java-microservice/configure-java-microservice/ into Korean ()
- Translate health-checks.md into Korean ()
- Translate reference/glossary/api-group.md in Korean ()
- Translate reference/glossary/object.md in Korean ()
- Translate tutorials/configuration/configure-java-microservice/configure-java-microservice-interactive/ into Korean ()
- switch New York Times case study to use youtube shortcode (ko) ()

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
kosehy@gmail.com 64f9f3ebd4 Fifth Korean l10n work for release-1.19
- Update outdated in concept secret.md ()
- Update outdated resource quotas for ko5 ()
- Mistranslation on kubelet-authentication authorization.md in korean ()
- Update outdated files in dev-1.19-ko.5 part-03 ()
- Update outdated files in the upstream/dev-1.19-ko.5 branch ()
- Update outdated files in dev-1.19-ko.5 part-02 ()
- Translate reference/glossary/container-lifecycle-hooks.md in Korean ()
- Translate reference/command-line-tools-reference/kube-proxy into korean ()
- Translate reference/scheduling/config.md into Korean ()
- Translate reference/kubectl/jsonpath into Korean ()

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
Jerry Park 6d27247c1e Forth Korean l10n work for release-1.19
- Fix ko glossary managed service title ()
- Translate reference/glossary/service-broker.md in Korean ()
- Translate reference/command-line-tools-reference/kubelet-authentication-authorization.md into korean ()
- Update outdated files in the dev-1.19-ko.4 branch ()
- Translate setup/production-environment/tools/kubeadm/self-hosting/ into Korean ()
- Translate reference/kubectl/kubectl.md into Korean ()
- docs: fix typo ()
- Translate connecting-frontend-backend to Korean ()
- Translate reference/kubectl/conventions.md into Korean ()
- Translate k8s 1.19 relaese note in korean ()

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
June Yi a6566dc277 Third Korean l10n work for release-1.19
- Fix issue with broken links in ko documents ()
- Fix issue with links to already translated ko documents ()
- Translate docs/reference/kubectl/docker-cli-to-kubectl/ into Korean ()
- Translate docs/setup/production-environment/tools/kubespray.md in Korean ()
- Translated titles into korean ()
- DNS subdomain translation corrected ()
- Update ko/docs/concepts/overview/working-with-objects/common-labels/ ()
- Translate tasks/job/coarse-parallel-processing-work-queue in Korean ()
- Update outdated files in the dev-1.19-ko.3 branch ()
- Add missing dot on job.md ()

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
June Yi 986be3462d First Korean l10n work for release-1.19
- Translate tasks/job/parallel-processing-expansion.md into Korean ()
- Fix issue with ko/docs/concepts/workloads/controllers/job.md ()
- Translate reference/scheduling/policies.md in Korean ()
- Update outdated files in the dev-1.19-ko.1 branch ()
- Modify translation access by Korean glossary ()

Co-authored-by: Jerry Park <jaehwa@gmail.com>
Co-authored-by: junghyeonsu <54893898+junghyeonsu@users.noreply.github.com>
Co-authored-by: coolguyhong <podolsmith@naver.com>
2020-09-11 23:30:11 +09:00
Jihoon Seo e2ea8ff0f3 Ninth Korean l10n work for release 1.18
- Fix error in k8s.io/ko/docs/concepts/workloads/pods/pod-lifecycle/ ()
- Translate docs/reference/setup-tools/kubeadm/kubeadm.md in Korean ()
- Update outdated files in dev-1.18-ko.9 branch ()
- Fix issues of ko-doc links in translated docs ()
- Translate concepts/cluster-administration/monitoring.md into Korean ()
- Translate tasks/access-application-cluster/service-access-application-cluster in Korean ()
- Translate concepts/storage/storage-limits.md into Korean ()

Co-authored-by: Jihoon Seo <jihoon.seo@etri.re.kr>
Co-authored-by: Reung37 <reung37@naver.com>
Co-authored-by: Seokho Son <shsongist@gmail.com>
Co-authored-by: Jerry Park <jaehwa@gmail.com>
Co-authored-by: coolguyhong <podolsmith@naver.com>
2020-08-07 11:14:26 +09:00
Kubernetes Prow Robot 6bf2feba74
Merge pull request from kubernetes/dev-1.18-ko.7
Seventh Korean l10n work for release 1.18
2020-07-09 21:28:48 -07:00
June Yi f604a4b60a Seventh Korean l10n work for release 1.18
- Translate reference/command-line-tools-reference/feature-gates.md int… ()
- Fix issue of broken links to translated docs ()
- Fix issue of document link in some ko documents ()
- Translate tasks/administer-cluster/access-cluster-services.md into Ko… ()
- Fix issue with 'Linux' and 'Windows' notation in Korean docs ()
- Fix issue of broken links to translated docs  ()
- Fix issue with k8s.io/ko/docs/concepts/overview/kubernetes-api.md ()
- Fix issue with k8s.io/ko/docs/concepts/overview/working-with-objects/ ()
- Fix incorrect notation of 'directory' into Korean ()
- Fix issue with k8s.io/ko/docs/concepts/overview/components.md ()
- Update outdated files in dev-1.18-ko.7 ()
- Modify spacing term ReplicaSet in Korean ()
- Translate tasks/administer-cluster/extended-resource-node.md into Korean ()
- Translate tasks/administer-cluster/access-cluster-api.md into Korean ()

Co-authored-by: Jerry Park <jaehwa@gmail.com>
Co-authored-by: woopyoung <ywp041@gmail.com>
Co-authored-by: coolguyhong <podolsmith@naver.com>
Co-authored-by: PyungHo Yoon <learder@gmail.com>
Co-authored-by: Seokho Son <shsongist@gmail.com>
Co-authored-by: jmyung <jesang.myung@gmail.com>
Co-authored-by: Ian Y. Choi <ianyrchoi@gmail.com>
2020-07-10 13:08:16 +09:00
Tim Bannister 645eb681c5 Fix page front matter (ko localization) 2020-06-29 18:49:04 +01:00
June Yi 34be3c1d39 Sixth Korean l10n work for release 1.18
- Update outdated files in dev-1.18-ko.6 partly ()
- Translate StorageClass to Korean word ()
- Translate StatefulSet to Korean word in pods.md ()
- Translate tasks/run-application/delete-stateful-set/ in Korean ()
- Translate tasks/administer-cluster/change-default-storage-class in Korean ()
- update outdated docs ()
- Modify spacing term StatefulSet in Korean ()
- Translate /tasks/administer-cluster/coredns in Korean ()
- Fix typo in k8s.io/ko/docs/contribute/new-content/new-content/ ()
- Translation error correction in /concepts/containers/runtime-class.md ()
- Translate tasks/tls/certificate-rotation/ in Korean ()
- Translate /tasks/configure-pod-container/static-pod in Korean ()
- Update to Outdated files in the dev-1.18-ko.6 branch - (1/4) ()
- Fix English bugs in Korean documentation ()
- Update outdated dev-1.18-ko.6 partly ()

Co-authored-by: Jerry Park <jaehwa@gmail.com>
Co-authored-by: PyungHo Yoon <learder@gmail.com>
Co-authored-by: Yuk, Yongsu <ysyukr@gmail.com>
Co-authored-by: Jerry Park <jaehwa@gmail.com>
Co-authored-by: Seokho Son <shsongist@gmail.com>
Co-authored-by: Jordy Ruiter <jordy.ruiter@gmail.com>
Co-authored-by: bluefriday <bluefriday86@gmail.com>
Co-authored-by: Dajin Gwon <d.gweon@samsung.com>
Co-authored-by: Hyungseok Lee <hs0426.lee@samsung.com>
Co-authored-by: Jihoon Seo <jihoon.seo@etri.re.kr>
Co-authored-by: coolguyhong <podolsmith@naver.com>
Co-authored-by: jmyung <jesang.myung@gmail.com>
Co-authored-by: June Yi <june.yi@samsung.com>
2020-06-26 22:43:21 +09:00
June Yi 6c1edf3c1f Fifth Korean l10n work for release 1.18
- Update to Outdated files in the dev-1.18-ko.5 branch. ()
- Translate tasks/run-application/run-single-instance-stateful-application in Korean ()
- Translate tasks/debug-application-cluster/determine-reason-pod-failure in Korean ()
- Translate tasks/manage-hugepages/scheduling-hugepages.md into Korean ()
- Translate tasks/extend-kubectl/kubectl-plugins.md into Korean ()
- Translate tasks/manage-daemon/rollback-daemon-set.md into Korean ()
- Translate contribute/generate-ref-docs/overview in Korean ()
- Translate reference/kubectl/overview.md into Korean ()
- Translate configure-pod-initialization in Korean ()
- Translate tasks/manage-daemon/update-daemon-set.md into Korean ()

Co-authored-by: Jerry Park <jaehwa@gmail.com>
Co-authored-by: Yoon <learder@gmail.com>
Co-authored-by: Yuk, Yongsu <ysyukr@gmail.com>
Co-authored-by: Seokho Son <shsongist@gmail.com>
Co-authored-by: guslcho <jamie14@naver.com>
Co-authored-by: DongMoon Kim <dmoons.kim@gmail.com>
Co-authored-by: bluefriday <bluefriday86@gmail.com>
2020-06-12 00:00:46 +09:00
Karen Bradshaw 6bfc167c79 add ko pages 2020-06-09 19:33:15 -04:00
Jerry Park ca62e21766 Third Korean l10n work for release 1.18
- Translate cluster-administration/networking.md in Korean
- Fix issue with concepts/storage/volumes.md
- Translate /concepts/configuration/pod-overhead in Korean
- Update to Outdated files in the dev-1.18-ko.3 branch.
- Translate concepts/configuration/configmap.md in Korean
- Translate contribute/review/reviewing-prs/ in Korean
- Translate concepts/configuration/pod-priority-preemption.md in Korean
- Translate tasks/configure-pod-container/configure-volume-storage in Korean
- Translate contribute/new-content/new-content/ in Korean
- Translate concepts/architecture/control-plane-node-communication.md in Korean
- Restore the deleted master-node-communication.md file
- Translate concepts/cluster-administration/addons.md in Korean
- Translate contribute/new-content/overview/ in Korean
- Translate tasks/tools/install-kubectl.md in Korean
- Translate concepts/configuration/manage-resources-containers.md in Korean
- Translate tasks/administer-cluster/kubeadm/kubeadm-upgrade/ in Korean
- add new words to Korean glossary and fix minor
- Translate contribute/style/_index.md in Korean
- Translate concepts/cloud-administration/cloud-providers.md in Korean
- Translate contribute/review/for-approvers.md in Korean

Co-authored-by:    Jerry Park <jaehwa@gmail.com>
Co-authored-by:    Seokho Son <shsongist@gmail.com>
Co-authored-by:    jmyung <jesang.myung@gmail.com>
Co-authored-by:    coolguyhong <podolsmith@naver.com>
Co-authored-by:    Yuk, Yongsu <ysyukr@gmail.com>
Co-authored-by:    bluefriday <bluefriday86@gmail.com>
Co-authored-by:    SangshikLee <neolss@gmail.com>
2020-05-15 15:41:32 +09:00
June Yi c74ce882ec Second Korean l10n work for release 1.18
* Translate /concepts/cluster-administration/kubelet-garbage-collection in Korean ()
* Translate cluster-administration/logging.md in Korean ()
* Translate tasks/configure-pod-container/assign-memory-resource.md in … ()
* Translate community/_index.html in Korean. ()
* Translate storage/storage-classes.md in Korean. ()
* Translate configuration/resource-bin-packing.md in Korean. ()
* Translate extend-kubernetes/compute-storage-net/device-plugins.md ()
* Translate compute-storage-net/network-plugins.md in Korean ()
* Translate concepts/cluster-administration/certificates.md ()
* Translate assign-pods-nodes-using-node-affinity to Korean ()
* Translate cluster-administration/manage-deployment.md in Korean ()
* Translate configuration/taint-and-toleration.md in Korean ()
* Translate logging-elasticsearch-kibana.md in Korean ()
* add anchors of subtitle in ko/docs/concepts/policy/pod-security-policy ()
* Translate task/scheduling-gpus in Korean ()
* Translate conceps/storage/volume-snapshots in Korean ()
* Translate network/validate-dual-stack.md in Korean ()
* Update to Outdated files in the dev-1.18-ko.2 branch. ()
* Update to a link to the newly translated document. ()

Co-Authored-By: bluefriday <bluefriday86@gmail.com>
Co-Authored-By: cometrojan <d.gweon@samsung.com>
Co-Authored-By: coolguyhong <podolsmith@naver.com>
Co-Authored-By: DongMoon Kim <dmoons.kim@gmail.com>
Co-Authored-By: Jerry Park <jaehwa@gmail.com>
Co-Authored-By: jmyung <jesang.myung@gmail.com>
Co-Authored-By: June Yi <june.yi@samsung.com>
Co-Authored-By: seokho-son <shsongist@gmail.com>
Co-Authored-By: sunminjeon <sunmin.jeon@samsung.com>
Co-Authored-By: Yuk, Yongsu <ysyukr@gmail.com>
2020-04-24 00:07:32 +09:00
Claudia J.Kang efbf9a9e6e
Seventh Korean l10n Work For Release 1.17 ()
- Translation error correction with k8s.io/ko/docs/concepts/overview/components.md ()
- Error correction with overview/working-with-objects/kubernetes-objects.md ()
- Fix issues with working-with-objects/namespaces.md ()
- Issue with working-with-objects/object-management.md ()
- Fix issue with working-with-objects/labels.md ()
- Translate training/_index.html in Korean. ()
- Update links to docs that reference new docs added in the dev-1.17-ko.6 branch. ()
- Fix Issues with working-with-objects/names.md ()
- Update to Outdated files in the dev-1.17-ko.7 branch ()
- Error correction with /concepts/overview/kubernetes-api.md ()
- Translation error correction in /concepts/overview/what-is-kubernetes.md ()
- Typo in /contribute/participating.md ()
- Correct the Korean word typo 맴버 to 멤버 ()

Co-Authored-by: Jerry Park <jaehwa@gmail.com>
Co-Authored-by: Yuk, Yongsu <ysyukr@gmail.com>
Co-Authored-by: June Yi <june.yi@samsung.com>

Co-authored-by: June Yi <june.yi@samsung.com>
Co-authored-by: Jerry Park <jaehwa@gmail.com>
Co-authored-by: Yuk, Yongsu <ysyukr@gmail.com>
2020-03-26 07:12:27 -07:00
June Yi f9a9884c0c
Fifth Korean l10n work for release 1.17 ()
* Update to Outdated files in dev-1.17-ko.5 branch. ()
* Translate apiserver-aggregation into Korean ()
* Translate storage/volumes.md in Korean. ()
* Reflect new docs reference links since dev-1.17-ko.1 ()

Co-authored-by: Yuk, Yongsu <ysyukr@gmail.com>
Co-authored-by: Yoon <learder@gmail.com>
Co-authored-by: June Yi <june.yi@samsung.com>
Co-authored-by: Claudia J.Kang <claudiajkang@gmail.com>
Co-authored-by: Seokho Son <shsongist@gmail.com>

Co-authored-by: Yuk, Yongsu <ysyukr@gmail.com>
Co-authored-by: Yoon <learder@gmail.com>
Co-authored-by: Claudia J.Kang <claudiajkang@gmail.com>
Co-authored-by: Seokho Son <shsongist@gmail.com>
2020-02-27 18:56:38 -08:00
Sascha Grunert 3ecfc9f47f
Fix wrong CHANGELOG locations ()
We prefixed the CHANGELOG path in k/k with `CHANGELOG/`, which should
reflect every part of the website as well.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-02-25 05:42:49 -08:00
June Yi 3f6dfb1ee3
Fourth Korean L10n Work For Release 1.17 ()
* translate assign-pod-node.md ()
* correct the misspelling ()
* Update to Outdated files in dev-1.17-ko.4 branch. ()

Co-Authored-By: KimMJ <a01083612486@gmail.com>
Co-Authored-By: forybm <forybm1@naver.com>
Co-Authored-By: Yuk, Yongsu <ysyukr@gmail.com>

Co-authored-by: KimMJ <a01083612486@gmail.com>
Co-authored-by: forybm <forybm1@naver.com>
Co-authored-by: Yuk, Yongsu <ysyukr@gmail.com>
2020-02-14 17:59:27 -08:00
Claudia J.Kang f5e63a268c
Third Korean L10n Work For Release 1.17 ()
* Changed some words in the IPv4/IPv6 dual-stack korean doc. ()

* Update to Outdated files in dev-1.17-ko.3 branch. ()

* Translate content/ko/docs/concepts/services-networking/service in Korean ()

* Translate docs/tasks/access-application-cluster/port-forward-access-application-cluster.md in Korean ()

* Translate controllers/garbage-collection.md in Korean. ()

Co-Authored-by: Seokho Son <shsongist@gmail.com>
Co-Authored-by: Lawrence Kay <lkay9495@hotmail.com>
Co-Authored-by: Jesang Myung <jesang.myung@gmail.com>
Co-Authored-by: Claudia J.Kang <claudiajkang@gmail.com>
Co-Authored-by: Yuk, Yongsu <ysyukr@gmail.com>
Co-Authored-By: June Yi <june.yi@samsung.com>

Co-authored-by: Yuk, Yongsu <ysyukr@gmail.com>
Co-authored-by: Seokho Son <shsongist@gmail.com>
Co-authored-by: Lawrence Kay <me@lkaybob.pe.kr>
Co-authored-by: Jesang Myung <jesang.myung@gmail.com>
Co-authored-by: June Yi <june.yi@samsung.com>
2020-01-30 06:34:13 -08:00
June Yi d60ca0bea2 First Korean L10n Work For Relase 1.17 ()
* Modified link between Korean documents. ()
* Translate services-networking/connect-applications-service.md in Korean. ()
* Translate services-networking/service-topology.md in Korean. ()
* Update to outdated files in the dev-1.17-ko.1 ()

Co-Authored-By: Yuk, Yongsu <ysyukr@gmail.com>
Co-Authored-By: Seokho Son <shsongist@gmail.com>

Co-authored-by: Yuk, Yongsu <ysyukr@gmail.com>
Co-authored-by: Seokho Son <shsongist@gmail.com>
2019-12-20 18:47:33 -08:00
Seokho Son 3c3831592e Forth Korean l10n work for release-1.16 ()
* Translate workloads/controllers/ttlafterfinished.md in Korean. ()
* Update Korean l10n guide ()
* Translate tasks/manage-kubernetes-objects/kustomization in Korean ()
* Update file outdated korean docs in dev-1.16-ko.4 ()
* Translate concepts/workloads/pods/ephemeral-containers.md in Korean. ()

Co-Authored-By: Yuk, Yongsu <ysyukr@gmail.com>
Co-Authored-By: Cheolgu Kim <lapee79@gmail.com>
Co-Authored-By: June Yi <gochist@gmail.com>
Co-Authored-By: Seokho Son <shsongist@gmail.com>
2019-11-07 23:22:44 -08:00
June Yi d50f2cdcc9 Second Korean l10n work for release-1.16 ()
* Update file outdated korean docs in dev-1.16-ko.2. ()
* Translate docs/templates/feature-state-*.txt in Korean ()
* Translate pod-topology-spread-constraints in Korean ()

Co-Authored-By: Seokho Son <shsongist@gmail.com>
Co-Authored-By: June Yi <june.yi@samsung.com>
2019-10-13 01:48:35 -07:00
Seokho Son c5261d3d6b Fifth Korean l10n work for release-1.15 ()
* Translate `concepts/scheduling/_index.md` to Korean ()
* Translate concepts/workloads/controllers/replicaset.md in Korean ()
* Update outdated content in dev-1.15-ko.5 ()
* Translate using-api/client-libraries into korean ()
* ko: translate concepts/cluster-administration/proxies ()
* Translate concepts/workloads/controllers/deployment.md in Korean ()

Co-Authored-By: Seokho Son <shsongist@gmail.com>
Co-Authored-By: Eden <longlg88@naver.com>
Co-Authored-By: Yoon <learder@gmail.com>
Co-Authored-By: Sunghoon Kang <me@devholic.io>
Co-Authored-By: Yuk, Yongsu <ysyukr@gmail.com>
Co-Authored-By: June Yi <gochist@gmail.com>
2019-09-05 19:58:57 -07:00
Seokho Son c82a912e29 Fourth Korean l10n work for release-1.15 ()
* ko: update translation in reference/glossary/* ()
* Update outdated files partly in dev-1.15-ko.4 ()
* ko: update translation in tasks/debug-application-cluster/resource-metrics-pipeline ()
* ko: translate setup/production-environment/tools/control-plane-flags ()
* ko: translate user-guide-windows-containers ()
* ko: update translation in reference/glossary/* ()
* ko: Update outdated files partly in dev-1.15-ko.4 ()
* ko: fix corrupt date in glossary/static-pod ()
* ko: translate user-guide-windows-nodes ()
* Translate /docs/concepts/configuration/overview/ in Korean ()
* ko: translate setup/production-environment/tools/ha-topology ()
* ko: translate tasks/administer-cluster/network-policy-provider ()
* Translate tasks/inject-data-application/define-command-argument-container in Korea ()
* ko: translate concepts/configuration/organize-cluster-access-kubeconfig ()
* Translate working-with-objects/common-labels.md in Korean ()
* Translate concepts/workloads/pods/disruptions.md in Korean ()
* Translate tasks/access-application-cluster/web-ui/dashboard in Korean ()
* Translate concepts/overview/working-with-objects/labels.md in Korean ()
* ko: translate guestbook-logs-metrics-with-elk ()
* ko: translate tasks/administer-cluster/highly-available-master ()

Co-Authored-By: Yoon <learder@gmail.com>
Co-Authored-By: Eden <longlg88@naver.com>
Co-Authored-By: Yuk, Yongsu <ysyukr@gmail.com>
Co-Authored-By: June Yi <june.yi@samsung.com>
Co-Authored-By: Seokho Son <shsongist@gmail.com>
Co-Authored-By: Lawrence Kay <lkay9495@hotmail.com>
Co-Authored-By: alice_k106 <alice_k106@naver.com>
Co-Authored-By: Cheolgu Kim <lapee79@gmail.com>
2019-08-25 04:10:21 -07:00
June Yi 4518c983d2 Third Korean l10n work for release-1.15 ()
* Add Link /docs/reference/ in Korean ()
* Translate tasks/debug-application-cluster/resource-usage-monitoring in Korean ()
* Translate tasks/inject-data-application/define-environment-variable-container in Korean ()
* ko: Update outdated files in dev-1.15-ko.3 ()
* Translate home/supported-doc-version in Korean ()
* ko: Update some files in reference/glossary ()
* Translate reference/glossary/cloud-provider.md in Korean ()
* Translate docs/reference/using-api/api-overview in Korean ()
* Translate tasks/debug-application-cluster/resource-metrics-pipeline in Korean ()

Co-Authored-By: June Yi <june.yi@samsung.com>
Co-Authored-By: Seokho <shsongist@gmail.com>
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Yoon <learder@gmail.com>
Co-authored-by: JiMyung Lee <lee.ji.myung@gmail.com>
Co-authored-by: lapee79 <lapee79@gmail.com>
Co-authored-by: Sunghoon Kang <hoon@linecorp.com>
Co-authored-by: Yuk, Yongsu <ysyukr@gmail.com>
Co-authored-by: Lawrence Kay <me@lkaybob.pe.kr>
2019-08-08 07:33:19 -07:00
lyveng 306a6201b8 Fixed broken link to logging conventions in kubectl cheatsheet () 2019-08-06 17:12:54 -07:00
Ismail Alidzhikov 12ee3e42e4 Fix command that queries for label version ()
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-07-14 17:51:03 -07:00