Skip to content

Outdated files in the dev-1.14-ko.4 branch #14207

@gochist

Description

@gochist

This is a Bug Report

Problem:

74 files in content/en are changed
15 files in content/ko are outdated

  • docs/concepts/_index.md 1 file changed, 1 insertion(+), 1 deletion(-)
  • docs/concepts/overview/components.md 1 file changed, 1 insertion(+), 1 deletion(-)
  • docs/concepts/overview/what-is-kubernetes.md 1 file changed, 2 insertions(+), 2 deletions(-)
  • docs/concepts/overview/working-with-objects/namespaces.md 1 file changed, 1 insertion(+), 1 deletion(-)
  • docs/concepts/workloads/pods/pod-lifecycle.md 1 file changed, 2 insertions(+), 2 deletions(-)
  • docs/contribute/_index.md 1 file changed, 9 insertions(+), 4 deletions(-)
  • docs/contribute/participating.md 1 file changed, 18 insertions(+), 18 deletions(-)
  • docs/reference/kubectl/cheatsheet.md 1 file changed, 5 insertions(+), 1 deletion(-)
  • docs/setup/minikube.md 1 file changed, 12 insertions(+), 9 deletions(-)
  • docs/setup/pick-right-solution.md 1 file changed, 6 insertions(+), 4 deletions(-)
  • docs/tasks/tools/install-minikube.md 1 file changed, 29 insertions(+), 2 deletions(-)
  • docs/tutorials/kubernetes-basics/explore/explore-intro.html 1 file changed, 1 insertion(+), 1 deletion(-)
  • docs/tutorials/services/source-ip.md 1 file changed, 1 insertion(+), 1 deletion(-)
  • docs/tutorials/stateless-application/guestbook.md 1 file changed, 14 insertions(+), 14 deletions(-)
  • examples/pods/config/redis-pod.yaml 1 file changed, 1 insertion(+), 1 deletion(-)

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.4 branch.

For example:

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

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

/language ko

Metadata

Metadata

Assignees

No one assigned

    Labels

    language/koIssues or PRs related to Korean language

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions