mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Merge 827e0e3824 into 47767bd03c
This commit is contained in:
commit
08d6d23971
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ plugins=(... kubectl)
|
|||
| kdelf | `kubectl delete -f` | Delete a pod using the type and name specified in -f argument |
|
||||
| | | **Pod management** |
|
||||
| kgp | `kubectl get pods` | List all pods in ps output format |
|
||||
| kgpa | `kubectl get pods --all-namespaces` | List all pods of all namespaces in ps output format |
|
||||
| kgpw | `kgp --watch` | After listing/getting the requested object, watch for changes |
|
||||
| kgpwide | `kgp -o wide` | Output in plain-text format with any additional information. For pods, the node name is included |
|
||||
| kep | `kubectl edit pods` | Edit pods from the default editor |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue