Skip to content

Commit f47fbe0

Browse files
committed
[fr] fix incorrect pod-template-hash labels
1 parent 384e38d commit f47fbe0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ Avant de commencer, assurez-vous que votre cluster Kubernetes est opérationnel.
145145

146146
```text
147147
NAME READY STATUS RESTARTS AGE LABELS
148-
nginx-deployment-75675f5897-7ci7o 1/1 Running 0 18s app=nginx,pod-template-hash=3123191453
149-
nginx-deployment-75675f5897-kzszj 1/1 Running 0 18s app=nginx,pod-template-hash=3123191453
150-
nginx-deployment-75675f5897-qqcnn 1/1 Running 0 18s app=nginx,pod-template-hash=3123191453
148+
nginx-deployment-75675f5897-7ci7o 1/1 Running 0 18s app=nginx,pod-template-hash=75675f5897
149+
nginx-deployment-75675f5897-kzszj 1/1 Running 0 18s app=nginx,pod-template-hash=75675f5897
150+
nginx-deployment-75675f5897-qqcnn 1/1 Running 0 18s app=nginx,pod-template-hash=75675f5897
151151
```
152152

153153
Le ReplicaSet créé garantit qu'il y a trois pods `nginx`.

0 commit comments

Comments
 (0)