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

Only log failure to set node-role label #17

Closed simu closed 4 years ago

simu commented 4 years ago

This is not a critical error, as node-roles can easily be added manually after the maintenance.

We will need to investigate a proper fix at some point, but this change will allow the maintenance to complete, even if some nodes may not get the nice visible node-role label that's used by kubectl.

Checklist

simu commented 4 years ago

This is a quick-fix for #18