Add 'kgn' alias for 'kubectl get nodes'

This commit is contained in:
Mathieu Debove 2018-02-23 12:54:34 +01:00 committed by GitHub
parent 37c2d0ddd7
commit f32b0f174d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,9 @@ fi
# This command is used ALOT both below and in daily life
alias k=kubectl
# Node management.
alias kgn='k get nodes'
# Drop into an interactive terminal on a container
alias keti='k exec -ti'