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

ci: enable debug logs in kubelet #4074

Merged
merged 3 commits into from
Aug 25, 2023
Merged

Commits on Aug 24, 2023

  1. ci: enable debug logs in kubelet

    enable debug logs in kubelet for
    better debugging.
    
    Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
    Madhu-1 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    bbfe10a View commit details
    Browse the repository at this point in the history
  2. deploy: use resizer canary image

    use resizer canary image to as it
    might contain fix for pvc resize
    with kubernetes 1.28
    
    Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
    Madhu-1 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    0c7e5f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. build: use lower version for dependencies if repositories are broken

    Some packages have dependencies on other repositories. On occasion these
    repositories seem to be out-of-sync. In that case, install updates with
    an older version, instead of erroring out.
    
    Signed-off-by: Niels de Vos <ndevos@ibm.com>
    nixpanic committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    9b86c13 View commit details
    Browse the repository at this point in the history