Skip to content

Commit

Permalink
get a shell alias
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Aug 29, 2018
1 parent 771cc23 commit bd7ebe7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ alias h="sudo helm"
kn () {
sudo kubectl -n $N $@;
}

ks () {
sudo kubectl exec -n $N -it $1 -- /bin/bash
}

0 comments on commit bd7ebe7

Please sign in to comment.