Skip to content

Commit fc6c72f

Browse files
ziyi-xiet-inu
andauthored
Update content/ja/docs/concepts/scheduling-eviction/assign-pod-node.md
Co-authored-by: Toshiaki Inukai <[email protected]>
1 parent e761735 commit fc6c72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ja/docs/concepts/scheduling-eviction/assign-pod-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ spec:
262262
image: redis:3.2-alpine
263263
```
264264

265-
次の Web サーバーのDeployment例では、`app=web-store`ラベルが付与されたレプリカを作成します。Podアフィニティルールは、各レプリカを、`app=store`ラベルが付与されたPodを持つNodeに配置するようスケジューラーに指示します。Podアンチアフィニティルールは、1つのNodeに複数の`app=web-store`サーバーを配置しないようにスケジューラーに指示します。
265+
次のウェブサーバーのDeployment例では、`app=web-store`ラベルが付与されたレプリカを作成します。Podアフィニティルールは、各レプリカを、`app=store`ラベルが付与されたPodを持つNodeに配置するようスケジューラーに指示します。Podアンチアフィニティルールは、1つのNodeに複数の`app=web-store`サーバーを配置しないようにスケジューラーに指示します。
266266

267267
```yaml
268268
apiVersion: apps/v1

0 commit comments

Comments
 (0)