Skip to content

Commit bf49350

Browse files
author
Heeyoung Jung
committed
Fix ASGLifecycle showing up as UnknownInterruption on K8 events (#1024)
1 parent 66402db commit bf49350

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/observability/k8s-events.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ func getReasonForKindV1(eventKind, monitorKind string) string {
169169
return spotITNReason
170170
case monitor.RebalanceRecommendationKind:
171171
return rebalanceRecommendationReason
172+
case monitor.ASGLifecycleKind:
173+
return asgLifecycleReason
172174
default:
173175
return unknownReason
174176
}

0 commit comments

Comments
 (0)