Add missing hyphen

The "enumeration from a pod" command example to get all services is missing a hyphen.
This commit is contained in:
Vince 2021-05-23 21:23:35 +00:00 committed by Vincevrp
parent 3876d7fb90
commit 92096e6cd1

View File

@ -319,7 +319,7 @@ As you are inside the Kubernetes environment, if you cannot escalate privileges
**For this purpose, you can try to get all the services of the kubernetes environment:**
```text
kubectl get svc all-namespaces
kubectl get svc --all-namespaces
```
![](../../.gitbook/assets/image%20%28471%29.png)