This commit is contained in:
abogolepov
2021-09-23 11:42:16 +03:00
committed by GitHub
parent a1a1f36699
commit 10643a0c69

View File

@ -27,7 +27,7 @@ kubectl get ns
<details>
<summary>List all the pods in the namespace 'neverland'</code></summary><br><b>
kubectl get ns -n neverland
kubectl get po -n neverland
</b></details>
<details>