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.1 branch #16438

Closed
17 tasks done
gochist opened this issue Sep 19, 2019 · 5 comments
Closed
17 tasks done

Outdated files in the dev-1.16-ko.1 branch #16438

gochist opened this issue Sep 19, 2019 · 5 comments
Assignees
Labels
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 Sep 19, 2019

This is a Bug Report

Problem

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

17 files to be modified

  1. content/en/_index.html 1 file changed, 1 insertion(+)
  2. content/en/docs/concepts/architecture/cloud-controller.md 1 file changed, 5 insertions(+), 4 deletions(-)
  3. content/en/docs/concepts/architecture/nodes.md 1 file changed, 11 insertions(+)
  4. content/en/docs/concepts/containers/runtime-class.md 1 file changed, 48 insertions(+), 4 deletions(-)
  5. content/en/docs/concepts/overview/what-is-kubernetes.md 1 file changed, 1 insertion(+), 1 deletion(-)
  6. content/en/docs/concepts/workloads/controllers/deployment.md 1 file changed, 1 insertion(+), 1 deletion(-)
  7. content/en/docs/concepts/workloads/pods/pod-lifecycle.md 1 file changed, 21 insertions(+), 2 deletions(-)
  8. content/en/docs/reference/_index.md 1 file changed, 1 insertion(+), 1 deletion(-)
  9. content/en/docs/reference/glossary/applications.md 1 file changed, 1 deletion(-)
  10. content/en/docs/reference/glossary/static-pod.md 1 file changed, 8 insertions(+), 4 deletions(-)
  11. content/en/docs/reference/glossary/workload.md 1 file changed, 8 insertions(+), 14 deletions(-)
  12. content/en/docs/setup/_index.md 1 file changed, 2 insertions(+), 1 deletion(-)
  13. content/en/docs/setup/production-environment/tools/kubeadm/control-plane-flags.md 1 file changed, 3 insertions(+), 3 deletions(-)
  14. content/en/docs/setup/production-environment/windows/user-guide-windows-containers.md 1 file changed, 4 insertions(+)
  15. content/en/docs/setup/production-environment/windows/user-guide-windows-nodes.md 1 file changed, 147 insertions(+), 100 deletions(-)
  16. content/en/docs/tasks/access-application-cluster/web-ui-dashboard.md 1 file changed, 1 insertion(+), 1 deletion(-)
  17. content/en/docs/tutorials/stateful-application/cassandra.md 1 file changed, 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.16-ko.1 branch.

For example:

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

Pages to Update

@gochist
Copy link
Member Author

gochist commented Sep 19, 2019

/language ko

@k8s-ci-robot k8s-ci-robot added the language/ko Issues or PRs related to Korean language label Sep 19, 2019
@sftim
Copy link
Contributor

sftim commented Sep 19, 2019

/priority backlog

@k8s-ci-robot k8s-ci-robot added the priority/backlog Higher priority than priority/awaiting-more-evidence. label Sep 19, 2019
@gochist
Copy link
Member Author

gochist commented Sep 22, 2019

/assign

@gochist
Copy link
Member Author

gochist commented Sep 28, 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 priority/backlog Higher priority than priority/awaiting-more-evidence.
Projects
None yet
Development

No branches or pull requests

3 participants