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

[wip] Switch to using kubelet config file for all supported flags #10433

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 24, 2024

  1. Add "Error: " prefix to fatal errors from k3s app entry points

    Makes logged output more consistent when k3s fails during initialization
    
    Signed-off-by: Brad Davidson <[email protected]>
    brandond committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    990660b View commit details
    Browse the repository at this point in the history
  2. Improve error handling of CheckDeployments test helper

    Expose actual error, so that we can tell if the deployment is not found or not ready/available
    
    Signed-off-by: Brad Davidson <[email protected]>
    brandond committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    162b9be View commit details
    Browse the repository at this point in the history
  3. Switch to using kubelet config files instead of CLI args

    Signed-off-by: Brad Davidson <[email protected]>
    brandond committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c9b86b7 View commit details
    Browse the repository at this point in the history