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

Include k3s in CI tests #195

Merged
merged 7 commits into from
Apr 17, 2024
Merged

Include k3s in CI tests #195

merged 7 commits into from
Apr 17, 2024

Commits on Apr 16, 2024

  1. scripts: Update deployment scripts to support k8s manager

    Signed-off-by: Din Music <[email protected]>
    MusicDin committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2002473 View commit details
    Browse the repository at this point in the history
  2. github/workflows: Test k3s on each PR

    Signed-off-by: Din Music <[email protected]>
    MusicDin committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a8a5cbf View commit details
    Browse the repository at this point in the history
  3. embed/ansible: Set Ansible 9.3.0 pip requirement

    Signed-off-by: Din Music <[email protected]>
    MusicDin committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    9d40892 View commit details
    Browse the repository at this point in the history
  4. k3s: Fix fetching of the final kubeconfig

    Signed-off-by: Din Music <[email protected]>
    MusicDin committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    946545c View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. scripts: Use dnsutils instead of busybox for testing DNS

    Signed-off-by: Din Music <[email protected]>
    MusicDin committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    3315c4c View commit details
    Browse the repository at this point in the history
  2. scripts: Simplify waiting for nodes and pods readiness

    Signed-off-by: Din Music <[email protected]>
    MusicDin committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9374c44 View commit details
    Browse the repository at this point in the history
  3. scripts: Retry pods readiness

    If pod readiness is checked before any pod is deployed, the command will result in an
    error. Therefore, retry a few times to avoid unnecessary test failures.
    
    Signed-off-by: Din Music <[email protected]>
    MusicDin committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    3681fc2 View commit details
    Browse the repository at this point in the history