Website: Outdated files in the dev-1.16-ko.5

Created on 8 Nov 2019  Β·  12Comments  Β·  Source: kubernetes/website

This is a Bug Report

Problem

Outdated files in the upstream/dev-1.16-ko.5 branch.

19 files to be modified

  1. [ ] content/en/docs/concepts/architecture/nodes.md 1 file changed, 3 insertions(+), 3 deletions(-)
  2. [ ] content/en/docs/concepts/containers/container-lifecycle-hooks.md 1 file changed, 1 insertion(+), 1 deletion(-)
  3. [ ] content/en/docs/concepts/overview/working-with-objects/names.md 1 file changed, 1 insertion(+), 2 deletions(-)
  4. [ ] content/en/docs/concepts/workloads/controllers/daemonset.md 1 file changed, 1 insertion(+), 1 deletion(-)
  5. [ ] content/en/docs/concepts/workloads/controllers/deployment.md 1 file changed, 22 insertions(+), 22 deletions(-)
  6. [ ] content/en/docs/concepts/workloads/controllers/replicationcontroller.md 1 file changed, 1 insertion(+), 1 deletion(-)
  7. [ ] content/en/docs/concepts/workloads/controllers/statefulset.md 1 file changed, 1 insertion(+)
  8. [ ] content/en/docs/concepts/workloads/pods/init-containers.md 1 file changed, 4 insertions(+), 27 deletions(-)
  9. [ ] content/en/docs/concepts/workloads/pods/pod-lifecycle.md 1 file changed, 5 insertions(+), 4 deletions(-)
  10. [ ] content/en/docs/reference/_index.md 1 file changed, 2 deletions(-)
  11. [ ] content/en/docs/setup/production-environment/container-runtimes.md 1 file changed, 1 insertion(+), 1 deletion(-)
  12. [ ] content/en/docs/tasks/administer-cluster/cluster-management.md 1 file changed, 1 insertion(+), 1 deletion(-)
  13. [ ] content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md 1 file changed, 6 insertions(+), 6 deletions(-)
  14. [ ] content/en/docs/tasks/tools/install-minikube.md 1 file changed, 1 insertion(+), 1 deletion(-)
  15. [ ] content/en/docs/tutorials/hello-minikube.md 1 file changed, 3 insertions(+), 3 deletions(-)
  16. [ ] content/en/docs/tutorials/kubernetes-basics/_index.html 1 file changed, 2 insertions(+)
  17. [ ] content/en/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro.html 1 file changed, 1 insertion(+), 1 deletion(-)
  18. [ ] content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html 1 file changed, 1 insertion(+), 1 deletion(-)
  19. [ ] content/en/docs/tutorials/kubernetes-basics/update/update-intro.html 1 file changed, 2 insertions(+), 2 deletions(-)

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 upstream/dev-1.16-ko.5 branch.

For example:

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

Pages to Update

kincleanup languagko

All 12 comments

/language ko

@seokho-son μ‹€μˆ˜λ‘œ 1.15κ³Ό λΉ„κ΅ν•˜μ‹  것 κ°™μ•„μš”.

@seokho-son μ‹€μˆ˜λ‘œ 1.15κ³Ό λΉ„κ΅ν•˜μ‹  것 κ°™μ•„μš”.

κ°μ‚¬ν•©λ‹ˆλ‹€. 미리 확인해보지 λͺ»ν–ˆλ„€μš”γ… γ…  λ‹€μ‹œ λ©”μ‹œμ§€ μ •μ •ν•˜μ˜€μŠ΅λ‹ˆλ‹€.

/assign

@ysyukr λ‹˜. slack, Kubernetes-docs-ko μ±„λ„μ—μ„œ, novice λ‹˜ κ»˜μ„œ ν•΄λ‹Ή 이슈λ₯Ό μ²˜λ¦¬ν•΄λ³΄ μ‹Άλ‹€λŠ” μ˜κ²¬μ„ μ£Όμ…¨μŠ΅λ‹ˆλ‹€. λ¨Όμ € assign ν•΄μ£Όμ…¨λŠ”λ°, μ΄λ²ˆμ—λŠ” novice λ‹˜κ»˜ PR 처리λ₯Ό λΆ€νƒλ“œλ €λ„ λ κΉŒμš”?

/unassign

This Issue has been assigned to a contributor who has Id: novice in the slack channel. Thank you !

/kind cleanup

/assign

μ œκ°€ λΉ λ₯΄κ²Œ assign ν•˜μ§€ μ•Šμ•„μ„œ ν˜Όλž€μ„ λ“œλ¦°κ²ƒ κ°™μ•„ μ£„μ†‘ν•©λ‹ˆλ‹€. μž‘μ—… μ§„ν–‰ν•΄λ³Ό 수 있게 λ°°λ €ν•΄μ£Όμ…”μ„œ κ°μ‚¬ν•©λ‹ˆλ‹€!
@ysyukr @seokho-son

/close

@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.

Was this page helpful?
0 / 5 - 0 ratings