-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Outdated files in the dev-1.14-ko.1 branch #13448
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:
420 files in content/en are changed
30 files in content/ko are outdated
- _index.html 1 file changed, 1 insertion(+), 1 deletion(-)
- case-studies/blackrock/index.html 1 file changed, 1 insertion(+), 1 deletion(-)
- case-studies/pinterest/index.html 1 file changed, 7 insertions(+), 8 deletions(-)
- docs/concepts/architecture/cloud-controller.md 1 file changed, 1 insertion(+)
- docs/concepts/cluster-administration/federation.md 1 file changed, 4 insertions(+), 5 deletions(-)
- docs/concepts/configuration/scheduler-perf-tuning.md 1 file changed, 37 insertions(+), 33 deletions(-)
- docs/concepts/containers/images.md 1 file changed, 22 insertions(+), 4 deletions(-)
- docs/concepts/containers/runtime-class.md 1 file changed, 93 insertions(+), 46 deletions(-)
- docs/concepts/overview/components.md 1 file changed, 1 insertion(+), 1 deletion(-)
- docs/concepts/overview/object-management-kubectl/overview.md 1 file changed, 3 insertions(+), 1 deletion(-)
- docs/concepts/overview/working-with-objects/kubernetes-objects.md 1 file changed, 2 insertions(+), 2 deletions(-)
- docs/concepts/overview/working-with-objects/namespaces.md 1 file changed, 9 insertions(+), 7 deletions(-)
- docs/concepts/workloads/pods/init-containers.md 1 file changed, 32 insertions(+), 13 deletions(-)
- docs/concepts/workloads/pods/pod-lifecycle.md 1 file changed, 1 insertion(+), 1 deletion(-)
- docs/setup/certificates.md 1 file changed, 2 insertions(+), 2 deletions(-)
- docs/setup/minikube.md 1 file changed, 54 insertions(+), 21 deletions(-)
- docs/setup/multiple-zones.md 1 file changed, 3 insertions(+), 3 deletions(-)
- docs/setup/pick-right-solution.md 1 file changed, 66 insertions(+), 62 deletions(-)
- docs/setup/release/building-from-source.md 1 file changed, 1 insertion(+)
- docs/setup/scratch.md 1 file changed, 876 deletions(-)
- docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md 1 file changed, 32 insertions(+), 12 deletions(-)
- docs/tasks/run-application/horizontal-pod-autoscale.md 1 file changed, 1 insertion(+), 1 deletion(-)
- docs/tasks/tools/install-minikube.md 1 file changed, 15 insertions(+)
- docs/tutorials/configuration/configure-redis-using-configmap.md 1 file changed, 31 insertions(+), 30 deletions(-)
- docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html 1 file changed, 1 insertion(+), 1 deletion(-)
- docs/tutorials/kubernetes-basics/scale/scale-intro.html 1 file changed, 2 insertions(+), 2 deletions(-)
- docs/tutorials/online-training/overview.md 1 file changed, 4 insertions(+), 3 deletions(-)
- docs/tutorials/stateful-application/basic-stateful-set.md 1 file changed, 7 insertions(+), 7 deletions(-)
- docs/tutorials/stateless-application/guestbook.md 1 file changed, 1 insertion(+), 1 deletion(-)
- includes/federation-current-state.md 1 file changed, 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.1 branch.
For example:
# checkout `k/website:dev-1.14-ko.1`
...
# check what is updated in the upstream
git diff dev-1.13-ko.8 dev-1.14-ko.1 -- content/en/docs/_index.html
# apply changes to content/ko
vi content/ko/docs/_index.html
...
# commit and push
...
# make PR to `k/website:dev-1.14-ko.1`
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