You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log.Printf("[DEBUG] Could not parse min_master_version into version (%q), assuming we are not already using cluster autoscaling.", d.Get("min_master_version").(string))
1468
-
// This deserves a little explanation. The only reason we would ever want to send
1469
-
// `EnableNodeAutoprovisioning: false` is because we think we might need to
1470
-
// disable it (e.g. it is already enabled). Otherwise, there is no difference
1471
-
// between sending `nil` and sending `EnableNodeAutoprovisioning: false`.
1472
-
// The only circumstance in which neither master_version nor min_master_version
1473
-
// can be parsed into version objects would be if the user has not set either one,
1474
-
// and we have not yet had a `read` call. e.g. first-time creates, and possibly
1475
-
// some circumstance related to import. It is probably safe to assume that
1476
-
// we are not going to be changing cluster autoscaling from on to off in those
1477
-
// circumstances. Therefore, if we don't know what version we're running, and
1478
-
// the user has not requested cluster autoscaling, we'll fail "safe" and not touch
0 commit comments