scripts: Remove unused static k8s generation scripts

* Remove static rktnetes cluster docs
* Bump devnet matchbox version
This commit is contained in:
Dalton Hubble
2017-05-22 18:02:31 -07:00
parent ed6dde528a
commit 76cc8cb13c
7 changed files with 2 additions and 289 deletions

View File

@@ -91,7 +91,7 @@ function create {
--volume config,kind=host,source=$CONFIG_DIR,readOnly=true \
--mount volume=data,target=/var/lib/matchbox \
$DATA_MOUNT \
quay.io/coreos/matchbox:v0.6.0 -- -address=0.0.0.0:8080 -log-level=debug $MATCHBOX_ARGS
quay.io/coreos/matchbox:ed6dde528a0146fe55551a317cc55849cec6ec80 -- -address=0.0.0.0:8080 -log-level=debug $MATCHBOX_ARGS
echo "Starting dnsmasq to provide DHCP/TFTP/DNS services"
rkt rm --uuid-file=/var/run/dnsmasq-pod.uuid > /dev/null 2>&1