ClusterUpgradeHealthPolicyObject

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

Properties

Name Type Required
MaxPercentDeltaUnhealthyNodes integer No
MaxPercentUpgradeDomainDeltaUnhealthyNodes integer No

MaxPercentDeltaUnhealthyNodes

Type: integer
Required: No
InclusiveMaximum: 100
InclusiveMinimum: 0

The maximum allowed percentage of nodes health degradation allowed during cluster upgrades. The delta is measured between the state of the nodes at the beginning of upgrade and the state of the nodes at the time of the health evaluation. The check is performed after every upgrade domain upgrade completion to make sure the global state of the cluster is within tolerated limits. The default value is 10%.


MaxPercentUpgradeDomainDeltaUnhealthyNodes

Type: integer
Required: No
InclusiveMaximum: 100
InclusiveMinimum: 0

The maximum allowed percentage of upgrade domain nodes health degradation allowed during cluster upgrades. The delta is measured between the state of the upgrade domain nodes at the beginning of upgrade and the state of the upgrade domain nodes at the time of the health evaluation. The check is performed after every upgrade domain upgrade completion for all completed upgrade domains to make sure the state of the upgrade domains is within tolerated limits. The default value is 15%.