Skip to content

Commit

Permalink
removes unecessary flag in launcher script
Browse files Browse the repository at this point in the history
  • Loading branch information
mhausenblas committed Oct 22, 2018
1 parent b7d55e0 commit 0605862
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions online/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ NAMESPACE="${1:-default}"
kubectl -n $NAMESPACE create sa kubed-sh
kubectl -n $NAMESPACE create clusterrolebinding givekdsuperpower \
--clusterrole=cluster-admin \
--serviceaccount=$NAMESPACE:kubed-sh \
--namespace=$NAMESPACE
--serviceaccount=$NAMESPACE:kubed-sh

# launch kubed-sh
kubectl -n $NAMESPACE run kubed-sh \
Expand Down

0 comments on commit 0605862

Please sign in to comment.