ClusterUpdateStrategy interface
ClusterUpdateStrategy represents the strategy for updating the cluster.
Properties
max |
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. |
strategy |
The mode of operation for runtime protection. |
threshold |
Selection of how the threshold should be evaluated. |
threshold |
The numeric threshold value. |
wait |
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