projectsyn / boatswain

Boatswain is a tool for doing EKS node maintenance/upgrades by replacing nodes which were created from outdated launch templates.
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Correctly dereference instanceId when creating errors #15

Closed simu closed 4 years ago

simu commented 4 years ago

getInstancePrivateDnsName and getInstanceAvailabilityZone did not dereference instanceId string pointer when constructing error messages.

Checklist