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

kola/kubeadm: test various CNIs #182

Merged
merged 2 commits into from
Jul 29, 2021

Commits on Jul 29, 2021

  1. kola/kubeadm: handle various CNI

    this commit adds logic and templates to test more CNIs in a
    kubernetes context.
    
    - calico
    - flannel
    - cilium
    
    Tests have a common implementation but it differs using templates
    following the tested CNI
    
    Signed-off-by: Mathieu Tortuyaux <mathieu@kinvolk.io>
    Mathieu Tortuyaux committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    4aabe45 View commit details
    Browse the repository at this point in the history
  2. kola/kubeadm/test: add testdata for script

    this testdata will assert that the installation scripts
    are well rendered following the CNI, it also allows to help
    reproduce issues with the tests using directly the testdata
    
    Signed-off-by: Mathieu Tortuyaux <mathieu@kinvolk.io>
    Mathieu Tortuyaux committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    11d3514 View commit details
    Browse the repository at this point in the history