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 44cbe9f commit ba1540fCopy full SHA for ba1540f
03-ReplicaSets-with-kubectl/README.md
@@ -67,7 +67,7 @@ kubectl get pods -o wide
67
- Verify under **"name"** tag under **"ownerReferences"**. We will find the replicaset name to which this pod belongs to.
68
```
69
kubectl get pods <pod-name> -o yaml
70
-kubectl get pods my-first-nginx-rs-449xd -o yaml
+kubectl get pods my-helloworld-rs-c8rrj -o yaml
71
72
73
## Step-03: Expose ReplicaSet as a Service
0 commit comments