Kubernetes Cluster Upgrade Override Args
data class KubernetesClusterUpgradeOverrideArgs(val effectiveUntil: Output<String>? = null, val forceUpgradeEnabled: Output<Boolean>) : ConvertibleToJava<KubernetesClusterUpgradeOverrideArgs>
Properties
Link copied to clipboard
Specifies the duration, in RFC 3339 format (e.g., 2025-10-01T13:00:00Z
), the upgrade_override
values are effective. This field must be set for the upgrade_override
values to take effect. The date-time must be within the next 30 days.
Link copied to clipboard
Whether to force upgrade the cluster. Possible values are true
or false
. !>Note: The force_upgrade_enabled
field instructs the upgrade operation to bypass upgrade protections (e.g. checking for deprecated API usage) which may render the cluster inoperative after the upgrade process has completed. Use the force_upgrade_enabled
option with extreme caution only.