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

tests: drop hardcoded kube-system CNI #50667

Merged
merged 3 commits into from
May 9, 2024

Commits on May 8, 2024

  1. tests: drop hardcoded kube-system CNI

    This was originally set in 2021 to make the tests run on GKE/others.
    Long ago, the installation automatically detects the kube-system
    requirements and installs appropriately.
    
    As-is, this means if you install the integ test on a running cluster off
    GKE, it will end up with 2 CNIs and cause havoc
    howardjohn committed May 8, 2024
    Configuration menu
    Copy the full SHA
    69aa641 View commit details
    Browse the repository at this point in the history
  2. fix kube-system

    howardjohn committed May 8, 2024
    Configuration menu
    Copy the full SHA
    46f0d74 View commit details
    Browse the repository at this point in the history
  3. skip multi

    howardjohn committed May 8, 2024
    Configuration menu
    Copy the full SHA
    bdebf62 View commit details
    Browse the repository at this point in the history