You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normal operations should not produce error logs. On the other hand, there might be issues where the context is cancelled due to network timeouts, so simply omitting errors here is not a likely option.
Reproduction Steps (Please include YAML):
Versions:
Chart Version: 0.36.1
Kubernetes Version (kubectl version): v1.30.1
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
The text was updated successfully, but these errors were encountered:
It makes sense to me that we would emit this log on shutdown. What logs are you trying to not emit that are being emitted? Is it just the shutdown logs?
Description
Observed Behavior:
Occasionally Karpenter will print logs with log.level error during shutdown due to context cancellation, e.g.,
Expected Behavior:
Normal operations should not produce error logs. On the other hand, there might be issues where the context is cancelled due to network timeouts, so simply omitting errors here is not a likely option.
Reproduction Steps (Please include YAML):
Versions:
Chart Version: 0.36.1
Kubernetes Version (
kubectl version
): v1.30.1The text was updated successfully, but these errors were encountered: