Skip to content

Commit

Permalink
use short form for --all-namespace (dgkanatsios#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
iogbole authored May 11, 2020
1 parent f7a4f83 commit a6f9670
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions d.configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,11 @@ kubernetes.io > Documentation > Tasks > Configure Pods and Containers > [Configu
```bash
kubectl get sa --all-namespaces
```
Alternatively

```bash
kubectl get sa -A
```

</p>
</details>
Expand Down

0 comments on commit a6f9670

Please sign in to comment.