mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
Update README.md
This commit is contained in:
parent
c32b5e5e98
commit
15944c0788
@ -26,6 +26,9 @@ plugins=(... kubectl)
|
||||
| | | **General aliases** |
|
||||
| kdel | `kubectl delete` | Delete resources by filenames, stdin, resources and names, or by resources and label selector |
|
||||
| kdelf | `kubectl delete -f` | Delete a pod using the type and name specified in -f argument |
|
||||
| kg | `kubectl get` | Display one or many resources |
|
||||
| ke | `kubectl edit` | Edit a resource on the server |
|
||||
| kd | `kubectl describe` | Show details of a specific resource or group of resources |
|
||||
| | | **Pod management** |
|
||||
| kgp | `kubectl get pods` | List all pods in ps output format |
|
||||
| kgpl | `kgp -l` | Get pods by label. Example: `kgpl "app=myapp" -n myns` |
|
||||
|
Loading…
Reference in New Issue
Block a user