-
Notifications
You must be signed in to change notification settings - Fork 15k
[ko] Update /docs/concepts/workloads/controllers/deployment #52600
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
[ko] Update /docs/concepts/workloads/controllers/deployment #52600
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
긴 문서에 대해 접근해주셔서 감사합니다. 개선 요청드립니다.
`nginx-deployment` 이름을 가진 디플로이먼트가 생성된다. 이 이름은 이후에 생성되는 | ||
레플리카셋과 파드의 기준이 된다. 더 많은 정보를 위해 [디플로이먼트 명세 작성](#디플로이먼트-명세-작성)를 | ||
참고한다. | ||
* `.spec.replicas` 필드에 따라 디플로이먼트는 3개의 레플리카 파드를 생성하는 레플리카셋을 생성한다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
영어 원문에 replicated로 되어 있는 것을 레플리카로 번역하는 것은 적절하지 않습니다. 고쳐주세요. 예시: "복제된 파드 3개를 생성하는 레플리카셋을 생성한다"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
또한 영어는 creates.. that creates로 나와 있는데 생성한다가 2번 나오니 조금 어색해서, 앞 부분을 "만드는" 정도로 의역해도 좋겠습니다.
``` | ||
여기서 `deployment/nginx-deployment`는 디플로이먼트를 나타내며, | ||
nginx는 업데이트가 이루어질 컨테이너를 나타내고, | ||
`nginx:1.16.1`은 새로운 이미지와 그 태그를 나타낸다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"its tag"를 "그 태그"로 직역하니 어색합니다. 또한 indicates를 나타낸다고 하니 이상해요. 약간 의역을 하는 걸로 하시죠. 개선 예시: "nginx:1.16.1
은 새 이미지와 태그 값을 가리킨다."
여기서 `deployment/nginx-deployment`는 디플로이먼트를,
nginx는 업데이트가 이루어질 컨테이너를,
그리고 `nginx:1.16.1`은 새 이미지와 태그 값을 가리킨다.
@ianychoi 리뷰 감사합니다. 개선 사항 반영하였습니다. 확인 부탁드립니다. : ) |
/lgtm @jongwooo PTAL |
LGTM label has been added. Git tree hash: a5f2339fcf0e900e45411d8d43b106258f7a26e9
|
Hi @Eundms To finalize this PR, please squash commits of this PR into one commit. |
7bfcbfa
to
874e37b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jongwooo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
/ko/docs/concepts/workloads/controllers/deployment.md
because it is outdatedIssue
#52551
Closes: #52551