Skip to content

Commit

Permalink
feat(qrm): add topology manager required annotation keys for vpa admit
Browse files Browse the repository at this point in the history
  • Loading branch information
nightmeng committed Aug 16, 2024
1 parent 77c1caf commit 00c1899
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/consts/pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ const (

PodAnnotationInplaceUpdateResizePolicyKey = "pod.kubernetes.io/resizePolicy"
PodAnnotationInplaceUpdateResizePolicyRestart = "Restart"

PodAnnotationVPAResizingKey = "pod.kubernetes.io/pod-vpa-resizing"
PodAnnotationAggregatedRequestsKey = "pod.kubernetes.io/pod-aggregated-requests"
)

// PodAnnotationNetClassKey is a const variable for pod annotation about net class.
Expand Down

0 comments on commit 00c1899

Please sign in to comment.