This commit is contained in:
abogolepov 2021-09-23 11:42:16 +03:00 committed by GitHub
parent a1a1f36699
commit 10643a0c69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>