Add 'kgn' alias for 'kubectl get nodes'
This commit is contained in:
parent
37c2d0ddd7
commit
f32b0f174d
@ -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…
Reference in New Issue
Block a user