Skip to content

Outdated files in the dev-1.16-ko.1 branch #16438

@gochist

Description

@gochist

This is a Bug Report

Problem

Outdated files in the dev-1.16-ko.1 branch.

17 files to be modified

  1. content/en/_index.html 1 file changed, 1 insertion(+)
  2. content/en/docs/concepts/architecture/cloud-controller.md 1 file changed, 5 insertions(+), 4 deletions(-)
  3. content/en/docs/concepts/architecture/nodes.md 1 file changed, 11 insertions(+)
  4. content/en/docs/concepts/containers/runtime-class.md 1 file changed, 48 insertions(+), 4 deletions(-)
  5. content/en/docs/concepts/overview/what-is-kubernetes.md 1 file changed, 1 insertion(+), 1 deletion(-)
  6. content/en/docs/concepts/workloads/controllers/deployment.md 1 file changed, 1 insertion(+), 1 deletion(-)
  7. content/en/docs/concepts/workloads/pods/pod-lifecycle.md 1 file changed, 21 insertions(+), 2 deletions(-)
  8. content/en/docs/reference/_index.md 1 file changed, 1 insertion(+), 1 deletion(-)
  9. content/en/docs/reference/glossary/applications.md 1 file changed, 1 deletion(-)
  10. content/en/docs/reference/glossary/static-pod.md 1 file changed, 8 insertions(+), 4 deletions(-)
  11. content/en/docs/reference/glossary/workload.md 1 file changed, 8 insertions(+), 14 deletions(-)
  12. content/en/docs/setup/_index.md 1 file changed, 2 insertions(+), 1 deletion(-)
  13. content/en/docs/setup/production-environment/tools/kubeadm/control-plane-flags.md 1 file changed, 3 insertions(+), 3 deletions(-)
  14. content/en/docs/setup/production-environment/windows/user-guide-windows-containers.md 1 file changed, 4 insertions(+)
  15. content/en/docs/setup/production-environment/windows/user-guide-windows-nodes.md 1 file changed, 147 insertions(+), 100 deletions(-)
  16. content/en/docs/tasks/access-application-cluster/web-ui-dashboard.md 1 file changed, 1 insertion(+), 1 deletion(-)
  17. content/en/docs/tutorials/stateful-application/cassandra.md 1 file changed, 1 deletion(-)

0 files to be renamed

0 files to be deleted

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.16-ko.1 branch.

For example:

# checkout `dev-1.16-ko.1`
...
# check what is updated in the upstream 
git diff upstream/dev-1.15-ko.5 dev-1.16-ko.1 -- content/en/_index.html
# apply changes to content/ko
vi content/ko/_index.html
...
# commit and push
...
# make PR to `dev-1.16-ko.1`

Pages to Update

Metadata

Metadata

Assignees

Labels

language/koIssues or PRs related to Korean languagepriority/backlogHigher priority than priority/awaiting-more-evidence.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions