Open
Description
Description
Observed Behavior:
If nodeclaim's initialized condition is false and registered condition is true, here all the items in results
will have a zero RequeueAfter
, and this function will throw a result with Requeue
is false and RequeueAfter
is zero.
karpenter/pkg/utils/result/result.go
Lines 27 to 40 in 79fe772
Expected Behavior:
maybe we should set Requeue
to true
Reproduction Steps (Please include YAML):
Versions:
- Chart Version: 0.36.0
- Kubernetes Version (
kubectl version
): 1.30.0