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.1 #18049

Closed
28 tasks
gochist opened this issue Dec 10, 2019 · 3 comments
Closed
28 tasks

Outdated files in the dev-1.17-ko.1 #18049

gochist opened this issue Dec 10, 2019 · 3 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 Dec 10, 2019

This is a Bug Report

Problem

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

28 files to be modified

  1. content/en/_index.html 1 file changed, 2 insertions(+), 2 deletions(-)
  2. content/en/docs/concepts/architecture/cloud-controller.md 1 file changed, 1 insertion(+), 1 deletion(-)
  3. content/en/docs/concepts/architecture/nodes.md 1 file changed, 25 insertions(+), 24 deletions(-)
  4. content/en/docs/concepts/overview/what-is-kubernetes.md 1 file changed, 3 insertions(+), 3 deletions(-)
  5. content/en/docs/concepts/services-networking/endpoint-slices.md 1 file changed, 12 insertions(+), 5 deletions(-)
  6. content/en/docs/concepts/workloads/controllers/daemonset.md 1 file changed, 3 insertions(+), 15 deletions(-)
  7. content/en/docs/concepts/workloads/controllers/statefulset.md 1 file changed, 8 insertions(+), 5 deletions(-)
  8. content/en/docs/concepts/workloads/controllers/ttlafterfinished.md 1 file changed, 1 insertion(+), 1 deletion(-)
  9. content/en/docs/concepts/workloads/pods/pod-topology-spread-constraints.md 1 file changed, 1 insertion(+), 1 deletion(-)
  10. content/en/docs/reference/_index.md 1 file changed, 1 insertion(+), 1 deletion(-)
  11. content/en/docs/reference/glossary/cloud-provider.md 1 file changed, 19 insertions(+), 5 deletions(-)
  12. content/en/docs/reference/glossary/etcd.md 1 file changed, 1 insertion(+), 1 deletion(-)
  13. content/en/docs/reference/kubectl/cheatsheet.md 1 file changed, 2 insertions(+), 2 deletions(-)
  14. content/en/docs/reference/using-api/client-libraries.md 1 file changed, 1 insertion(+)
  15. content/en/docs/setup/_index.md 1 file changed, 3 insertions(+), 3 deletions(-)
  16. content/en/docs/setup/best-practices/certificates.md 1 file changed, 2 insertions(+), 2 deletions(-)
  17. content/en/docs/setup/learning-environment/minikube.md 1 file changed, 3 insertions(+)
  18. content/en/docs/setup/production-environment/container-runtimes.md 1 file changed, 14 insertions(+), 7 deletions(-)
  19. content/en/docs/setup/production-environment/tools/kops.md 1 file changed, 64 insertions(+), 4 deletions(-)
  20. content/en/docs/setup/production-environment/windows/user-guide-windows-containers.md 1 file changed, 101 insertions(+), 6 deletions(-)
  21. content/en/docs/tasks/access-application-cluster/configure-access-multiple-clusters.md 1 file changed, 1 insertion(+), 1 deletion(-)
  22. content/en/docs/tasks/access-application-cluster/configure-dns-cluster.md 1 file changed, 2 insertions(+), 2 deletions(-)
  23. content/en/docs/tasks/administer-cluster/cluster-management.md 1 file changed, 4 insertions(+)
  24. content/en/docs/tasks/manage-kubernetes-objects/kustomization.md 1 file changed, 6 insertions(+), 6 deletions(-)
  25. content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md 1 file changed, 3 insertions(+), 3 deletions(-)
  26. content/en/docs/tasks/run-application/horizontal-pod-autoscale.md 1 file changed, 1 insertion(+), 1 deletion(-)
  27. content/en/docs/tasks/tools/install-minikube.md 1 file changed, 43 insertions(+)
  28. content/en/docs/tutorials/configuration/configure-redis-using-configmap.md 1 file changed, 2 insertions(+), 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.1 branch.

For example:

# checkout `dev-1.17-ko.1`
...
# check what is updated in the upstream 
git diff upstream/dev-1.16-ko.6 dev-1.17-ko.1 -- content/en/_index.html
# apply changes to content/ko
vi content/ko/_index.html
...
# commit and push
...
# make PR to `dev-1.17-ko.1`

Pages to Update

/language ko
/priority backlog
/kind cleanup

@k8s-ci-robot k8s-ci-robot added language/ko Issues or PRs related to Korean language 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 Dec 10, 2019
@ysyukr
Copy link
Member

ysyukr commented Dec 10, 2019

/assign

@ysyukr
Copy link
Member

ysyukr commented Dec 24, 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

3 participants