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.17-ko.4 branch. #18917

Closed
40 tasks
claudiajkang opened this issue Jan 30, 2020 · 4 comments
Closed
40 tasks

Outdated files in the dev-1.17-ko.4 branch. #18917

claudiajkang opened this issue Jan 30, 2020 · 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

Comments

@claudiajkang
Copy link
Contributor

This is a Bug Report

Problem

Outdated files in the dev-1.17-ko.4 branch.

40 files to be modified

  1. content/en/docs/concepts/architecture/cloud-controller.md 1 file changed, 2 insertions(+)
  2. content/en/docs/concepts/containers/images.md 1 file changed, 17 insertions(+), 9 deletions(-)
  3. content/en/docs/concepts/containers/runtime-class.md 1 file changed, 7 insertions(+), 6 deletions(-)
  4. content/en/docs/concepts/overview/components.md 1 file changed, 5 insertions(+), 6 deletions(-)
  5. content/en/docs/concepts/overview/kubernetes-api.md 1 file changed, 1 insertion(+), 1 deletion(-)
  6. content/en/docs/concepts/overview/working-with-objects/field-selectors.md 1 file changed, 1 insertion(+), 1 deletion(-)
  7. content/en/docs/concepts/services-networking/connect-applications-service.md 1 file changed, 1 insertion(+), 1 deletion(-)
  8. content/en/docs/concepts/services-networking/endpoint-slices.md 1 file changed, 104 insertions(+), 15 deletions(-)
  9. content/en/docs/concepts/services-networking/ingress-controllers.md 1 file changed, 1 insertion(+)
  10. content/en/docs/concepts/services-networking/service.md 1 file changed, 14 insertions(+), 19 deletions(-)
  11. content/en/docs/concepts/workloads/controllers/replicaset.md 1 file changed, 4 insertions(+), 4 deletions(-)
  12. content/en/docs/concepts/workloads/pods/ephemeral-containers.md 1 file changed, 5 insertions(+), 4 deletions(-)
  13. content/en/docs/concepts/workloads/pods/pod-lifecycle.md 1 file changed, 1 insertion(+), 1 deletion(-)
  14. content/en/docs/contribute/style/write-new-topic.md 1 file changed, 3 insertions(+), 2 deletions(-)
  15. content/en/docs/reference/glossary/cluster.md 1 file changed, 3 insertions(+), 3 deletions(-)
  16. content/en/docs/reference/glossary/container-runtime.md 1 file changed, 4 insertions(+), 4 deletions(-)
  17. content/en/docs/reference/glossary/kube-controller-manager.md 1 file changed, 2 insertions(+), 2 deletions(-)
  18. content/en/docs/reference/glossary/kube-scheduler.md 1 file changed, 3 insertions(+), 3 deletions(-)
  19. content/en/docs/reference/glossary/pod-lifecycle.md 1 file changed, 3 insertions(+), 3 deletions(-)
  20. content/en/docs/reference/glossary/service-account.md 1 file changed, 1 insertion(+), 1 deletion(-)
  21. content/en/docs/reference/issues-security/security.md 1 file changed, 3 insertions(+), 1 deletion(-)
  22. content/en/docs/reference/kubectl/cheatsheet.md 1 file changed, 3 insertions(+), 1 deletion(-)
  23. content/en/docs/setup/_index.md 1 file changed, 1 insertion(+), 1 deletion(-)
  24. content/en/docs/setup/best-practices/certificates.md 1 file changed, 1 insertion(+), 1 deletion(-)
  25. content/en/docs/setup/best-practices/node-conformance.md 1 file changed, 1 insertion(+), 1 deletion(-)
  26. content/en/docs/setup/learning-environment/minikube.md 1 file changed, 3 insertions(+), 6 deletions(-)
  27. content/en/docs/setup/production-environment/container-runtimes.md 1 file changed, 9 insertions(+), 9 deletions(-)
  28. content/en/docs/setup/production-environment/tools/kops.md 1 file changed, 28 insertions(+), 24 deletions(-)
  29. content/en/docs/setup/production-environment/windows/user-guide-windows-nodes.md 1 file changed, 6 deletions(-)
  30. content/en/docs/tasks/administer-cluster/network-policy-provider/cilium-network-policy.md 1 file changed, 21 insertions(+), 18 deletions(-)
  31. content/en/docs/tasks/debug-application-cluster/resource-metrics-pipeline.md 1 file changed, 10 insertions(+)
  32. content/en/docs/tasks/manage-kubernetes-objects/declarative-config.md 1 file changed, 2 insertions(+), 2 deletions(-)
  33. content/en/docs/tasks/manage-kubernetes-objects/imperative-config.md 1 file changed, 2 insertions(+), 2 deletions(-)
  34. content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md 1 file changed, 1 insertion(+), 1 deletion(-)
  35. content/en/docs/tasks/run-application/horizontal-pod-autoscale.md 1 file changed, 164 insertions(+), 9 deletions(-)
  36. content/en/docs/tutorials/hello-minikube.md 1 file changed, 9 insertions(+), 10 deletions(-)
  37. content/en/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro.html 1 file changed, 1 insertion(+), 1 deletion(-)
  38. content/en/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md 1 file changed, 7 insertions(+), 7 deletions(-)
  39. content/en/examples/minikube/Dockerfile 1 file changed, 1 insertion(+), 1 deletion(-)
  40. content/en/includes/task-tutorial-prereqs.md 1 file changed, 1 insertion(+), 1 deletion(-)

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 dev-1.17-ko.4 branch.

For example:

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

Pages to Update

/language ko

@claudiajkang claudiajkang added the language/ko Issues or PRs related to Korean language label Jan 30, 2020
@ysyukr
Copy link
Member

ysyukr commented Feb 1, 2020

/assign

@sftim
Copy link
Contributor

sftim commented Feb 2, 2020

/kind cleanup

@k8s-ci-robot k8s-ci-robot added the kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. label Feb 2, 2020
@ysyukr
Copy link
Member

ysyukr commented Feb 14, 2020

/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
Projects
None yet
Development

No branches or pull requests

4 participants