a drift behavior as an eventual disruption should documentation #7560
Labels
documentation
Improvements or additions to documentation
triage/accepted
Indicates that the issue has been accepted as a valid issue
Description
How can the docs be improved?
for now, the doc says drift is the one of method of graceful disruption with the other consolidation methods:
https://github.com/kubernetes-sigs/karpenter/blob/81481b742d64a91739c22290c042218244737896/pkg/controllers/disruption/types.go#L98-L99
actually a disruption by drift do not gracefully:
https://github.com/kubernetes-sigs/karpenter/blob/81481b742d64a91739c22290c042218244737896/pkg/controllers/disruption/types.go#L98-L99
the class is eventual(i think controller does 'immediately', btw) and other consolidation methods are graceful.
document should say that drift is not a graceful method.
The text was updated successfully, but these errors were encountered: