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 configsync for static -> dynamic -> static #54

Merged
merged 2 commits into from
Dec 8, 2020

Commits on Nov 23, 2020

  1. Boskos: Move config loading into controller

    Currently we reconcile the config on file update or the dynamic part
    periodically. This doesn't catch all cases, for example if non-dynamic
    resources need to be deleted but are currently in use, this will only
    happen when the config file gets changed. Additionally, its slow as it
    happens only periodicially.
    
    This change moves that into a simplistic controller that reacts to
    config file, resource object and dynamic resource object changes.
    alvaroaleman committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    e09ca14 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Configuration menu
    Copy the full SHA
    3834f37 View commit details
    Browse the repository at this point in the history