File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/ja/docs/concepts/workloads/controllers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ Deploymentによって作成されたReplicaSetを管理しないでください
120
120
コマンドの実行結果は以下のとおりです:
121
121
``` shell
122
122
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
126
126
```
127
127
作成されたReplicaSetは` nginx ` Podを3つ作成することを保証します。
128
128
You can’t perform that action at this time.
0 commit comments