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

e2e: adjust e2e test to run on kubernetes 1.25 (backport #3362) #3474

Merged
merged 4 commits into from
Oct 28, 2022

Commits on Oct 28, 2022

  1. ci: remove podsecurity feature-gate

    remove the podsecurity feature-gate
    from minikube.sh, because of it
    kubernetes 1.25.0 deployment is failing
    
    fixes: #3358
    
    Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
    (cherry picked from commit 0e294d6)
    Madhu-1 authored and mergify[bot] committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    8920350 View commit details
    Browse the repository at this point in the history
  2. e2e: set privileged as pod security enforcement level

    setting privileged as pod security enforcement level
    to run test on kubernetes 1.25
    
    Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
    (cherry picked from commit 607c654)
    Madhu-1 authored and mergify[bot] committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    b3828d8 View commit details
    Browse the repository at this point in the history
  3. e2e: fix panic when checking error

    fix panic during error handling
    
    Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
    (cherry picked from commit 09df2c6)
    Madhu-1 authored and mergify[bot] committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    1e6a20a View commit details
    Browse the repository at this point in the history
  4. ci: use rook v1.10.4 release

    Rook v1.10.4 supports deployment
    of Rook on Kubernetes 1.25 or else
    Rook deployment will fail.
    
    Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
    (cherry picked from commit 5aaa9bf)
    Madhu-1 authored and mergify[bot] committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    1868a8d View commit details
    Browse the repository at this point in the history