Open
Description
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.
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Activity