mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
add readm kgpl description and delete existing kgpl
This commit is contained in:
parent
65fec5980c
commit
d82ef7d39a
2 changed files with 3 additions and 5 deletions
|
|
@ -48,9 +48,6 @@ alias kdp='kubectl describe pods'
|
|||
alias kdelp='kubectl delete pods'
|
||||
alias kgpall='kubectl get pods --all-namespaces -o wide'
|
||||
|
||||
# get pod by label: kgpl "app=myapp" -n myns
|
||||
alias kgpl='kgp -l'
|
||||
|
||||
# get pod by namespace: kgpn kube-system"
|
||||
alias kgpn='kgp -n'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue