From 7acd771271a6dbfa487b59bcbc8402abeae92f13 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 19 Feb 2019 09:53:16 -0800 Subject: [PATCH] Add missing cloud_Initilize (due to bad merge of a907ed2) --- net/gce.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/gce.sh b/net/gce.sh index 6c2aa440ee..858d7d0989 100755 --- a/net/gce.sh +++ b/net/gce.sh @@ -471,6 +471,8 @@ touch /.instance-startup-complete EOF + cloud_Initialize "$prefix" + cloud_CreateInstances "$prefix" "$prefix-bootstrap-leader" 1 \ "$imageName" "$bootstrapLeaderMachineType" "$fullNodeBootDiskSizeInGb" \ "$startupScript" "$bootstrapLeaderAddress" "$bootDiskType"