Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node-controller: Support an annotation to hold updates #2163

Closed
wants to merge 1 commit into from

Commits on Oct 15, 2020

  1. node-controller: Support an annotation to hold updates

    Today the MCO arbitrarily chooses a node to update from the candidates.
    We want to allow admins to avoid specific nodes entirely.
    
    (Aside: This replaces the defunct etcd-specific ordering code that
     we didn't end up using)
    
    Add an annotation `machineconfiguration.openshift.io/hold` that allows
    an external controller (and/or human) to avoid specific nodes.
    
    Related: openshift#2059
    cgwalters committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    9bd2397 View commit details
    Browse the repository at this point in the history