Merge pull request #41398 from Arhell/fr-incorect
[fr] fix incorrect pod-template-hash labelspull/41403/head
commit
9d6d500d3b
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue