Skip to content

Commit ba1540f

Browse files
Kalyan Reddy DaidaKalyan Reddy Daida
authored andcommitted
Welcome to Stack Simplify
1 parent 44cbe9f commit ba1540f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

03-ReplicaSets-with-kubectl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ kubectl get pods -o wide
6767
- Verify under **"name"** tag under **"ownerReferences"**. We will find the replicaset name to which this pod belongs to.
6868
```
6969
kubectl get pods <pod-name> -o yaml
70-
kubectl get pods my-first-nginx-rs-449xd -o yaml
70+
kubectl get pods my-helloworld-rs-c8rrj -o yaml
7171
```
7272

7373
## Step-03: Expose ReplicaSet as a Service

0 commit comments

Comments
 (0)