Description
Description
What problem are you trying to solve?
I'm trying to integrate karpenter nodepools into argocd health checks.
This would help argocd determine when a deployment of an ec2nodeclass or nodepool configuration change has been reconciled.
I think I could resolve this by writing a custom controller that adds an extra condition called Drifted to each NodePool resource, but I'd much rather have this solved natively by karpenter.
Proposal:
Introduce a new condition called Drifted with a value of False if the hashes of the NodeClaims managed by the NodePool do not match the hash of the NodePool and/or the Ec2NodeClass. The value should be True if any of the NodeClaims has a drifted hash of the NodePool or Ec2NodeClass.
Optionally there could be a status that tells how many nodeclaims we have that are drifted. If that count is 0 then the Drifted condition could be set to False.
How important is this feature to you?
- 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
reegnz commentedon Oct 29, 2024
Originally opened here: aws/karpenter-provider-aws#7293
njtran commentedon Nov 4, 2024
/triage accepted
jonathan-innis commentedon Mar 5, 2025
/help
k8s-ci-robot commentedon Mar 5, 2025
@jonathan-innis:
This request has been marked as needing help from a contributor.
Guidelines
Please ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met.
If this request no longer meets these requirements, the label can be removed
by commenting with the
/remove-help
command.In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
jonathan-innis commentedon Mar 5, 2025
/priority important-soon
jonathan-innis commentedon Mar 5, 2025
IMO, this is a really nice observability feature and could be a huge help for folks easily wanting to see if their NodeClaims are actively drifting -- we could even consider putting this in the printer column output.
flavono123 commentedon Mar 18, 2025
how to deal for the new status if there is a single or any of nodeclaims with unknown drifted condition? as Unknown too?
flavono123 commentedon Mar 20, 2025
/assign
dnutels commentedon Jul 8, 2025
Would it make sense to have DriftReason instead of True (ideally, if there are several reasons, a list of them) there as well?