Share via


ManagedClusterUpgradeDeltaHealthPolicy.MaxPercentDeltaUnhealthyApplications Property

Definition

The maximum allowed percentage of applications health degradation allowed during cluster upgrades. The delta is measured between the state of the applications at the beginning of upgrade and the state of the applications 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. System services are not included in this. NOTE: This value will overwrite the value specified in properties.UpgradeDescription.HealthPolicy.MaxPercentUnhealthyApplications

public int? MaxPercentDeltaUnhealthyApplications { get; set; }
member this.MaxPercentDeltaUnhealthyApplications : Nullable<int> with get, set
Public Property MaxPercentDeltaUnhealthyApplications As Nullable(Of Integer)

Property Value

Applies to