mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
kubectl-get: add get all example (#7043)
This commit is contained in:
parent
f9c01797e7
commit
c99cc4e254
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@
|
|||
|
||||
`kubectl get services -n {{namespace}}`
|
||||
|
||||
- Get all resources in a specified namespace:
|
||||
|
||||
`kubectl get all -n {{namespace}}`
|
||||
|
||||
- Get Kubernetes objects defined in a YAML manifest:
|
||||
|
||||
`kubectl get -f {{path/to/manifest}}.yaml`
|
||||
|
|
Loading…
Add table
Reference in a new issue