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

Delay service readiness until after startuphooks have finished #5649

Merged
merged 9 commits into from Jun 15, 2022

Commits on Jun 13, 2022

  1. Move startup hooks wg into a runtime pointer, check before notifying …

    …systemd
    
    Signed-off-by: Derek Nola <derek.nola@suse.com>
    dereknola committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    c16899a View commit details
    Browse the repository at this point in the history
  2. Switch default systemd notification to server

    Signed-off-by: Derek Nola <derek.nola@suse.com>
    dereknola committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    9e283e9 View commit details
    Browse the repository at this point in the history
  3. Remove redundant log

    Signed-off-by: Derek Nola <derek.nola@suse.com>
    dereknola committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    bed2b90 View commit details
    Browse the repository at this point in the history
  4. Only wait for startuphooks if apiserver is enabled

    Signed-off-by: Derek Nola <derek.nola@suse.com>
    dereknola committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    b059965 View commit details
    Browse the repository at this point in the history
  5. Codespell fix

    Signed-off-by: Derek Nola <derek.nola@suse.com>
    dereknola committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    327c940 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. nit fix

    Signed-off-by: Derek Nola <derek.nola@suse.com>
    dereknola committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    dad2cad View commit details
    Browse the repository at this point in the history
  2. Change the secrets-encrypt CLI reponses

    Signed-off-by: Derek Nola <derek.nola@suse.com>
    dereknola committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    45fa384 View commit details
    Browse the repository at this point in the history
  3. Add 1 sec delay to allow etcd to write to disk

    Signed-off-by: Derek Nola <derek.nola@suse.com>
    dereknola committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    89fafc4 View commit details
    Browse the repository at this point in the history
  4. Reword comment

    Signed-off-by: Derek Nola <derek.nola@suse.com>
    dereknola committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    d30673b View commit details
    Browse the repository at this point in the history