Skip to content

Commit

Permalink
Add telnet (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman authored Oct 23, 2018
1 parent 714fbde commit c651348
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ aws-iam-authenticator@cloudposse
aws-vault@cloudposse
bash
bash-completion
busybox-extras
coreutils
chamber@cloudposse
curl
Expand Down
1 change: 1 addition & 0 deletions rootfs/etc/profile.d/aliases.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Setup some handy aliases
alias kube-system='kubectl --namespace=kube-system'
alias default='kubectl --namespace=default'
alias telnet='busybox-extras telnet'


0 comments on commit c651348

Please sign in to comment.