-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Outdated files in the dev-1.13-ko.2 branch #10904
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:
147 files in content/en are changed
5 files in content/ko are outdated
- docs/concepts/overview/kubernetes-api.md
- docs/home/_index.md
- docs/setup/independent/troubleshooting-kubeadm.md
- docs/setup/multiple-zones.md
- docs/setup/pick-right-solution.md
This outdated file list is generated by the script based on the result of comparison c321a09 to ecef1e7.
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.2 branch.
For example:
# checkout `k/website:dev-1.13-ko.2`
...
# check what is updated in the upstream
git diff c321a098f ecef1e75 -- content/en/docs/concepts/overview/kubernetes-api.md
# apply changes to content/ko
vi content/ko/docs/concepts/overview/kubernetes-api.md
...
# commit and push
...
# make PR to `k/website:dev-1.13-ko.2`
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