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.14-ko.5 branch #14582

Closed
22 of 25 tasks
claudiajkang opened this issue May 28, 2019 · 7 comments
Closed
22 of 25 tasks

Outdated files in the dev-1.14-ko.5 branch #14582

claudiajkang opened this issue May 28, 2019 · 7 comments
Assignees
Labels
language/ko Issues or PRs related to Korean language

Comments

@claudiajkang
Copy link
Contributor

claudiajkang commented May 28, 2019

This is a Bug Report

Problem:
Outdated files in the dev-1.14-ko.5 branch.

133 files in content/en are changed
21 files in content/ko are outdated

  • _index.html 1 file changed, 2 insertions(+), 2 deletions(-)
  • docs/concepts/_index.md 1 file changed, 1 insertion(+), 1 deletion(-)
  • docs/concepts/architecture/cloud-controller.md 1 file changed, 4 insertions(+), 4 deletions(-)
  • docs/concepts/overview/_index.md 1 file changed, 1 insertion(+), 2 deletions(-)
  • docs/concepts/overview/object-management-kubectl/_index.md 1 file changed, 5 deletions(-)
  • docs/concepts/workloads/pods/init-containers.md 1 file changed, 5 insertions(+), 4 deletions(-)
  • docs/concepts/workloads/pods/pod-lifecycle.md 1 file changed, 1 insertion(+), 1 deletion(-)
  • docs/concepts/workloads/pods/pod-overview.md 1 file changed, 12 insertions(+), 9 deletions(-)
  • docs/reference/glossary/docker.md 1 file changed, 6 insertions(+), 7 deletions(-)
  • docs/setup/_index.md 1 file changed, 88 insertions(+), 73 deletions(-)
  • docs/setup/certificates.md 1 file changed, 1 insertion(+), 1 deletion(-)
  • docs/setup/minikube.md 1 file changed, 124 insertions(+), 97 deletions(-)
  • docs/setup/multiple-zones.md 1 file changed, 2 insertions(+), 2 deletions(-)
  • docs/setup/pick-right-solution.md 1 file changed, 328 deletions(-)
  • docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md 1 file changed, 3 insertions(+), 3 deletions(-)
  • docs/tasks/tools/install-minikube.md 1 file changed, 1 insertion(+), 1 deletion(-)
  • docs/tutorials/configuration/configure-redis-using-configmap.md 1 file changed, 1 insertion(+), 1 deletion(-)
  • docs/tutorials/online-training/overview.md 1 file changed, 23 insertions(+), 5 deletions(-)
  • docs/tutorials/stateful-application/cassandra.md 1 file changed, 1 insertion(+), 1 deletion(-)
  • examples/application/guestbook/redis-slave-deployment.yaml 1 file changed, 1 insertion(+), 1 deletion(-)
  • examples/pods/config/redis-pod.yaml 1 file changed, 3 insertions(+)

4 files to be renamed

  1. R095 content/en/docs/concepts/overview/object-management-kubectl/overview.md -> content/en/docs/concepts/overview/working-with-objects/object-management.md
  2. R096 content/en/docs/concepts/overview/object-management-kubectl/declarative-config.md -> content/en/docs/tasks/manage-kubernetes-objects/declarative-config.md
  3. R089 content/en/docs/concepts/overview/object-management-kubectl/imperative-command.md -> content/en/docs/tasks/manage-kubernetes-objects/imperative-command.md
  4. R083 content/en/docs/concepts/overview/object-management-kubectl/imperative-config.md -> content/en/docs/tasks/manage-kubernetes-objects/imperative-config.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.14-ko.5 branch.

For example:

# checkout `k/website:dev-1.14-ko.5`
...
# check what is updated in the upstream 
git diff dev-1.14-ko.4 dev-1.14-ko.5 -- content/en/docs/concepts/_index.md
# apply changes to content/ko
vi  content/ko/docs/concepts/_index.md
...
# commit and push
...
# make PR to `k/website:dev-1.14-ko.5`

Page to Update:
https://kubernetes.io/...

@gochist
Copy link
Member

gochist commented May 29, 2019

/language ko

@k8s-ci-robot k8s-ci-robot added the language/ko Issues or PRs related to Korean language label May 29, 2019
@gochist
Copy link
Member

gochist commented May 30, 2019

related with #14479

@gochist
Copy link
Member

gochist commented Jun 3, 2019

/assign

@gochist
Copy link
Member

gochist commented Jun 3, 2019

@claudiajkang 비교한 커밋의 좌우가 바뀌었습니다. 이슈 본문을 수정해서 바로 잡았습니다.

@gochist
Copy link
Member

gochist commented Jun 4, 2019

@claudiajkang 기존에 브랜치 비교에 사용하던 스크립트가 이름이 변경된 파일을 놓치고 있었습니다. 스크립트를 업데이트하고, 이름이 변경된 파일을 이슈 본문에 추가했습니다.

@gochist
Copy link
Member

gochist commented Jun 20, 2019

Rest files of this issue are moved to #15001 and #15029 .

/close

@k8s-ci-robot
Copy link
Contributor

@gochist: Closing this issue.

In response to this:

Rest files of this issue are moved to #15001 and #15029 .

/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