Fresh dep ensure

This commit is contained in:
Mike Cronce
2018-11-26 13:23:56 -05:00
parent 93cb8a04d7
commit 407478ab9a
9016 changed files with 551394 additions and 279685 deletions

View File

@ -19,8 +19,8 @@
# Must ensure that the following ENV vars are set
function detect-master {
echo "KUBE_MASTER_IP: $KUBE_MASTER_IP" 1>&2
echo "KUBE_MASTER: $KUBE_MASTER" 1>&2
echo "KUBE_MASTER_IP: ${KUBE_MASTER_IP:-}" 1>&2
echo "KUBE_MASTER: ${KUBE_MASTER:-}" 1>&2
}
# Get node names if they are not static.
@ -55,21 +55,6 @@ function kube-down {
echo "Skeleton Provider: kube-down not implemented" 1>&2
}
# Prepare update a kubernetes component
function prepare-push {
echo "Skeleton Provider: prepare-push not implemented" 1>&2
}
# Update a kubernetes master
function push-master {
echo "Skeleton Provider: push-master not implemented" 1>&2
}
# Update a kubernetes node
function push-node {
echo "Skeleton Provider: push-node not implemented" 1>&2
}
# Execute prior to running tests to build a release if required for env
function test-build-release {
echo "Skeleton Provider: test-build-release not implemented" 1>&2