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.13-ko.4 branch #11528

Closed
23 of 27 tasks
gochist opened this issue Dec 4, 2018 · 4 comments
Closed
23 of 27 tasks

Outdated files in the dev-1.13-ko.4 branch #11528

gochist opened this issue Dec 4, 2018 · 4 comments
Labels
language/ko Issues or PRs related to Korean language

Comments

@gochist
Copy link
Member

gochist commented Dec 4, 2018

This is a...

  • Feature Request
  • Bug Report

Problem:

480 files in content/en are changed
25 files in content/ko are outdated

  • case-studies/adform/adform_featured_logo.png 1 file changed, 0 insertions(+), 0 deletions(-)
  • docs/concepts/overview/what-is-kubernetes.md 1 file changed, 1 insertion(+), 1 deletion(-)
  • docs/concepts/workloads/_index.md 1 file changed, 1 insertion(+), 1 deletion(-)
  • docs/concepts/workloads/pods/pod-overview.md 1 file changed, 2 insertions(+), 2 deletions(-)
  • docs/home/_index.md 1 file changed, 1 insertion(+)
  • docs/reference/_index.md 1 file changed, 3 insertions(+)
  • docs/setup/building-from-source.md 1 file changed, 24 deletions(-)
  • docs/setup/minikube.md 1 file changed, 51 insertions(+), 41 deletions(-)
  • docs/setup/multiple-zones.md 1 file changed, 3 insertions(+), 1 deletion(-)
  • docs/setup/pick-right-solution.md 1 file changed, 7 insertions(+), 4 deletions(-)
  • docs/setup/scratch.md 1 file changed, 4 insertions(+), 6 deletions(-)
  • docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md 1 file changed, 8 insertions(+), 7 deletions(-)
  • docs/tutorials/hello-minikube.md 1 file changed, 157 insertions(+), 336 deletions(-)
  • docs/tutorials/kubernetes-basics/_index.html 1 file changed, 13 insertions(+), 13 deletions(-)
  • docs/tutorials/kubernetes-basics/create-cluster/cluster-interactive.html 1 file changed, 1 insertion(+), 1 deletion(-)
  • docs/tutorials/kubernetes-basics/create-cluster/cluster-intro.html 1 file changed, 1 insertion(+), 1 deletion(-)
  • docs/tutorials/kubernetes-basics/deploy-app/deploy-interactive.html 1 file changed, 1 insertion(+), 1 deletion(-)
  • docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html 1 file changed, 1 insertion(+), 1 deletion(-)
  • docs/tutorials/kubernetes-basics/explore/explore-interactive.html 1 file changed, 1 insertion(+), 1 deletion(-)
  • docs/tutorials/kubernetes-basics/explore/explore-intro.html 1 file changed, 2 insertions(+), 2 deletions(-)
  • docs/tutorials/kubernetes-basics/expose/expose-interactive.html 1 file changed, 1 insertion(+), 1 deletion(-)
  • docs/tutorials/kubernetes-basics/expose/expose-intro.html 1 file changed, 2 insertions(+), 2 deletions(-)
  • docs/tutorials/kubernetes-basics/scale/scale-interactive.html 1 file changed, 1 insertion(+), 1 deletion(-)
  • docs/tutorials/kubernetes-basics/scale/scale-intro.html 1 file changed, 1 insertion(+), 1 deletion(-)
  • docs/tutorials/kubernetes-basics/update/update-intro.html 1 file changed, 1 insertion(+), 1 deletion(-)

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

For example:

# checkout `k/website:dev-1.13-ko.4`
...
# check what is updated in the upstream 
git diff dev-1.13-ko.3 dev-1.13-ko.4 -- content/en/case-studies/adform/adform_featured_logo.png
# apply changes to content/ko
vi content/ko/case-studies/adform/adform_featured_logo.png
...
# commit and push
...
# make PR to `k/website:dev-1.13-ko.4`

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

@gochist
Copy link
Member Author

gochist commented Dec 5, 2018

/language ko

@k8s-ci-robot k8s-ci-robot added the language/ko Issues or PRs related to Korean language label Dec 5, 2018
@gochist
Copy link
Member Author

gochist commented Dec 5, 2018

This issue includes #11531 and #11532

@gochist
Copy link
Member Author

gochist commented Dec 7, 2018

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

No branches or pull requests

2 participants