Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated files in the dev-1.17-ko.3 branch. #18577

Closed
9 tasks
claudiajkang opened this issue Jan 9, 2020 · 1 comment
Closed
9 tasks

Outdated files in the dev-1.17-ko.3 branch. #18577

claudiajkang opened this issue Jan 9, 2020 · 1 comment
Assignees
Labels
language/ko Issues or PRs related to Korean language

Comments

@claudiajkang
Copy link
Contributor

This is a Bug Report

Problem

Outdated files in the dev-1.17-ko.3 branch.

9 files to be modified

  1. content/en/docs/concepts/services-networking/connect-applications-service.md 1 file changed, 1 insertion(+), 1 deletion(-)
  2. content/en/docs/concepts/services-networking/dual-stack.md 1 file changed, 1 insertion(+), 1 deletion(-)
  3. content/en/docs/concepts/services-networking/service-topology.md 1 file changed, 1 insertion(+), 1 deletion(-)
  4. content/en/docs/concepts/workloads/controllers/cron-jobs.md 1 file changed, 5 insertions(+)
  5. content/en/docs/concepts/workloads/pods/pod-overview.md 1 file changed, 1 insertion(+), 1 deletion(-)
  6. content/en/docs/reference/glossary/customresourcedefinition.md 1 file changed, 1 insertion(+), 1 deletion(-)
  7. content/en/docs/reference/kubectl/cheatsheet.md 1 file changed, 3 insertions(+), 2 deletions(-)
  8. content/en/docs/setup/_index.md 1 file changed, 2 insertions(+), 4 deletions(-)
  9. content/en/docs/tasks/access-application-cluster/access-cluster.md 1 file changed, 7 insertions(+)

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.17-ko.3 branch.

For example:

# checkout `dev-1.17-ko.3`
...
# check what is updated in the upstream
git diff dev-1.17-ko.2 dev-1.17-ko.3 -- content/en/docs/concepts/services-networking/connect-applications-service.md
# apply changes to content/ko
vi content/ko/docs/concepts/services-networking/connect-applications-service.md
...
# commit and push
...
# make PR to `dev-1.17-ko.3`

Pages to Update

/language ko

@claudiajkang claudiajkang added the language/ko Issues or PRs related to Korean language label Jan 9, 2020
@ysyukr
Copy link
Member

ysyukr commented Jan 9, 2020

/assign

k8s-ci-robot pushed a commit that referenced this issue Jan 15, 2020
* Update to Outdated files in dev-1.17-ko.3 branch.

### 6 out of 9 files to be modified
- [x] content/ko/docs/concepts/services-networking/connect-applications-service.md
- [ ] content/ko/docs/concepts/services-networking/dual-stack.md
> 오타 수정으로, 한글문서에서는 반영되어있음.
- [ ] content/ko/docs/concepts/services-networking/service-topology.md
> 오타 수정으로, 한글문서에서는 반영되어있음.
- [x] content/ko/docs/concepts/workloads/controllers/cron-jobs.md
- [x] content/ko/docs/concepts/workloads/pods/pod-overview.md
- [x] content/ko/docs/reference/glossary/customresourcedefinition.md
- [x] content/ko/docs/reference/kubectl/cheatsheet.md
- [x] content/ko/docs/setup/_index.md
- [ ] content/ko/docs/tasks/access-application-cluster/access-cluster.md
> #18243 에서 반영됨.

from #18577
/language ko

* Update kubectl/cheatsheet.md in dev-1.17-ko.3 branch.

Co-authored-by: Claudia J.Kang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
language/ko Issues or PRs related to Korean language
Projects
None yet
Development

No branches or pull requests

2 participants