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/operator: wait for nodes to become ready #183

Closed crawford closed 6 years ago

crawford commented 6 years ago

The operator needs to wait for the node to become ready before removing the reboot-ok label. This is to better ensure that the operator doesn't simultaneously lose more than the expected number of nodes in the event that individual nodes take a long time to become ready.

crawford commented 6 years ago

This has not yet been tested. Do not merge.

crawford commented 6 years ago

We were never able to verify that this was the root cause of the failure that the customer was seeing. Closing.