fix shellcheck in cluster/local
This commit is contained in:
@@ -21,6 +21,6 @@ function prepare-e2e() {
|
|||||||
function detect-master {
|
function detect-master {
|
||||||
KUBE_MASTER=localhost
|
KUBE_MASTER=localhost
|
||||||
KUBE_MASTER_IP=127.0.0.1
|
KUBE_MASTER_IP=127.0.0.1
|
||||||
KUBE_MASTER_URL="http://${KUBE_MASTER_IP}:8080"
|
export KUBE_MASTER_URL="http://${KUBE_MASTER_IP}:8080"
|
||||||
echo "Using master: $KUBE_MASTER (external IP: $KUBE_MASTER_IP)"
|
echo "Using master: $KUBE_MASTER (external IP: $KUBE_MASTER_IP)"
|
||||||
}
|
}
|
||||||
|
@@ -43,7 +43,6 @@
|
|||||||
./cluster/kubemark/gce/config-default.sh
|
./cluster/kubemark/gce/config-default.sh
|
||||||
./cluster/kubemark/iks/config-default.sh
|
./cluster/kubemark/iks/config-default.sh
|
||||||
./cluster/kubemark/util.sh
|
./cluster/kubemark/util.sh
|
||||||
./cluster/local/util.sh
|
|
||||||
./cluster/log-dump/log-dump.sh
|
./cluster/log-dump/log-dump.sh
|
||||||
./cluster/pre-existing/util.sh
|
./cluster/pre-existing/util.sh
|
||||||
./cluster/restore-from-backup.sh
|
./cluster/restore-from-backup.sh
|
||||||
|
Reference in New Issue
Block a user