Merge pull request #41398 from Arhell/fr-incorect

[fr] fix incorrect pod-template-hash labels
pull/41403/head
Kubernetes Prow Robot 2023-05-31 21:53:46 -07:00 committed by GitHub
commit 9d6d500d3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -145,9 +145,9 @@ Avant de commencer, assurez-vous que votre cluster Kubernetes est opérationnel.
```text
NAME READY STATUS RESTARTS AGE LABELS
nginx-deployment-75675f5897-7ci7o 1/1 Running 0 18s app=nginx,pod-template-hash=3123191453
nginx-deployment-75675f5897-kzszj 1/1 Running 0 18s app=nginx,pod-template-hash=3123191453
nginx-deployment-75675f5897-qqcnn 1/1 Running 0 18s app=nginx,pod-template-hash=3123191453
nginx-deployment-75675f5897-7ci7o 1/1 Running 0 18s app=nginx,pod-template-hash=75675f5897
nginx-deployment-75675f5897-kzszj 1/1 Running 0 18s app=nginx,pod-template-hash=75675f5897
nginx-deployment-75675f5897-qqcnn 1/1 Running 0 18s app=nginx,pod-template-hash=75675f5897
```
Le ReplicaSet créé garantit qu'il y a trois pods `nginx`.