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
Is this a BUG REPORT or FEATURE REQUEST?:
feature request What happened:
error logging does not include the node name / ec2 instance id What you expected to happen:
when logging the error, include the node name / ec2 instance id How to reproduce it (as minimally and precisely as possible):
you need the drainNode to fail for some reason other than if err.Error() == "command execution timed out" { Anything else we need to know?:
Is this a BUG REPORT or FEATURE REQUEST?:
feature request
What happened:
error logging does not include the node name / ec2 instance id
What you expected to happen:
when logging the error, include the node name / ec2 instance id
How to reproduce it (as minimally and precisely as possible):
you need the drainNode to fail for some reason other than
if err.Error() == "command execution timed out" {
Anything else we need to know?:
Environment:
ALl
All
Other debugging information (if applicable):
this is the code https://github.com/keikoproj/lifecycle-manager/blob/7084174977de0a30f20fa2ba8e545383f4067575/pkg/service/nodes.go#LL67C1-L68C1
The text was updated successfully, but these errors were encountered: