Skip to content

Commit

Permalink
chore: bump registration ttl log (#1183)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryce-Soghigian authored Apr 22, 2024
1 parent 8177d1c commit b0f9954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/nodeclaim/lifecycle/liveness.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (l *Liveness) Reconcile(ctx context.Context, nodeClaim *v1beta1.NodeClaim)
if err := l.kubeClient.Delete(ctx, nodeClaim); err != nil {
return reconcile.Result{}, client.IgnoreNotFound(err)
}
logging.FromContext(ctx).With("ttl", registrationTTL).Debugf("terminating due to registration ttl")
logging.FromContext(ctx).With("ttl", registrationTTL).Infof("terminating due to registration ttl")
metrics.NodeClaimsTerminatedCounter.With(prometheus.Labels{
metrics.ReasonLabel: "liveness",
metrics.NodePoolLabel: nodeClaim.Labels[v1beta1.NodePoolLabelKey],
Expand Down

0 comments on commit b0f9954

Please sign in to comment.