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.15-ko.1 branch #15001

Closed
44 tasks done
gochist opened this issue Jun 20, 2019 · 8 comments
Closed
44 tasks done

Outdated files in the dev-1.15-ko.1 branch #15001

gochist opened this issue Jun 20, 2019 · 8 comments
Labels
language/ko Issues or PRs related to Korean language

Comments

@gochist
Copy link
Member

gochist commented Jun 20, 2019

This is a Bug Report

Problem

Outdated files in the dev-1.15-ko.1 branch.

Note that the pages below are outdated since the previous team milestone branch.

3 files deferred from previous team milestone

These should be compared with dev-1.14-ko.4

  1. content/en/docs/setup/_index.md
  2. content/en/docs/setup/minikube.md (this file is renamed to content/en/docs/setup/learning-environment/minikube.md)
  3. content/en/docs/tutorials/online-training/overview.md

29 files to be modified

  1. content/en/docs/concepts/architecture/nodes.md 1 file changed, 18 insertions(+), 6 deletions(-)
  2. content/en/docs/concepts/cluster-administration/federation.md 1 file changed, 1 insertion(+), 1 deletion(-)
  3. content/en/docs/concepts/containers/images.md 1 file changed, 3 insertions(+), 13 deletions(-)
  4. content/en/docs/concepts/containers/runtime-class.md 1 file changed, 13 insertions(+), 1 deletion(-)
  5. content/en/docs/concepts/overview/components.md 1 file changed, 4 insertions(+), 6 deletions(-)
  6. content/en/docs/concepts/overview/kubernetes-api.md 1 file changed, 3 insertions(+), 3 deletions(-)
  7. content/en/docs/concepts/overview/what-is-kubernetes.md 1 file changed, 59 insertions(+), 178 deletions(-)
  8. content/en/docs/concepts/overview/working-with-objects/annotations.md 1 file changed, 19 insertions(+)
  9. content/en/docs/concepts/overview/working-with-objects/names.md 1 file changed, 15 insertions(+)
  10. content/en/docs/concepts/workloads/pods/pod-overview.md 1 file changed, 1 insertion(+), 1 deletion(-)
  11. content/en/docs/concepts/workloads/pods/podpreset.md 1 file changed, 4 insertions(+), 4 deletions(-)
  12. content/en/docs/reference/glossary/container-env-variables.md 1 file changed, 1 insertion(+), 1 deletion(-)
  13. content/en/docs/reference/glossary/etcd.md 1 file changed, 5 insertions(+), 2 deletions(-)
  14. content/en/docs/reference/glossary/kube-proxy.md 1 file changed, 3 insertions(+)
  15. content/en/docs/reference/glossary/minikube.md 1 file changed, 3 insertions(+), 2 deletions(-)
  16. content/en/docs/reference/glossary/node.md 1 file changed, 1 insertion(+), 2 deletions(-)
  17. content/en/docs/reference/glossary/service.md 1 file changed, 5 insertions(+), 6 deletions(-)
  18. content/en/docs/reference/kubectl/cheatsheet.md 1 file changed, 3 insertions(+)
  19. content/en/docs/setup/release/_index.md 1 file changed, 2 insertions(+), 3 deletions(-)
  20. content/en/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume.md 1 file changed, 3 insertions(+), 1 deletion(-)
  21. content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md 1 file changed, 3 insertions(+), 3 deletions(-)
  22. content/en/docs/tasks/run-application/horizontal-pod-autoscale.md 1 file changed, 13 insertions(+), 2 deletions(-)
  23. content/en/docs/tasks/tools/install-minikube.md 1 file changed, 83 insertions(+), 41 deletions(-)
  24. content/en/docs/tutorials/clusters/apparmor.md 1 file changed, 3 insertions(+), 3 deletions(-)
  25. content/en/docs/tutorials/kubernetes-basics/_index.html 1 file changed, 4 insertions(+), 10 deletions(-)
  26. content/en/docs/tutorials/kubernetes-basics/update/update-intro.html 1 file changed, 4 insertions(+), 4 deletions(-)
  27. content/en/docs/tutorials/services/source-ip.md 1 file changed, 98 insertions(+), 31 deletions(-)
  28. content/en/docs/tutorials/stateful-application/zookeeper.md 1 file changed, 22 insertions(+), 22 deletions(-)
  29. content/en/docs/tutorials/stateless-application/expose-external-ip-address.md 1 file changed, 9 insertions(+), 4 deletions(-)

9 files to be renamed

  1. R088 content/en/docs/setup/certificates.md -> content/en/docs/setup/best-practices/certificates.md
  2. R099 content/en/docs/setup/cluster-large.md -> content/en/docs/setup/best-practices/cluster-large.md
  3. R099 content/en/docs/setup/multiple-zones.md -> content/en/docs/setup/best-practices/multiple-zones.md
  4. R098 content/en/docs/setup/node-conformance.md -> content/en/docs/setup/best-practices/node-conformance.md
  5. R067 content/en/docs/setup/minikube.md -> content/en/docs/setup/learning-environment/minikube.md
  6. R097 content/en/docs/setup/cri.md -> content/en/docs/setup/production-environment/container-runtimes.md
  7. R073 content/en/docs/setup/on-premises-vm/_index.md -> content/en/docs/setup/production-environment/on-premises-vm/_index.md
  8. R099 content/en/docs/setup/custom-cloud/kops.md -> content/en/docs/setup/production-environment/tools/kops.md
  9. R078 content/en/docs/setup/turnkey/_index.md -> content/en/docs/setup/production-environment/turnkey/_index.md

3 files to be deleted

  1. content/en/docs/setup/custom-cloud/_index.md
  2. content/en/docs/setup/independent/_index.md
  3. content/en/docs/setup/release/building-from-source.md

Proposed Solution

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

For example:

# checkout `dev-1.15-ko.1`
...
# check what is updated in the upstream 
git diff dev-1.14-ko.5 dev-1.15-ko.1 -- content/en/docs/concepts/architecture/nodes.md
# apply changes to content/ko
vi content/ko/docs/concepts/architecture/nodes.md
...
# commit and push
...
# make PR to `dev-1.15-ko.1`

Pages to Update

@gochist
Copy link
Member Author

gochist commented Jun 20, 2019

/language ko

@k8s-ci-robot k8s-ci-robot added the language/ko Issues or PRs related to Korean language label Jun 20, 2019
@yoonian
Copy link
Contributor

yoonian commented Jun 20, 2019

@gochist
May I handle the modified parts? As below

  • content/en/docs/concepts/*
  • content/en/docs/tasks/*
  • content/en/docs/tutorials/*
  • content/en/docs/reference/*
  • content/en/docs/setup/*

Please let me know when it should be done.

@gochist
Copy link
Member Author

gochist commented Jun 20, 2019

@yoonian Thank you! Here's team milestone schedule for dev-1.15-ko.1.

  • code freeze: 2019-07-06 23:59 KST
  • target date(merge to master): 2019-07-09 KST

@gochist
Copy link
Member Author

gochist commented Jun 21, 2019

FYI, I'm working on renamed files on the PR #15030 .

@yoonian
Copy link
Contributor

yoonian commented Jun 25, 2019

@gochist Please review PR #15099. It is big but is okay?

@gochist
Copy link
Member Author

gochist commented Jun 27, 2019

@yoonian Thank you! It's OK. I'm on it.

@gochist
Copy link
Member Author

gochist commented Jul 11, 2019

/close

@k8s-ci-robot
Copy link
Contributor

@gochist: Closing this issue.

In response to this:

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
language/ko Issues or PRs related to Korean language
Projects
None yet
Development

No branches or pull requests

3 participants