Refactor to support multiple OS's

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2021-11-29 08:07:17 +00:00
parent 48ad89385b
commit 3990c8fd9c
31 changed files with 1025 additions and 366 deletions

10
home/.dotfiles/kubernetes Normal file
View 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)