Skip to content

Commit

Permalink
Add NHC timed out annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
clobrano committed Jul 13, 2023
1 parent 0978723 commit 977b2e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/annotations/annotations.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package annotations

const (
// NhcTimeOut is the annotation set by NHC to signal the operator that it surpassed its timeout and shall stop its remediation
NhcTimedOut = "remediation.medik8s.io/nhc-timed-out"
)

0 comments on commit 977b2e8

Please sign in to comment.