Skip to content

Outdated files in the dev-1.13-ko.1 branch #10686

@gochist

Description

@gochist

This is a...

  • Feature Request
  • Bug Report

Problem:
115 files in content/en are changed
12 files in content/ko are outdated

  • docs/setup/_index.md
  • docs/setup/independent/create-cluster-kubeadm.md
  • docs/setup/independent/high-availability.md
  • docs/setup/independent/install-kubeadm.md
  • docs/setup/minikube.md
  • docs/setup/multiple-zones.md
  • docs/setup/pick-right-solution.md
  • docs/setup/scratch.md
  • docs/tutorials/hello-minikube.md
  • docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html
  • docs/tutorials/kubernetes-basics/update/update-intro.html
  • examples/minikube/Dockerfile

This outdated file list is generated by the script based on the result of comparison 2a1899a to ad54de4.

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.13-ko.1 branch.

For example:

# checkout `k/website:dev-1.13-ko.1`
...
# check what is updated in the upstream 
git diff 2a1899a6 ad54de44 -- content/en/docs/setup/_index.md
# apply changes to content/ko
vi content/ko/docs/setup/_index.md
...
# commit and push
...
# make PR to `k/website:dev-1.13-ko.1`

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

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