mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 12:07:47 +00:00
Remove dep on gce cluster config for azure relase.sh
This commit is contained in:
parent
bd2cbdc312
commit
cf6d9b0534
@ -18,6 +18,7 @@ AZ_SSH_CERT=$HOME/.ssh/azure.pem
|
|||||||
AZ_IMAGE=b39f27a8b8c64d52b05eac6a62ebad85__Ubuntu-14_04-LTS-amd64-server-20140618.1-en-us-30GB
|
AZ_IMAGE=b39f27a8b8c64d52b05eac6a62ebad85__Ubuntu-14_04-LTS-amd64-server-20140618.1-en-us-30GB
|
||||||
AZ_SUBNET=Subnet-1
|
AZ_SUBNET=Subnet-1
|
||||||
TAG=testing
|
TAG=testing
|
||||||
|
INSTANCE_PREFIX=kubernetes
|
||||||
|
|
||||||
if [ -z "$(which azure)" ]; then
|
if [ -z "$(which azure)" ]; then
|
||||||
echo "Couldn't find azure in PATH"
|
echo "Couldn't find azure in PATH"
|
||||||
|
@ -26,7 +26,6 @@ function json_val () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
source $SCRIPT_DIR/config.sh
|
source $SCRIPT_DIR/config.sh
|
||||||
source $SCRIPT_DIR/../../cluster/${KUBE_CONFIG_FILE-"config-default.sh"}
|
|
||||||
|
|
||||||
$SCRIPT_DIR/../build-release.sh $INSTANCE_PREFIX
|
$SCRIPT_DIR/../build-release.sh $INSTANCE_PREFIX
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user