k3s/scripts/dev-k8s-only-server.sh

8 lines
153 B
Bash
Raw Normal View History

2019-01-01 08:23:01 +00:00
#!/bin/bash
set -e
cd $(dirname $0)/../bin
echo Running
go run -tags "k8s no_etcd" ../cli/main.go --debug server --disable-controllers --disable-agent