Skip to content

Outdated files in the dev-1.13-ko.3 branch #11424

@gochist

Description

@gochist

This is a...

  • Feature Request
  • Bug Report

Problem:
27 files in content/en are changed
3 files in content/ko are outdated

  • docs/setup/independent/high-availability.md
  • docs/setup/independent/setup-ha-etcd-with-kubeadm.md
  • docs/setup/independent/troubleshooting-kubeadm.md

This outdated file list is generated by the script based on the result of comparison 0ae881b to 8d7bb3c.

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

For example:

# checkout `k/website:dev-1.13-ko.3`
...
# check what is updated in the upstream 
git diff 0ae881b4 8d7bb3c2 -- content/en/docs/setup/independent/high-availability.md
# apply changes to content/ko
vi content/ko/docs/setup/independent/high-availability.md
...
# commit and push
...
# make PR to `k/website:dev-1.13-ko.3`

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