mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04:00
Pass through args to localkube
This commit is contained in:
parent
8a13e5300d
commit
5736cc8d8a
1 changed files with 1 additions and 1 deletions
|
|
@ -46,6 +46,6 @@ ETCD_PID=$!
|
|||
sleep 5
|
||||
|
||||
echo "Running localkube as root (so it can talk to docker's unix socket)"
|
||||
sudo $(dirname $0)/../output/go/localkube
|
||||
sudo $(dirname $0)/../output/go/localkube $*
|
||||
|
||||
kill $ETCD_PID
|
||||
|
|
|
|||
Loading…
Reference in a new issue