Share via


ClusterUpdateStrategy interface

ClusterUpdateStrategy represents the strategy for updating the cluster.

Properties

maxUnavailable

The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack. Limited by the maximum number of machines in the increment. Defaults to the whole increment size.

strategyType

The mode of operation for runtime protection.

thresholdType

Selection of how the threshold should be evaluated.

thresholdValue

The numeric threshold value.

waitTimeMinutes

The time to wait between the increments of update defined by the strategy.

Property Details

maxUnavailable

The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack. Limited by the maximum number of machines in the increment. Defaults to the whole increment size.

maxUnavailable?: number

Property Value

number

strategyType

The mode of operation for runtime protection.

strategyType: string

Property Value

string

thresholdType

Selection of how the threshold should be evaluated.

thresholdType: string

Property Value

string

thresholdValue

The numeric threshold value.

thresholdValue: number

Property Value

number

waitTimeMinutes

The time to wait between the increments of update defined by the strategy.

waitTimeMinutes?: number

Property Value

number