Skip to content

Commit 5c487da

Browse files
committed
Add autorepair options for GKE release channel
1 parent 7d46560 commit 5c487da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/k8s-integration/cluster.go

+2
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ func clusterUpGKE(gceZone, gceRegion string, numNodes int, imageType string, use
161161
cmdParams = append(cmdParams, "--cluster-version", *gkeClusterVer)
162162
} else {
163163
cmdParams = append(cmdParams, "--release-channel", *gkeReleaseChannel)
164+
// release channel based GKE clusters require autorepair to be enabled.
165+
cmdParams = append(cmdParams, "--enable-autorepair")
164166
}
165167

166168
if useManagedDriver {

0 commit comments

Comments
 (0)