Skip to content

Commit 5b25e74

Browse files
authored
Merge pull request #41384 from Arhell/id-pod
[id] fix incorrect pod-template-hash labels
2 parents c2003c5 + 55efe31 commit 5b25e74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ Dalam contoh ini:
116116
6. Untuk melihat label yang dibangkitkan secara otomatis untuk tiap Pod, jalankan `kubectl get pods --show-labels`. Perintah akan menghasilkan keluaran berikut:
117117
```shell
118118
NAME READY STATUS RESTARTS AGE LABELS
119-
nginx-deployment-75675f5897-7ci7o 1/1 Running 0 18s app=nginx,pod-template-hash=3123191453
120-
nginx-deployment-75675f5897-kzszj 1/1 Running 0 18s app=nginx,pod-template-hash=3123191453
121-
nginx-deployment-75675f5897-qqcnn 1/1 Running 0 18s app=nginx,pod-template-hash=3123191453
119+
nginx-deployment-75675f5897-7ci7o 1/1 Running 0 18s app=nginx,pod-template-hash=75675f5897
120+
nginx-deployment-75675f5897-kzszj 1/1 Running 0 18s app=nginx,pod-template-hash=75675f5897
121+
nginx-deployment-75675f5897-qqcnn 1/1 Running 0 18s app=nginx,pod-template-hash=75675f5897
122122
```
123123
ReplicaSet yang dibuat menjamin bahwa ada tiga Pod `nginx`.
124124

0 commit comments

Comments
 (0)