Refactor to support multiple OS's
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
10
home/.dotfiles/kubernetes
Normal file
10
home/.dotfiles/kubernetes
Normal file
@@ -0,0 +1,10 @@
|
||||
alias k='kubectl '
|
||||
alias kx='kube-exec '
|
||||
alias kl='kube-logs '
|
||||
alias kshell='kube-shell '
|
||||
alias kall='kube-all '
|
||||
alias fix-broken-replicasets='kube-clean-replicasets '
|
||||
alias kube-forward='kube-forward-all '
|
||||
|
||||
source <(kubectl completion zsh)
|
||||
source <(tkn completion zsh)
|
Reference in New Issue
Block a user