Skip to content

Commit bbd2de4

Browse files
committed
Enable autoupgrade when creating release channel GKE clusters in CI
1 parent 2ec1e10 commit bbd2de4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/k8s-integration/cluster.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ func clusterUpGKE(gceZone, gceRegion string, numNodes int, numWindowsNodes int,
221221
cmdParams = append(cmdParams, "--release-channel", *gkeReleaseChannel)
222222
// release channel based GKE clusters require autorepair to be enabled.
223223
cmdParams = append(cmdParams, "--enable-autorepair")
224+
cmdParams = append(cmdParams, "--enable-autoupgrade")
224225
}
225226

226227
if isVariableSet(gkeNodeVersion) {

0 commit comments

Comments
 (0)