Open mahaveer08 opened 3 months ago
This issue is currently awaiting triage.
If Karpenter contributors determines this is a relevant issue, they will accept it by applying the triage/accepted
label and provide further guidance.
The triage/accepted
label can be added by org members by writing /triage accepted
in a comment.
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
Description
We're encountering frequent 'Consistency Error' logs generated by the nodeclaim.consistency controller in our Karpenter setup.
{ "level": "ERROR", "time": "2024-08-30T17:03:17.486Z", "logger": "controller", "message": "consistency error", "commit": "445ef94", "controller": "nodeclaim.consistency", "controllerGroup": "karpenter.sh", "controllerKind": "NodeClaim", "NodeClaim": { "name": "standard-1" }, "namespace": "", "name": "standard-1", "reconcileID": "e32496cc-d3r3-4fcd-a8fc-ada2947c0e0a" }
The error is related to the NodeClaim controller for the standard-1 node. This issue is occurring frequently and is affecting node consistency. We would appreciate guidance on identifying the root cause and steps to resolve this error.