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.16-ko.3 branch #16856

Closed
26 tasks
gochist opened this issue Oct 13, 2019 · 4 comments
Closed
26 tasks

Outdated files in the dev-1.16-ko.3 branch #16856

gochist opened this issue Oct 13, 2019 · 4 comments
Assignees
Labels
kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. language/ko Issues or PRs related to Korean language priority/backlog Higher priority than priority/awaiting-more-evidence.

Comments

@gochist
Copy link
Member

gochist commented Oct 13, 2019

This is a Bug Report

Problem

Outdated files in the upstream/dev-1.16-ko.3 branch.

26 files to be modified

  1. content/en/docs/concepts/_index.md 1 file changed, 5 insertions(+), 5 deletions(-)
  2. content/en/docs/concepts/architecture/_index.md 1 file changed, 1 insertion(+), 1 deletion(-)
  3. content/en/docs/concepts/architecture/cloud-controller.md 1 file changed, 1 insertion(+), 1 deletion(-)
  4. content/en/docs/concepts/architecture/nodes.md 1 file changed, 5 insertions(+), 6 deletions(-)
  5. content/en/docs/concepts/overview/components.md 1 file changed, 7 insertions(+), 3 deletions(-)
  6. content/en/docs/concepts/overview/what-is-kubernetes.md 1 file changed, 4 insertions(+), 4 deletions(-)
  7. content/en/docs/concepts/overview/working-with-objects/kubernetes-objects.md 1 file changed, 3 insertions(+), 1 deletion(-)
  8. content/en/docs/concepts/workloads/controllers/cron-jobs.md 1 file changed, 1 insertion(+), 1 deletion(-)
  9. content/en/docs/concepts/workloads/controllers/daemonset.md 1 file changed, 4 insertions(+), 4 deletions(-)
  10. content/en/docs/concepts/workloads/controllers/deployment.md 1 file changed, 11 insertions(+), 5 deletions(-)
  11. content/en/docs/concepts/workloads/controllers/replicaset.md 1 file changed, 1 insertion(+), 1 deletion(-)
  12. content/en/docs/concepts/workloads/controllers/statefulset.md 1 file changed, 5 insertions(+), 4 deletions(-)
  13. content/en/docs/contribute/_index.md 1 file changed, 1 insertion(+), 1 deletion(-)
  14. content/en/docs/reference/glossary/controller.md 1 file changed, 15 insertions(+), 4 deletions(-)
  15. content/en/docs/reference/glossary/cri.md 1 file changed, 1 insertion(+), 1 deletion(-)
  16. content/en/docs/reference/glossary/kube-apiserver.md 1 file changed, 11 insertions(+), 7 deletions(-)
  17. content/en/docs/reference/glossary/kube-controller-manager.md 1 file changed, 2 insertions(+), 3 deletions(-)
  18. content/en/docs/reference/glossary/statefulset.md 1 file changed, 3 deletions(-)
  19. content/en/docs/setup/_index.md 1 file changed, 3 insertions(+), 2 deletions(-)
  20. content/en/docs/setup/learning-environment/minikube.md 1 file changed, 2 insertions(+), 2 deletions(-)
  21. content/en/docs/setup/production-environment/container-runtimes.md 1 file changed, 1 insertion(+), 1 deletion(-)
  22. content/en/docs/setup/production-environment/windows/user-guide-windows-containers.md 1 file changed, 36 insertions(+), 33 deletions(-)
  23. content/en/docs/tasks/administer-cluster/cluster-management.md 1 file changed, 2 insertions(+), 2 deletions(-)
  24. content/en/docs/tasks/manage-kubernetes-objects/imperative-config.md 1 file changed, 6 insertions(+), 6 deletions(-)
  25. content/en/docs/tutorials/hello-minikube.md 1 file changed, 1 insertion(+), 1 deletion(-)
  26. content/en/docs/tutorials/online-training/overview.md 1 file changed, 4 insertions(+)

0 files to be renamed

0 files to be deleted

Proposed Solution

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

For example:

# checkout `upstream/dev-1.16-ko.3`
...
# check what is updated in the upstream 
git diff upstream/dev-1.16-ko.2 upstream/dev-1.16-ko.3 -- content/en/docs/concepts/_index.md
# apply changes to content/ko
vi content/ko/docs/concepts/_index.md
...
# commit and push
...
# make PR to `upstream/dev-1.16-ko.3`

Pages to Update

/language ko

@k8s-ci-robot k8s-ci-robot added the language/ko Issues or PRs related to Korean language label Oct 13, 2019
@ysyukr
Copy link
Member

ysyukr commented Oct 13, 2019

/assign

@sftim
Copy link
Contributor

sftim commented Oct 13, 2019

/priority backlog
/kind cleanup

@k8s-ci-robot k8s-ci-robot added priority/backlog Higher priority than priority/awaiting-more-evidence. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. labels Oct 13, 2019
@ysyukr
Copy link
Member

ysyukr commented Oct 23, 2019

/close

@k8s-ci-robot
Copy link
Contributor

@ysyukr: 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
kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. language/ko Issues or PRs related to Korean language priority/backlog Higher priority than priority/awaiting-more-evidence.
Projects
None yet
Development

No branches or pull requests

4 participants