Skip to content

Commit 7af9cc3

Browse files
committed
fix create issue
1 parent cb32fed commit 7af9cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/gcp/pkg/stub/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ func createCluster(cr *v1alpha1.GKECluster, log *logrus.Entry) (*v1alpha1.GKEClu
228228
}
229229

230230
args = append(args, "--enable-ip-alias")
231-
args = append(args, "--create-subnetwork", "")
231+
// args = append(args, "--create-subnetwork", "")
232232

233233
if cr.Spec.ClusterCidr == "" {
234234
cr.Spec.ClusterCidr = "/18"

0 commit comments

Comments
 (0)