We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5596825 commit 798ea93Copy full SHA for 798ea93
topics/kubernetes/solutions/replicaset_02_solution.md
@@ -39,7 +39,7 @@ kubectl get rs
39
3. Remove the ReplicaSet but NOT the pods it created
40
41
```
42
-kubectl delete -f rs.yaml --cascade=false
+kubectl delete -f rs.yaml --cascade=orphan
43
44
45
4. Verify you've deleted the ReplicaSet but the Pods are still running
0 commit comments