ClusterUpgradePolicyHealthPolicy

data class ClusterUpgradePolicyHealthPolicy(val maxUnhealthyApplicationsPercent: Int? = null, val maxUnhealthyNodesPercent: Int? = null)

Constructors

Link copied to clipboard
constructor(maxUnhealthyApplicationsPercent: Int? = null, maxUnhealthyNodesPercent: Int? = null)

Types

Link copied to clipboard
object Companion

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.