We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436e538 commit 3ab9797Copy full SHA for 3ab9797
content/en/docs/concepts/workloads/controllers/replicaset.md
@@ -90,16 +90,16 @@ And you will see output similar to:
90
Name: frontend
91
Namespace: default
92
Selector: tier=frontend
93
-Labels: app=nginx
+Labels: app=guestbook
94
tier=frontend
95
Annotations: <none>
96
Replicas: 3 current / 3 desired
97
Pods Status: 3 Running / 0 Waiting / 0 Succeeded / 0 Failed
98
Pod Template:
99
Labels: tier=frontend
100
Containers:
101
- nginx:
102
- Image: nginx:1.14.2
+ php-redis:
+ Image: us-docker.pkg.dev/google-samples/containers/gke/gb-frontend:v5
103
Port: <none>
104
Host Port: <none>
105
Environment: <none>
0 commit comments