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

Missing backports #3911

Closed
wants to merge 6 commits into from
Closed

Commits on Aug 25, 2021

  1. Adds a command-line flag '--disable-helm-controller' that will disable

    the server's built-in helm controller.
    
    Problem:
    Testing installation and uninstallation of the Helm Controller on k3s is
    not possible if the Helm Controller is baked into the k3s server.
    
    Solution:
    The Helm Controller can optionally be disabled, which will allow users
    to manage its installation manually.
    
    Signed-off-by: Joe Kralicky <[email protected]>
    (cherry picked from commit a84c75a)
    Signed-off-by: Brad Davidson <[email protected]>
    kralicky authored and brandond committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    9e26ef3 View commit details
    Browse the repository at this point in the history
  2. Export cli server flags and etcd restoration functions (k3s-io#3527)

    * Export cli server flags and etfd restoration functions
    
    Signed-off-by: galal-hussein <[email protected]>
    
    * export S3
    
    Signed-off-by: galal-hussein <[email protected]>
    (cherry picked from commit f5fbb9a)
    Signed-off-by: Brad Davidson <[email protected]>
    galal-hussein authored and brandond committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    4dcfdfb View commit details
    Browse the repository at this point in the history
  3. Adding support for waitgroup to the Startuphooks (k3s-io#3654)

    The startup hooks where executing after the deploy controller. We needed the deploy controller to wait until the startup hooks had completed.
    
    (cherry picked from commit aef8a6a)
    Signed-off-by: Brad Davidson <[email protected]>
    phillipsj authored and brandond committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    276915a View commit details
    Browse the repository at this point in the history
  4. adding startup hooks args to access to Disables and Skips (k3s-io#3674)

    Signed-off-by: Luther Monson <[email protected]>
    (cherry picked from commit 18bc98f)
    Signed-off-by: Brad Davidson <[email protected]>
    luthermonson authored and brandond committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    fa936e8 View commit details
    Browse the repository at this point in the history
  5. move go routines for api server ready beneath wait group

    Signed-off-by: Luther Monson <[email protected]>
    (cherry picked from commit 37fcb61)
    Signed-off-by: Brad Davidson <[email protected]>
    luthermonson authored and brandond committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    87a9634 View commit details
    Browse the repository at this point in the history
  6. Fix initial start of etcd only nodes (k3s-io#3748)

    * Fix initial start of etcd only nodes
    
    Signed-off-by: galal-hussein <[email protected]>
    
    * more fixes
    
    Signed-off-by: galal-hussein <[email protected]>
    
    * more fixes
    
    Signed-off-by: galal-hussein <[email protected]>
    (cherry picked from commit 2069cdf)
    Signed-off-by: Brad Davidson <[email protected]>
    galal-hussein authored and brandond committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    0b8b73c View commit details
    Browse the repository at this point in the history