This commit is contained in:
Mathieu Debove 2018-02-23 22:56:14 +00:00 committed by GitHub
commit 25a7793a2e
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'