mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-05 05:03:16 +02:00
Add 'kgn' alias for 'kubectl get nodes'
This commit is contained in:
parent
37c2d0ddd7
commit
f32b0f174d
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ fi
|
||||||
# This command is used ALOT both below and in daily life
|
# This command is used ALOT both below and in daily life
|
||||||
alias k=kubectl
|
alias k=kubectl
|
||||||
|
|
||||||
|
# Node management.
|
||||||
|
alias kgn='k get nodes'
|
||||||
|
|
||||||
# Drop into an interactive terminal on a container
|
# Drop into an interactive terminal on a container
|
||||||
alias keti='k exec -ti'
|
alias keti='k exec -ti'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue