Skip to content

Commit 3ab9797

Browse files
Update replicaset.md
1 parent 436e538 commit 3ab9797

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/concepts/workloads/controllers/replicaset.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,16 @@ And you will see output similar to:
9090
Name: frontend
9191
Namespace: default
9292
Selector: tier=frontend
93-
Labels: app=nginx
93+
Labels: app=guestbook
9494
tier=frontend
9595
Annotations: <none>
9696
Replicas: 3 current / 3 desired
9797
Pods Status: 3 Running / 0 Waiting / 0 Succeeded / 0 Failed
9898
Pod Template:
9999
Labels: tier=frontend
100100
Containers:
101-
nginx:
102-
Image: nginx:1.14.2
101+
php-redis:
102+
Image: us-docker.pkg.dev/google-samples/containers/gke/gb-frontend:v5
103103
Port: <none>
104104
Host Port: <none>
105105
Environment: <none>

0 commit comments

Comments
 (0)