ClusterUpgradeHealthPolicy Class

Definition

Defines a health policy used to evaluate the health of the cluster specific to cluster upgrade.

public class ClusterUpgradeHealthPolicy
type ClusterUpgradeHealthPolicy = class
Public Class ClusterUpgradeHealthPolicy
Inheritance
ClusterUpgradeHealthPolicy

Remarks

It’s used together with ClusterHealthPolicy to evaluate cluster health and determine whether the monitored cluster upgrade is successful or needs to be rolled back.

Constructors

ClusterUpgradeHealthPolicy()

Initializes a new instance of the ClusterUpgradeHealthPolicy class.

Properties

MaxPercentDeltaUnhealthyNodes

Gets or sets the maximum allowed percentage of nodes health degradation allowed during cluster upgrades.

MaxPercentUpgradeDomainDeltaUnhealthyNodes

Gets or sets the maximum allowed percentage of upgrade domain nodes health degradation allowed during cluster upgrades.

Applies to