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

Fix kubectl CI flakiness #18087

Merged
merged 2 commits into from
Dec 2, 2021
Merged

Fix kubectl CI flakiness #18087

merged 2 commits into from
Dec 2, 2021

Commits on Dec 1, 2021

  1. Revert "test/helpers: fix ensure kubectl version to work for RCs"

    This reverts commit bb6ef27.
    
    Signed-off-by: André Martins <andre@cilium.io>
    aanm committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    b7edc5a View commit details
    Browse the repository at this point in the history
  2. test/helpers: use rc.0 as the default version of kubectl

    Since we only update the Kubernetes version tested on our CI when the
    first RC is announced we should use that binary instead of the `.0` as
    the `.0` is not available at the time the rc.0 is released.
    
    Fixes: 6181255 ("test: ensure kubectl version is available for test run")
    Signed-off-by: André Martins <andre@cilium.io>
    aanm committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    2892ef7 View commit details
    Browse the repository at this point in the history