This is a Bug Report
Problem:
546 files in content/en are changed
47 files in content/ko are outdated
- [x] _index.html 1 file changed, 1 insertion(+), 1 deletion(-)
- [x] case-studies/blackrock/index.html 1 file changed, 1 insertion(+), 1 deletion(-)
- [x] case-studies/ibm/index.html 1 file changed, 2 insertions(+), 5 deletions(-)
- [x] case-studies/naic/index.html 1 file changed, 6 insertions(+), 9 deletions(-)
- [x] case-studies/pinterest/index.html 1 file changed, 7 insertions(+), 8 deletions(-)
- [x] docs/concepts/architecture/cloud-controller.md 1 file changed, 1 insertion(+)
- [x] docs/concepts/cluster-administration/federation.md 1 file changed, 4 insertions(+), 5 deletions(-)
- [x] docs/concepts/configuration/scheduler-perf-tuning.md 1 file changed, 38 insertions(+), 34 deletions(-)
- [x] docs/concepts/containers/images.md 1 file changed, 23 insertions(+), 5 deletions(-)
- [x] docs/concepts/containers/runtime-class.md 1 file changed, 93 insertions(+), 46 deletions(-)
- [x] docs/concepts/overview/components.md 1 file changed, 1 insertion(+), 1 deletion(-)
- [x] docs/concepts/overview/kubernetes-api.md 1 file changed, 4 insertions(+), 4 deletions(-)
- [x] docs/concepts/overview/object-management-kubectl/overview.md 1 file changed, 3 insertions(+), 1 deletion(-)
- [x] docs/concepts/overview/working-with-objects/kubernetes-objects.md 1 file changed, 2 insertions(+), 2 deletions(-)
- [x] docs/concepts/overview/working-with-objects/namespaces.md 1 file changed, 9 insertions(+), 7 deletions(-)
- [x] docs/concepts/workloads/pods/init-containers.md 1 file changed, 32 insertions(+), 13 deletions(-)
- [x] docs/concepts/workloads/pods/pod-lifecycle.md 1 file changed, 2 insertions(+), 2 deletions(-)
- [x] docs/concepts/workloads/pods/pod-overview.md 1 file changed, 1 insertion(+), 1 deletion(-)
- [x] docs/contribute/_index.md 1 file changed, 1 insertion(+), 1 deletion(-)
- [x] docs/reference/_index.md 1 file changed, 2 insertions(+), 2 deletions(-)
- [x] docs/reference/glossary/device-plugin.md 1 file changed, 2 insertions(+), 2 deletions(-)
- [x] docs/reference/glossary/extensions.md 1 file changed, 2 insertions(+), 2 deletions(-)
- [x] docs/reference/glossary/pod-lifecycle.md 1 file changed, 7 insertions(+), 4 deletions(-)
- [x] docs/reference/glossary/replica-set.md 1 file changed, 1 insertion(+), 2 deletions(-)
- [x] docs/reference/glossary/taint.md 1 file changed, 4 insertions(+), 4 deletions(-)
- [x] docs/reference/glossary/toleration.md 1 file changed, 4 insertions(+), 4 deletions(-)
- [x] docs/reference/kubectl/cheatsheet.md 1 file changed, 21 insertions(+), 9 deletions(-)
- [x] docs/setup/certificates.md 1 file changed, 2 insertions(+), 2 deletions(-)
- [x] docs/setup/cri.md 1 file changed, 65 insertions(+), 41 deletions(-)
- [x] docs/setup/minikube.md 1 file changed, 54 insertions(+), 21 deletions(-)
- [x] docs/setup/multiple-zones.md 1 file changed, 3 insertions(+), 3 deletions(-)
- [x] docs/setup/pick-right-solution.md 1 file changed, 78 insertions(+), 70 deletions(-)
- [x] docs/setup/release/building-from-source.md 1 file changed, 1 insertion(+)
- [x] docs/tasks/access-application-cluster/access-cluster.md 1 file changed, 51 insertions(+), 34 deletions(-)
- [x] docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md 1 file changed, 32 insertions(+), 12 deletions(-)
- [x] docs/tasks/run-application/horizontal-pod-autoscale.md 1 file changed, 1 insertion(+), 1 deletion(-)
- [x] docs/tasks/tools/install-minikube.md 1 file changed, 15 insertions(+)
- [x] docs/tutorials/configuration/configure-redis-using-configmap.md 1 file changed, 31 insertions(+), 30 deletions(-)
- [x] docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html 1 file changed, 1 insertion(+), 1 deletion(-)
- [x] docs/tutorials/kubernetes-basics/scale/scale-intro.html 1 file changed, 2 insertions(+), 2 deletions(-)
- [x] docs/tutorials/online-training/overview.md 1 file changed, 4 insertions(+), 3 deletions(-)
- [x] docs/tutorials/stateful-application/basic-stateful-set.md 1 file changed, 7 insertions(+), 7 deletions(-)
- [x] docs/tutorials/stateful-application/cassandra.md 1 file changed, 2 insertions(+), 2 deletions(-)
- [x] docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md 1 file changed, 63 insertions(+), 75 deletions(-)
- [x] docs/tutorials/stateless-application/guestbook.md 1 file changed, 1 insertion(+), 1 deletion(-)
- [x] includes/federated-task-tutorial-prereqs.md 1 file changed, 5 insertions(+), 8 deletions(-)
- [x] includes/federation-deprecation-warning-note.md 1 file changed, 3 insertions(+)
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.2 branch.
For example:
# checkout `k/website:dev-1.14-ko.2`
...
# check what is updated in the upstream
git diff dev-1.13-ko.8 dev-1.14-ko.2 -- content/en/_index.html
# apply changes to content/ko
vi content/ko/_index.html
...
# commit and push
...
# make PR to `k/website:dev-1.14-ko.2`
Page to Update:
https://kubernetes.io/...
Note that we need to compare dev-1.14-ko.2 with dev-1.13-ko.8. Because master is merged to dev-1.14-ko.1 and then dev-1.14-ko.1 is merged to master to resolve conflict.