Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated files in the dev-1.14-ko.2 branch #13738

Closed
47 tasks done
gochist opened this issue Apr 10, 2019 · 6 comments
Closed
47 tasks done

Outdated files in the dev-1.14-ko.2 branch #13738

gochist opened this issue Apr 10, 2019 · 6 comments
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. language/ko Issues or PRs related to Korean language

Comments

@gochist
Copy link
Member

gochist commented Apr 10, 2019

This is a Bug Report

Problem:

546 files in content/en are changed
47 files in content/ko are outdated

  • _index.html 1 file changed, 1 insertion(+), 1 deletion(-)
  • case-studies/blackrock/index.html 1 file changed, 1 insertion(+), 1 deletion(-)
  • case-studies/ibm/index.html 1 file changed, 2 insertions(+), 5 deletions(-)
  • case-studies/naic/index.html 1 file changed, 6 insertions(+), 9 deletions(-)
  • case-studies/pinterest/index.html 1 file changed, 7 insertions(+), 8 deletions(-)
  • docs/concepts/architecture/cloud-controller.md 1 file changed, 1 insertion(+)
  • docs/concepts/cluster-administration/federation.md 1 file changed, 4 insertions(+), 5 deletions(-)
  • docs/concepts/configuration/scheduler-perf-tuning.md 1 file changed, 38 insertions(+), 34 deletions(-)
  • docs/concepts/containers/images.md 1 file changed, 23 insertions(+), 5 deletions(-)
  • docs/concepts/containers/runtime-class.md 1 file changed, 93 insertions(+), 46 deletions(-)
  • docs/concepts/overview/components.md 1 file changed, 1 insertion(+), 1 deletion(-)
  • docs/concepts/overview/kubernetes-api.md 1 file changed, 4 insertions(+), 4 deletions(-)
  • docs/concepts/overview/object-management-kubectl/overview.md 1 file changed, 3 insertions(+), 1 deletion(-)
  • docs/concepts/overview/working-with-objects/kubernetes-objects.md 1 file changed, 2 insertions(+), 2 deletions(-)
  • docs/concepts/overview/working-with-objects/namespaces.md 1 file changed, 9 insertions(+), 7 deletions(-)
  • docs/concepts/workloads/pods/init-containers.md 1 file changed, 32 insertions(+), 13 deletions(-)
  • docs/concepts/workloads/pods/pod-lifecycle.md 1 file changed, 2 insertions(+), 2 deletions(-)
  • docs/concepts/workloads/pods/pod-overview.md 1 file changed, 1 insertion(+), 1 deletion(-)
  • docs/contribute/_index.md 1 file changed, 1 insertion(+), 1 deletion(-)
  • docs/reference/_index.md 1 file changed, 2 insertions(+), 2 deletions(-)
  • docs/reference/glossary/device-plugin.md 1 file changed, 2 insertions(+), 2 deletions(-)
  • docs/reference/glossary/extensions.md 1 file changed, 2 insertions(+), 2 deletions(-)
  • docs/reference/glossary/pod-lifecycle.md 1 file changed, 7 insertions(+), 4 deletions(-)
  • docs/reference/glossary/replica-set.md 1 file changed, 1 insertion(+), 2 deletions(-)
  • docs/reference/glossary/taint.md 1 file changed, 4 insertions(+), 4 deletions(-)
  • docs/reference/glossary/toleration.md 1 file changed, 4 insertions(+), 4 deletions(-)
  • docs/reference/kubectl/cheatsheet.md 1 file changed, 21 insertions(+), 9 deletions(-)
  • docs/setup/certificates.md 1 file changed, 2 insertions(+), 2 deletions(-)
  • docs/setup/cri.md 1 file changed, 65 insertions(+), 41 deletions(-)
  • docs/setup/minikube.md 1 file changed, 54 insertions(+), 21 deletions(-)
  • docs/setup/multiple-zones.md 1 file changed, 3 insertions(+), 3 deletions(-)
  • docs/setup/pick-right-solution.md 1 file changed, 78 insertions(+), 70 deletions(-)
  • docs/setup/release/building-from-source.md 1 file changed, 1 insertion(+)
  • docs/tasks/access-application-cluster/access-cluster.md 1 file changed, 51 insertions(+), 34 deletions(-)
  • docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md 1 file changed, 32 insertions(+), 12 deletions(-)
  • docs/tasks/run-application/horizontal-pod-autoscale.md 1 file changed, 1 insertion(+), 1 deletion(-)
  • docs/tasks/tools/install-minikube.md 1 file changed, 15 insertions(+)
  • docs/tutorials/configuration/configure-redis-using-configmap.md 1 file changed, 31 insertions(+), 30 deletions(-)
  • docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html 1 file changed, 1 insertion(+), 1 deletion(-)
  • docs/tutorials/kubernetes-basics/scale/scale-intro.html 1 file changed, 2 insertions(+), 2 deletions(-)
  • docs/tutorials/online-training/overview.md 1 file changed, 4 insertions(+), 3 deletions(-)
  • docs/tutorials/stateful-application/basic-stateful-set.md 1 file changed, 7 insertions(+), 7 deletions(-)
  • docs/tutorials/stateful-application/cassandra.md 1 file changed, 2 insertions(+), 2 deletions(-)
  • docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md 1 file changed, 63 insertions(+), 75 deletions(-)
  • docs/tutorials/stateless-application/guestbook.md 1 file changed, 1 insertion(+), 1 deletion(-)
  • includes/federated-task-tutorial-prereqs.md 1 file changed, 5 insertions(+), 8 deletions(-)
  • includes/federation-deprecation-warning-note.md 1 file changed, 3 insertions(+)

Use git diff to check what is changed in the upstream. And apply the upstream changes manually to the content/ko of dev-1.14-ko.2 branch.

For example:

# checkout `k/website:dev-1.14-ko.2`
...
# check what is updated in the upstream 
git diff dev-1.13-ko.8 dev-1.14-ko.2 -- content/en/_index.html
# apply changes to content/ko
vi content/ko/_index.html
...
# commit and push
...
# make PR to `k/website:dev-1.14-ko.2`

Page to Update:
https://kubernetes.io/...

Note that we need to compare dev-1.14-ko.2 with dev-1.13-ko.8. Because master is merged to dev-1.14-ko.1 and then dev-1.14-ko.1 is merged to master to resolve conflict.

@gochist gochist added the kind/bug Categorizes issue or PR as related to a bug. label Apr 10, 2019
@k8s-ci-robot k8s-ci-robot added the language/ko Issues or PRs related to Korean language label Apr 10, 2019
@gochist
Copy link
Member Author

gochist commented Apr 10, 2019

/language ko

@gochist
Copy link
Member Author

gochist commented Apr 15, 2019

I updated outdated files list
/assign

@seokho-son
Copy link
Member

Hello @gochist. If someone is not working on.., I hope to take "docs/concepts, contribute, reference" parts.

@seokho-son
Copy link
Member

@gochist. I opened a PR for docs/concepts, contribute, reference" parts
#13890

@yoonian
Copy link
Contributor

yoonian commented Apr 19, 2019

@gochist
docs/tutorials/* and includes/* were processed already except docs/tutorials/configuration/configure-redis-using-configmap.md. So I opened a PR for it.

@gochist
Copy link
Member Author

gochist commented Apr 19, 2019

@yoonian @seokho-son Thank you for your contribution! I'll update the rest of outdated files until the team milestone code freeze(Apr 20).

k8s-ci-robot pushed a commit that referenced this issue Apr 20, 2019
…edis-using-configmap.md #13738 (#13891)

* ko: update dev-1.14-ko.2 #13738

* Fix typo
claudiajkang pushed a commit that referenced this issue Apr 23, 2019
* Update outdated files in dev-1.14-ko.2 partly (#13879)

* Update outdated files in dev-1.14-ko.2 partly-concepts-contribute-ref (#13890)

* ko: update dev-1.14-ko.2 for docs/tutorials/configuration/configure-redis-using-configmap.md #13738 (#13891)

* Ko trans: translate contribute/participating.md in Korean (#13812)

* Update outdated files of setup and tasks in dev-1.14-ko.2 partly (#13893)

* ko-trans: Fix typo in install-minikube (#13894)

* ko: Add tutorials/stateful-application/zookeeper #12452 (#13523)

* ko: Add tutorials/services/source-ip #12457 (#13524)

Co-authored-by:    Yoon <[email protected]>

Co-authored-by:    June Yi <[email protected]>

Co-authored-by:    Seokho <[email protected]>
claudiajkang pushed a commit that referenced this issue Apr 23, 2019
* Update outdated files in dev-1.14-ko.2 partly (#13879)

* Update outdated files in dev-1.14-ko.2 partly-concepts-contribute-ref (#13890)

* ko: update dev-1.14-ko.2 for docs/tutorials/configuration/configure-redis-using-configmap.md #13738 (#13891)

* Ko trans: translate contribute/participating.md in Korean (#13812)

* Update outdated files of setup and tasks in dev-1.14-ko.2 partly (#13893)

* ko-trans: Fix typo in install-minikube (#13894)

* ko: Add tutorials/stateful-application/zookeeper #12452 (#13523)

* ko: Add tutorials/services/source-ip #12457 (#13524)

Co-authored-by:    Yoon <[email protected]>
Co-authored-by:    June Yi <[email protected]>
Co-authored-by:    Seokho <[email protected]>
k8s-ci-robot pushed a commit that referenced this issue Apr 23, 2019
* Update outdated files in dev-1.14-ko.2 partly (#13879)

* Update outdated files in dev-1.14-ko.2 partly-concepts-contribute-ref (#13890)

* ko: update dev-1.14-ko.2 for docs/tutorials/configuration/configure-redis-using-configmap.md #13738 (#13891)

* Ko trans: translate contribute/participating.md in Korean (#13812)

* Update outdated files of setup and tasks in dev-1.14-ko.2 partly (#13893)

* ko-trans: Fix typo in install-minikube (#13894)

* ko: Add tutorials/stateful-application/zookeeper #12452 (#13523)

* ko: Add tutorials/services/source-ip #12457 (#13524)

Co-authored-by:    Yoon <[email protected]>
Co-authored-by:    June Yi <[email protected]>
Co-authored-by:    Seokho <[email protected]>
nowjean pushed a commit to nowjean/website that referenced this issue Jun 13, 2019
* Update outdated files in dev-1.14-ko.2 partly (kubernetes#13879)

* Update outdated files in dev-1.14-ko.2 partly-concepts-contribute-ref (kubernetes#13890)

* ko: update dev-1.14-ko.2 for docs/tutorials/configuration/configure-redis-using-configmap.md kubernetes#13738 (kubernetes#13891)

* Ko trans: translate contribute/participating.md in Korean (kubernetes#13812)

* Update outdated files of setup and tasks in dev-1.14-ko.2 partly (kubernetes#13893)

* ko-trans: Fix typo in install-minikube (kubernetes#13894)

* ko: Add tutorials/stateful-application/zookeeper kubernetes#12452 (kubernetes#13523)

* ko: Add tutorials/services/source-ip kubernetes#12457 (kubernetes#13524)

Co-authored-by:    Yoon <[email protected]>
Co-authored-by:    June Yi <[email protected]>
Co-authored-by:    Seokho <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. language/ko Issues or PRs related to Korean language
Projects
None yet
Development

No branches or pull requests

5 participants