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 Oct 4, 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 Oct 4, 2024
    Configuration menu
    Copy the full SHA
    bc67a2c 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 Oct 4, 2024
    Configuration menu
    Copy the full SHA
    e8e2e5d 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 Oct 4, 2024
    Configuration menu
    Copy the full SHA
    c0a241f View commit details
    Browse the repository at this point in the history