ko: add translation tutorial/stateful-application/cassandra #12450#13515
ko: add translation tutorial/stateful-application/cassandra #12450#13515k8s-ci-robot merged 2 commits intokubernetes:dev-1.14-ko.1from
Conversation
|
Deploy preview for k8s-dev-ko ready! Built with commit 475b36e |
|
/assign |
|
|
||
| {{< codenew file="application/cassandra/cassandra-service.yaml" >}} | ||
|
|
||
| 1. 다운로드 받은 메니페스트 파일 디렉터리에 터미널 윈도우를 열자. |
| 1. `cassandra-service.yaml` 파일에서 카산드라 스테이트풀셋 노드를 모두 추적하는 서비스를 생성한다. | ||
|
|
||
| ```shell | ||
| kubectl create -f https://k8s.io/examples/application/cassandra/cassandra-service.yaml |
There was a problem hiding this comment.
원문과 동일하게 "create"를 "apply"로 변경 바랍니다.
| cassandra ClusterIP None <none> 9042/TCP 45s | ||
| ``` | ||
|
|
||
| 이와 다른 응답이라면 서비스 생성에 실패한 것입니다. 일반적인 문제에 대한 [서비스 디버깅하기](/docs/tasks/debug-application-cluster/debug-service/)를 읽어보자. |
There was a problem hiding this comment.
"실패한 것입니다."를 "실패한 것이다."로 변경 바랍니다. (문체 통일)
|
|
||
| ## 카산드라 링을 생성하는 스테이트풀셋 이용하기 | ||
|
|
||
| 스테이트풀셋 메니페스트에는 다음을 포함하는데 3개 파드로 구성된 카산드라 링을 생성한다. |
There was a problem hiding this comment.
"메니페스트"를 "매니페스트"로 변경 바랍니다.
|
|
||
| ## 카산드라 스테이트풀셋 수정하기 | ||
|
|
||
| `kubectl edit`사용하여 카산드라 스테이트풀셋의 크기를 수정한다. |
There was a problem hiding this comment.
조사와 띄어쓰기를 추가 바랍니다.
kubectl edit를 사용하여
| replicas: 3 | ||
| ``` | ||
|
|
||
| 1. 리플리카 개수를 4로 바꾸고, 메니페스트를 저장한다. |
| replicas: 3 | ||
| ``` | ||
|
|
||
| 1. 리플리카 개수를 4로 바꾸고, 메니페스트를 저장한다. |
There was a problem hiding this comment.
"메니페스트"를 "매니페스트"로 변경 바랍니다.
| 스테이트풀셋을 삭제하거나 스케일링하는 것은 스테이트풀셋에 연관된 볼륨을 삭제하지 않는다. 당신의 데이터가 스테이트풀셋의 관련된 모든 리소스를 자동으로 제거하는 것보다 더 가치있기에 이 설정은 당신의 안전을 위한 것이다. | ||
|
|
||
| {{< warning >}} | ||
| 스토리지 클래스와 리클레임 정책에 종속되었기 때문에 *퍼시스턴스볼륨클레임* 을 삭제하면 그와 연관된 볼륨도 삭제될 수 있다. 볼륨 요청이 삭제되어도 데이터를 접근할 수 있다고 절대로 가정하지 말자. |
There was a problem hiding this comment.
"종속되었기 때문에"를 "따라"로 변경하면 더 자연스러울 것 같습니다. 참고 바랍니다.
|
|
||
| {{% capture whatsnext %}} | ||
|
|
||
| * 어떻게 [스테트풀셋 스케일](/docs/tasks/run-application/scale-stateful-set/)하는지 살펴봅니다. |
There was a problem hiding this comment.
"살펴봅니다"를 "살펴본다"로 변경 바랍니다. 이하 일괄 적용 바랍니다. (문제 통일)
53aa698 to
00e6585
Compare
|
@yoonian 감사합니다! 사소한 오타 하나 추가 수정했습니다. |
|
[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 DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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>
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>
- 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>
* 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
No description provided.