NodeInterruptionKind type

Why a provider is taking a node back. spotInterruption is the terminal warning (EC2 gives two minutes; deadline says when); a rebalanceRecommendation says the capacity is at elevated risk, carries no time, and is usually followed by the interruption itself.

Signature:

export type NodeInterruptionKind = "spotInterruption" | "rebalanceRecommendation";