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

Fix terminationhandler sync #648

Merged

Commits on Jul 20, 2020

  1. Add event handler for the daemonsetInformer which managed the termina…

    …tion handler
    
    This openshift#535 introduced support to manage a damonSet which runs termination handler for spot intances.
    As an event handler is not passed to the damonSet informer changes to the resource won't trigger a reconcile.
    This PR fix that by passing the event handler to the daemonSet namespaced informer.
    This will be e2e tested by openshift/cluster-api-actuator-pkg#177
    enxebre committed Jul 20, 2020
    Copy the full SHA
    f9a7478 View commit details
    Browse the repository at this point in the history