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
Copy file name to clipboardExpand all lines: api/k8s/v1/k8s_sdk.go
+49-1Lines changed: 49 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1304,7 +1304,7 @@ type UpgradeClusterRequest struct {
1304
1304
// New Kubernetes version of the cluster. Note that the version shoud either be a higher patch version of the same minor version or the direct minor version after the current one.
1305
1305
Versionstring`json:"version"`
1306
1306
// UpgradePools: enablement of the pools upgrade.
1307
-
// This field makes the upgrade upgrades the pool once the Kubernetes master in upgrade.
1307
+
// This field also trigger pools upgrade once the control plane is upgraded.
0 commit comments