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

kinder: add test for patching kubeletconfiguration; cleanup test jobs #2707

Merged

Commits on Jun 13, 2022

  1. kinder: add tests for patching a kubeletconfiguration target

    Add a kubeletconfiguration+strategic.yaml patch
    that contains "shutdownGracePeriod: 1s".
    
    Verify if the patch is applied. This is done only for
    CP nodes, but exercises init/join/upgrade and the
    patching / writing the kubelet config for worker nodes
    is in the same code path.
    neolit123 committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    6e15e40 View commit details
    Browse the repository at this point in the history
  2. kinder: exclude testing for patches in the support skew

    We can only test patches at the k/k "master" level
    to avoid having too many test jobs.
    
    Ideally we should not backport "patches" fixes
    to the old branches, unless they are already present
    at k/k master.
    neolit123 committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    432c6f3 View commit details
    Browse the repository at this point in the history