Skip to content

Commit

Permalink
shortcuts for microk8s
Browse files Browse the repository at this point in the history
  • Loading branch information
odino committed Dec 14, 2019
1 parent bf017eb commit 20749dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aliases
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ alias genymotion='~/genymotion/genymotion'

## k8s love
alias k='kubectl'
alias kup='sudo snap enable microk8s'
alias kdown='sudo snap disable microk8s'
alias ks='kubectl -n kube-system'
alias kd='kubectl -n datalabs'
alias kx='kubectl -n x'
alias ki='kubectl -n istio-system'

Expand Down

0 comments on commit 20749dd

Please sign in to comment.