kahkhang / kube-linode

:whale: Provision a Kubernetes/CoreOS cluster on Linode
MIT License
212 stars 31 forks source link

Allow user to specify upgrade strategy #77

Closed thefinn93 closed 6 years ago

thefinn93 commented 6 years ago

This change allows the locksmith update strategy to be configured, rather than silently setting it to no reboots (and therefore no updates). I wasn't sure how to get the variable from the local machine to the installer script, I'm open to other options (I was thinking it could just be in the argv of the script instead maybe?)

kahkhang commented 6 years ago

Thanks for the contribution @thefinn93! LGTM

Yea there's probably no other way around this unfortunately, this is probably the best option I can think off too.