-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
[ja] Localization inconsistencies of contents of "Running in multiple zones" #46240
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site 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.
短くするならこうですかね
Co-authored-by: Kohei Ota (inductor) <kela@inductor.me>
/easycla |
(ちゃんと原因把握していないんですけど、suggestion経由でcommitすると、最近往々にして発生しますよね。。) |
|
||
結果は以下のようになります: | ||
ノードが起動すると、各ノードのkubeletは、Kubernetes APIで特定のkubeletを表すノードオブジェクトに{{< glossary_tooltip text="ラベル" term_id="label" >}}を自動的に追加します。これらのラベルには[ゾーン情報](/docs/reference/labels-annotations-taints/#topologykubernetesiozone)を含めることができます。 |
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.
ゾーン情報のリンクは、ja がなかったので、en のページをリンクしました
```shell | ||
LoadBalancer Ingress: 130.211.126.21 | ||
``` | ||
クラスターが複数のゾーンまたはリージョンにまたがっている場合、ノードラベルと[Pod Topology Spread Constraints](/docs/concepts/scheduling-eviction/topology-spread-constraints/)を組み合わせて使用することで、リージョン、ゾーン、さらには特定のノードといった障害ドメイン間でクラスター全体にPodをどのように分散させるかを制御できます。これらのヒントにより、{{< glossary_tooltip text="スケジューラー" term_id="kube-scheduler" >}}は予想される可用性を高めてPodを配置し、相関する障害がワークロード全体に影響するリスクを低減できます。 |
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.
Pod Topology Spread Constraints のリンクも、ja がなかったので、en のページをリンクしました
/label tide/merge-method-squash |
@Okabe-Junya |
ワイがなんかやらかしたのかと思って焦った |
/assign |
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.
レビューが遅くなって申し訳ありません。何点かコメントしたのでご確認お願いします!
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.
(Just note) 主に https://github.com/kubernetes/website/pull/23498/files の変更の取り込みのため、削除部分が多い
@Okabe-Junya @t-inu @nasa9084 |
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.
LGTM label has been added. Git tree hash: 73360c3c4462b494f11ce3a99e1f0b402a8ba057
|
/assign nasa9084 |
これが気になる |
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.
/lgtm
LGTM label has been added. Git tree hash: 73ebefdec95e7b489e39dca173b28bc3c9cfa04d
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: inductor, Okabe-Junya 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 |
… zones" (kubernetes#46240) * Update content/ja/docs/setup/best-practices/multiple-zones.md * Update content/ja/docs/setup/best-practices/multiple-zones.md Co-authored-by: Kohei Ota (inductor) <kela@inductor.me> * Reflects the review * Update multiple-zones.md * Update multiple-zones.md * Update multiple-zones.md * Update multiple-zones.md * Reflects reviewer comments * Reflects reviewer comments * Fix overview --------- Co-authored-by: Kohei Ota (inductor) <kela@inductor.me>
… zones" (kubernetes#46240) * Update content/ja/docs/setup/best-practices/multiple-zones.md * Update content/ja/docs/setup/best-practices/multiple-zones.md Co-authored-by: Kohei Ota (inductor) <kela@inductor.me> * Reflects the review * Update multiple-zones.md * Update multiple-zones.md * Update multiple-zones.md * Update multiple-zones.md * Reflects reviewer comments * Reflects reviewer comments * Fix overview --------- Co-authored-by: Kohei Ota (inductor) <kela@inductor.me>
Closes: #41865