Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
server: Target the spec configuration if we have at least one node
The CI cluster hit an issue where a pull secret was broken, and then we hit a deadlock because the MCO failed to drain nodes on the old config, because other nodes on the old config couldn't schedule the pod. It just generally makes sense for new nodes to use the new config; do so as long as at least one node has successfully joined the cluster at that config. This way we still avoid breaking the cluster (and scaleup) with a bad config.
- Loading branch information