-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Outdated files in the dev-1.13-ko.3 branch #11424
Copy link
Copy link
Closed
Labels
language/koIssues or PRs related to Korean languageIssues or PRs related to Korean language
Description
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/...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
language/koIssues or PRs related to Korean languageIssues or PRs related to Korean language