Skip to content

Commit ac84414

Browse files
authored
Merge pull request #41461 from Arhell/es-incorect
[es] fix incorrect pod-template-hash labels
2 parents 40fb57f + 6aa7dab commit ac84414

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ Para ver las etiquetas generadas automáticamente en cada pod, ejecuta el comand
148148

149149
```shell
150150
NAME READY STATUS RESTARTS AGE LABELS
151-
nginx-deployment-75675f5897-7ci7o 1/1 Running 0 18s app=nginx,pod-template-hash=3123191453
152-
nginx-deployment-75675f5897-kzszj 1/1 Running 0 18s app=nginx,pod-template-hash=3123191453
153-
nginx-deployment-75675f5897-qqcnn 1/1 Running 0 18s app=nginx,pod-template-hash=3123191453
151+
nginx-deployment-75675f5897-7ci7o 1/1 Running 0 18s app=nginx,pod-template-hash=75675f5897
152+
nginx-deployment-75675f5897-kzszj 1/1 Running 0 18s app=nginx,pod-template-hash=75675f5897
153+
nginx-deployment-75675f5897-qqcnn 1/1 Running 0 18s app=nginx,pod-template-hash=75675f5897
154154
```
155155

156156
El ReplicaSet creado garantiza que hay tres Pods de `nginx` ejecutándose en todo momento.

0 commit comments

Comments
 (0)