coreos / container-linux-update-operator

A Kubernetes operator to manage updates of Container Linux by CoreOS
Apache License 2.0
209 stars 49 forks source link

pkg/agent: Remove unused waitForRebootSignal #113

Closed dghubble closed 7 years ago

dghubble commented 7 years ago

Current code uses watchUpdateStatus(callback func, stop channel) and updateStatusCallback to handle update_engine statuses appropriately. We no longer just wait for update_engine status to be UPDATE_STATUS_NEED_REBOOT and directly request a reboot (old code, unused).