Cluster Upgrade Policy Health Policy
data class ClusterUpgradePolicyHealthPolicy(val maxUnhealthyApplicationsPercent: Int? = null, val maxUnhealthyNodesPercent: Int? = null)
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
.