Skip to content

Commit 7538176

Browse files
authored
Merge pull request #41430 from Arhell/ja-incorect
[ja] fix incorrect pod-template-hash labels
2 parents d6cad15 + bb90b51 commit 7538176

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/ja/docs/concepts/workloads/controllers/deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ Deploymentによって作成されたReplicaSetを管理しないでください
120120
コマンドの実行結果は以下のとおりです:
121121
```shell
122122
NAME READY STATUS RESTARTS AGE LABELS
123-
nginx-deployment-75675f5897-7ci7o 1/1 Running 0 18s app=nginx,pod-template-hash=3123191453
124-
nginx-deployment-75675f5897-kzszj 1/1 Running 0 18s app=nginx,pod-template-hash=3123191453
125-
nginx-deployment-75675f5897-qqcnn 1/1 Running 0 18s app=nginx,pod-template-hash=3123191453
123+
nginx-deployment-75675f5897-7ci7o 1/1 Running 0 18s app=nginx,pod-template-hash=75675f5897
124+
nginx-deployment-75675f5897-kzszj 1/1 Running 0 18s app=nginx,pod-template-hash=75675f5897
125+
nginx-deployment-75675f5897-qqcnn 1/1 Running 0 18s app=nginx,pod-template-hash=75675f5897
126126
```
127127
作成されたReplicaSetは`nginx`Podを3つ作成することを保証します。
128128

0 commit comments

Comments
 (0)