Cluster Upgrade Policy Health Policy Args
data class ClusterUpgradePolicyHealthPolicyArgs(val maxUnhealthyApplicationsPercent: Output<Int>? = null, val maxUnhealthyNodesPercent: Output<Int>? = null) : ConvertibleToJava<ClusterUpgradePolicyHealthPolicyArgs>
Properties
Link copied to clipboard
Specifies the maximum tolerated percentage of applications that can have aggregated health state of error. If the upgrade exceeds this percentage, the cluster is unhealthy. Defaults to 0
.
Link copied to clipboard
Specifies the maximum tolerated percentage of nodes that can have aggregated health states of error. If an upgrade exceeds this percentage, the cluster is unhealthy. Defaults to 0
.