Skip to content

ko: add translation tutorial/stateful-application/cassandra #12450#13515

Merged
k8s-ci-robot merged 2 commits intokubernetes:dev-1.14-ko.1from
yoonian:dev-1.14-ko.1-12450
Apr 6, 2019
Merged

ko: add translation tutorial/stateful-application/cassandra #12450#13515
k8s-ci-robot merged 2 commits intokubernetes:dev-1.14-ko.1from
yoonian:dev-1.14-ko.1-12450

Conversation

@yoonian
Copy link
Copy Markdown
Contributor

@yoonian yoonian commented Mar 29, 2019

No description provided.

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/ko Issues or PRs related to Korean language 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. labels Mar 29, 2019
@netlify
Copy link
Copy Markdown

netlify bot commented Mar 29, 2019

Deploy preview for k8s-dev-ko ready!

Built with commit 475b36e

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

@gochist
Copy link
Copy Markdown
Contributor

gochist commented Mar 30, 2019

/assign

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.

@yoonian 감사합니다! 몇 가지 검토 의견 드립니다. 참고를 요청드린 건은 선택적으로 반영 바랍니다.


{{< codenew file="application/cassandra/cassandra-service.yaml" >}}

1. 다운로드 받은 메니페스트 파일 디렉터리에 터미널 윈도우를 열자.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

"메니페스트"를 "매니페스트"로 변경 바랍니다.

see 한글화팀 용어집

1. `cassandra-service.yaml` 파일에서 카산드라 스테이트풀셋 노드를 모두 추적하는 서비스를 생성한다.

```shell
kubectl create -f https://k8s.io/examples/application/cassandra/cassandra-service.yaml
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

원문과 동일하게 "create"를 "apply"로 변경 바랍니다.

cassandra ClusterIP None <none> 9042/TCP 45s
```

이와 다른 응답이라면 서비스 생성에 실패한 것입니다. 일반적인 문제에 대한 [서비스 디버깅하기](/docs/tasks/debug-application-cluster/debug-service/)를 읽어보자.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

"실패한 것입니다."를 "실패한 것이다."로 변경 바랍니다. (문체 통일)


## 카산드라 링을 생성하는 스테이트풀셋 이용하기

스테이트풀셋 메니페스트에는 다음을 포함하는데 3개 파드로 구성된 카산드라 링을 생성한다.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

"메니페스트"를 "매니페스트"로 변경 바랍니다.


## 카산드라 스테이트풀셋 수정하기

`kubectl edit`사용하여 카산드라 스테이트풀셋의 크기를 수정한다.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

조사와 띄어쓰기를 추가 바랍니다.

kubectl edit를 사용하여

replicas: 3
```

1. 리플리카 개수를 4로 바꾸고, 메니페스트를 저장한다.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

"리플리카"를 "레플리카"로 변경 바랍니다.

see 한글화팀 용어집

replicas: 3
```

1. 리플리카 개수를 4로 바꾸고, 메니페스트를 저장한다.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

"메니페스트"를 "매니페스트"로 변경 바랍니다.

스테이트풀셋을 삭제하거나 스케일링하는 것은 스테이트풀셋에 연관된 볼륨을 삭제하지 않는다. 당신의 데이터가 스테이트풀셋의 관련된 모든 리소스를 자동으로 제거하는 것보다 더 가치있기에 이 설정은 당신의 안전을 위한 것이다.

{{< warning >}}
스토리지 클래스와 리클레임 정책에 종속되었기 때문에 *퍼시스턴스볼륨클레임* 을 삭제하면 그와 연관된 볼륨도 삭제될 수 있다. 볼륨 요청이 삭제되어도 데이터를 접근할 수 있다고 절대로 가정하지 말자.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

"종속되었기 때문에"를 "따라"로 변경하면 더 자연스러울 것 같습니다. 참고 바랍니다.


{{% capture whatsnext %}}

* 어떻게 [스테트풀셋 스케일](/docs/tasks/run-application/scale-stateful-set/)하는지 살펴봅니다.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

"살펴봅니다"를 "살펴본다"로 변경 바랍니다. 이하 일괄 적용 바랍니다. (문제 통일)

@yoonian yoonian force-pushed the dev-1.14-ko.1-12450 branch from 53aa698 to 00e6585 Compare March 31, 2019 20:42
@gochist
Copy link
Copy Markdown
Contributor

gochist commented Apr 6, 2019

@yoonian 감사합니다! 사소한 오타 하나 추가 수정했습니다.
/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 6, 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 Apr 6, 2019
@k8s-ci-robot k8s-ci-robot merged commit fee3293 into kubernetes:dev-1.14-ko.1 Apr 6, 2019
claudiajkang added a commit that referenced this pull request Apr 9, 2019
ko: Fix nav-menu sync in tutorials/statefulset #13374 (#13474)

ko: add outdated files in dev-1.14-ko.1 branch (#13473)

Translate title of concepts/../image.md Ko (#13507)

ko: add translation tutorial/stateful-application/cassandra #12450 (#13515)

Translate reference/kubectl/cheatsheet in Korean (#13549)

Translate tasks/access-application-cluster/access-cluster in Korean (#13565)

ko: add tutorials/stateful-application/mysql-wordpress-persistent-vol… (#13516)

Issue 12838 object management kubectl imperative config (#13657)

Translate standardized glossary Tag Fandamental in Korean (#13552)

Co-authored-by:    Kim Young Dae <38598117+zer0big@users.noreply.github.com>

Co-authored-by:    Yoon <learder@gmail.com>

Co-authored-by:    lapee79 <lapee79@gmail.com>

Co-authored-by:    Jesang Myung <jesang.myung@gmail.com>

Co-authored-by:    Seokho <shsongist@gmail.com>

Co-authored-by:    Claudia J.Kang <claudiajkang@gmail.com>
claudiajkang pushed a commit that referenced this pull request Apr 9, 2019
ko: Fix nav-menu sync in tutorials/statefulset #13374 (#13474)

ko: add outdated files in dev-1.14-ko.1 branch (#13473)

Translate title of concepts/../image.md Ko (#13507)

ko: add translation tutorial/stateful-application/cassandra #12450 (#13515)

Translate reference/kubectl/cheatsheet in Korean (#13549)

Translate tasks/access-application-cluster/access-cluster in Korean (#13565)

ko: add tutorials/stateful-application/mysql-wordpress-persistent-vol… (#13516)

Issue 12838 object management kubectl imperative config (#13657)

Translate standardized glossary Tag Fandamental in Korean (#13552)

Co-authored-by:    Kim Young Dae <38598117+zer0big@users.noreply.github.com>

Co-authored-by:    Yoon <learder@gmail.com>

Co-authored-by:    lapee79 <lapee79@gmail.com>

Co-authored-by:    Jesang Myung <jesang.myung@gmail.com>

Co-authored-by:    Seokho <shsongist@gmail.com>

Co-authored-by:    Claudia J.Kang <claudiajkang@gmail.com>

Co-authored-by:    June Yi <june.yi@samsung.com>
claudiajkang pushed a commit that referenced this pull request Apr 9, 2019
- ko: Fix nav-menu sync in tutorials/statefulset #13374 (#13474)
- ko: add outdated files in dev-1.14-ko.1 branch (#13473)
- Translate title of concepts/../image.md Ko (#13507)
- ko: add translation tutorial/stateful-application/cassandra #12450 (#13515)
- Translate reference/kubectl/cheatsheet in Korean (#13549)
- Translate tasks/access-application-cluster/access-cluster in Korean (#13565)
- ko: add tutorials/stateful-application/mysql-wordpress-persistent-vol… (#13516)
- Issue 12838 object management kubectl imperative config (#13657)
- Translate standardized glossary Tag Fandamental in Korean (#13552)

Co-authored-by:    Kim Young Dae <38598117+zer0big@users.noreply.github.com>

Co-authored-by:    Yoon <learder@gmail.com>

Co-authored-by:    lapee79 <lapee79@gmail.com>

Co-authored-by:    Jesang Myung <jesang.myung@gmail.com>

Co-authored-by:    Seokho <shsongist@gmail.com>

Co-authored-by:    Claudia J.Kang <claudiajkang@gmail.com>

Co-authored-by:    June Yi <june.yi@samsung.com>
k8s-ci-robot pushed a commit that referenced this pull request Apr 10, 2019
* First Korean I10n work for release-1.14

- ko: Fix nav-menu sync in tutorials/statefulset #13374 (#13474)
- ko: add outdated files in dev-1.14-ko.1 branch (#13473)
- Translate title of concepts/../image.md Ko (#13507)
- ko: add translation tutorial/stateful-application/cassandra #12450 (#13515)
- Translate reference/kubectl/cheatsheet in Korean (#13549)
- Translate tasks/access-application-cluster/access-cluster in Korean (#13565)
- ko: add tutorials/stateful-application/mysql-wordpress-persistent-vol… (#13516)
- Issue 12838 object management kubectl imperative config (#13657)
- Translate standardized glossary Tag Fandamental in Korean (#13552)

Co-authored-by:    Kim Young Dae <38598117+zer0big@users.noreply.github.com>

Co-authored-by:    Yoon <learder@gmail.com>

Co-authored-by:    lapee79 <lapee79@gmail.com>

Co-authored-by:    Jesang Myung <jesang.myung@gmail.com>

Co-authored-by:    Seokho <shsongist@gmail.com>

Co-authored-by:    Claudia J.Kang <claudiajkang@gmail.com>

Co-authored-by:    June Yi <june.yi@samsung.com>

* Fix conflict : pick-right-solution
@yoonian yoonian deleted the dev-1.14-ko.1-12450 branch April 30, 2019 15:43
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. 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.

3 participants