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

Translate pod-topology-spread-constraints in Korean #16654

Merged
merged 5 commits into from
Oct 10, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update pod-topology-spread-constraints.md
  • Loading branch information
ysyukr committed Oct 9, 2019
commit f8250f2229b7d093617ce7d3f433935649cd7885
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ spec:

- `PodAffinity` 는 원하는 수의 파드를 자격이 있는
토폴로지 도메인(들)을 묶을 수 있다.
- `PodAntiAffinity` 는 오직 하나의 파드를 단일
토폴로지 도메인에 예약을 할 수 있다.
- `PodAntiAffinity` 로는, 단일 토폴로지 도메인에
단 하나의 파드만 스케줄 될 수 있다.

"EvenPodsSpread" 기능은 다양한 토폴로지 도메인에 파드를 균등하게 분배해서
고 가용성 또는 비용 절감을 달성할 수 있는 유연한 옵션을 제공한다. 또한 워크로드의 롤링 업데이트와
Expand Down