Skip to content

Create pod.md#13927

Merged
k8s-ci-robot merged 6 commits intokubernetes:dev-1.14-ko.5from
nowjean:dev-1.14-ko.2
Jun 13, 2019
Merged

Create pod.md#13927
k8s-ci-robot merged 6 commits intokubernetes:dev-1.14-ko.5from
nowjean:dev-1.14-ko.2

Conversation

@nowjean
Copy link
Copy Markdown
Contributor

@nowjean nowjean commented Apr 21, 2019

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Please delete this note before submitting the pull request.

For 1.15 Features: set Milestone to 1.15 and Base Branch to dev-1.15

For Chinese localization, base branch to release-1.12

For Korean Localization: set Base Branch to dev-1.14-ko.<latest team milestone>

Help editing and submitting pull requests:
https://kubernetes.io/docs/contribute/start/#improve-existing-content.

Help choosing which branch to use:
https://kubernetes.io/docs/contribute/start#choose-which-git-branch-to-use.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

translate "pod.md" to korean

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Apr 21, 2019
@k8s-ci-robot k8s-ci-robot added language/ko Issues or PRs related to Korean language sig/docs Categorizes an issue or PR as relevant to SIG Docs. labels Apr 21, 2019
@netlify
Copy link
Copy Markdown

netlify bot commented Apr 21, 2019

Deploy preview for k8s-dev-ko ready!

Built with commit 1c8bf08

https://deploy-preview-13927--k8s-dev-ko.netlify.com

@gochist
Copy link
Copy Markdown
Contributor

gochist commented Apr 21, 2019

/assign

@nowjean nowjean changed the base branch from dev-1.14-ko.2 to dev-1.14-ko.3 April 25, 2019 07:18
@k8s-ci-robot k8s-ci-robot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Apr 25, 2019
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Apr 26, 2019
@claudiajkang
Copy link
Copy Markdown
Contributor

@nowjean dev-1.14-ko.3 기준으로 PR이 리베이스 작업을 진행하였습니다!

리뷰 반영하시기 이전에 꼭 git pull 작업을 통해 최신 내용으로 업데이트 하신 후 작업 부탁드립니다~

Copy link
Copy Markdown
Contributor

@gochist gochist left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nowjean 감사합니다! 일부만 우선 검토해서 의견 드립니다. 전반적으로 원문의 내용을 되도록이면 빠짐 없이 옮겨주시고, 가로폭 유지와 용어집 참조를 부탁드리겠습니다. 반영해주시면 전문을 다시 리뷰하겠습니다. 리뷰 코멘트 내 참고를 부탁드린 건은 선택적으로 반영바랍니다.

@nowjean
Copy link
Copy Markdown
Contributor Author

nowjean commented May 7, 2019

@gochist @claudiajkang pod.md 내용 수정하였습니다. 용어집 기반으로 업데이트, 가로폭 유지 등. 오랜만에 pr이라 놓친부분이 많습니다ㅜㅜ..
outdate라고 라벨이 붙었는데 다른 조치가 필요한가요?

@claudiajkang
Copy link
Copy Markdown
Contributor

@nowjean 오늘 주간회의 이후에 브랜치가 dev-1.14-ko.4로 변경되었습니다. 따라서 최신 브랜치 기준 rebase 작업이 필요합니다~

@nowjean nowjean changed the base branch from dev-1.14-ko.3 to dev-1.14-ko.4 May 8, 2019 01:17
@nowjean
Copy link
Copy Markdown
Contributor Author

nowjean commented May 8, 2019

@nowjean 오늘 주간회의 이후에 브랜치가 dev-1.14-ko.4로 변경되었습니다. 따라서 최신 브랜치 기준 rebase 작업이 필요합니다~

dev-1.14-ko.4 로 리베이스 하였습니다!

@gochist
Copy link
Copy Markdown
Contributor

gochist commented May 8, 2019

@nowjean PR의 베이스 브랜치 변경 감사합니다. 커밋 히스토리도 dev.1.14-ko.4를 베이스로 바꾸어 주셔야합니다.

저장소 리모트가 다음과 같다는 가정으로 방법을 설명드립니다.

git remote -v
nowjean	git@github.com:nowjean/website.git (fetch)
nowjean	git@github.com:nowjean/website.git (push)
upstream	git@github.com:kubernetes/website.git (fetch)
upstream	git@github.com:kubernetes/website.git (push)

본 PR의 경우 non-ff 머지 커밋이 포함되어 있어 방법이 조금 복잡합니다.

git fetch -f nowjean dev-1.14-ko.2
git fetch upstream dev-1.14-ko.4
git checkout upstream/dev-1.14-ko.4 -b translate-create-pod
git cherry-pick c20ae5d0022641c5e0ea8984496e39e6c54a3aa7
git cherry-pick 5b0d43ae500b811b96ac2915a357260aded63863
git push -f nowjean translate-create-pod:dev-1.14-ko.2

조금 더 쉬운 방법으로 PR을 새로 오픈하는 것도 괜찮습니다.

@nowjean
Copy link
Copy Markdown
Contributor Author

nowjean commented May 8, 2019

@gochist 커밋 히스트리까지 리베이스 하였습니다. 조언주셔서 감사합니다!

@nowjean
Copy link
Copy Markdown
Contributor Author

nowjean commented May 8, 2019

resolved: #11854

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Jun 13, 2019
@gochist
Copy link
Copy Markdown
Contributor

gochist commented Jun 13, 2019

@nowjean I rebased onto dev-1.14-ko.5 for you.

/remove-language de
/remove-language en
/remove-language es
/remove-language fr
/remove-language id
/remove-language ja
/remove-language zh
/remove-area blog

@k8s-ci-robot k8s-ci-robot removed language/de Issues or PRs related to German language language/en Issues or PRs related to English language language/es Issues or PRs related to Spanish language language/fr Issues or PRs related to French language language/id Issues or PRs related to Indonesian language language/zh Issues or PRs related to Chinese language labels Jun 13, 2019
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

@gochist: Those labels are not set on the issue: language/ja

Details

In response to this:

@nowjean I rebased onto dev-1.14-ko.5 for you.

/remove-language de
/remove-language en
/remove-language es
/remove-language fr
/remove-language id
/remove-language ja
/remove-language zh
/remove-area blog

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot removed the area/blog Issues or PRs related to the Kubernetes Blog subproject label Jun 13, 2019
@gochist
Copy link
Copy Markdown
Contributor

gochist commented Jun 13, 2019

/remove-kind bug
/remove-language it
/remove-language pt
/remove-triage support

@k8s-ci-robot k8s-ci-robot removed kind/bug Categorizes issue or PR as related to a bug. language/it Issues or PRs related to Italian language language/pt Issues or PRs related to Portuguese language kind/support Categorizes issue or PR as a support question. labels Jun 13, 2019
@gochist
Copy link
Copy Markdown
Contributor

gochist commented Jun 13, 2019

@nowjean Thank you!
/hold cancel
/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added lgtm "Looks good to me", indicates that a PR is ready to be merged. and removed do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. labels Jun 13, 2019
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: gochist

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 13, 2019
@k8s-ci-robot k8s-ci-robot merged commit b1bf531 into kubernetes:dev-1.14-ko.5 Jun 13, 2019
ianychoi added a commit to ianychoi/website that referenced this pull request Jun 13, 2019
This commit is the fifth Korean l10n work for release-1.14.

* ko: add tutorials/clusters/apparmor kubernetes#12455 (kubernetes#14613)
* ko: add tasks/access-application-cluster/configure-dns-cluster (kubernetes#14628)
* ko: add tasks/access-application-cluster/communicate-containers-same-… (kubernetes#14627)
* ko: Update outdated files of setup and tasks in dev-1.14-ko.5 partly (kubernetes#14683)
* translate to content/ko/docs/concepts/cluster-administration/cluster-… (kubernetes#14237)
* Update renamed or deleted files in dev-1.14-ko.5 (kubernetes#14710)
* Create pod.md (kubernetes#13927)

Co-Authored-By: Yoon <learder@gmail.com>
Co-Authored-By: Claudia J.Kang <claudiajkang@gmail.com>
Co-Authored-By: June Yi <gochist@gmail.com>
Co-Authored-By: Woojin Na(Eddie) <cheapluv@gmail.com>
gochist added a commit that referenced this pull request Jun 16, 2019
Change List
* ko: add tutorials/clusters/apparmor #12455 (#14613)
* ko: add tasks/access-application-cluster/configure-dns-cluster (#14628)
* ko: add tasks/access-application-cluster/communicate-containers-same-… (#14627)
* ko: Update outdated files of setup and tasks in dev-1.14-ko.5 partly (#14683)
* translate to content/ko/docs/concepts/cluster-administration/cluster-… (#14237)
* Update renamed or deleted files in dev-1.14-ko.5 (#14710)
* Create pod.md (#13927)

Co-Authored-By:    Yoon <learder@gmail.com>
Co-Authored-By:    Woojin Na(Eddie) <kimchigood1130@gmail.com>
Co-Authored-By:    Claudia J. Kang <claudiajkang@gmail.com>
k8s-ci-robot pushed a commit that referenced this pull request Jun 16, 2019
Change List
* ko: add tutorials/clusters/apparmor #12455 (#14613)
* ko: add tasks/access-application-cluster/configure-dns-cluster (#14628)
* ko: add tasks/access-application-cluster/communicate-containers-same-… (#14627)
* ko: Update outdated files of setup and tasks in dev-1.14-ko.5 partly (#14683)
* translate to content/ko/docs/concepts/cluster-administration/cluster-… (#14237)
* Update renamed or deleted files in dev-1.14-ko.5 (#14710)
* Create pod.md (#13927)

Co-Authored-By:    Yoon <learder@gmail.com>
Co-Authored-By:    Woojin Na(Eddie) <kimchigood1130@gmail.com>
Co-Authored-By:    Claudia J. Kang <claudiajkang@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/feature Categorizes issue or PR as related to a new feature. language/ko Issues or PRs related to Korean language lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants