-
Notifications
You must be signed in to change notification settings - Fork 547
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 #3362
Conversation
This is a replacement for #3359 to allow running tests on kubernetes 1.25 and will adjust all pod security and pod templates later to not run e2e with privileged access |
/retest ci/centos/upgrade-tests-cephfs |
@Mergifyio rebase |
✅ Branch has been successfully rebased |
44029f4
to
8022737
Compare
/test ci/centos/mini-e2e/k8s-1.25 |
/test ci/centos/mini-e2e-helm/k8s-1.25 |
@nixpanic, we dont have a CI job for 1.25 yet. let me send PR for it. |
#3365 should allow us to run tests on 1.25 |
/test ci/centos/mini-e2e/k8s-1.25 |
8022737
to
9cc74e1
Compare
Pull request has been modified.
#3372 is required as Rook deployment fails on kubernetes 1.25 |
Note that syncing images is done nightly, so the image will be available tomorrow. |
@Mergifyio rebase |
✅ Branch has been successfully rebased |
9cc74e1
to
39fa665
Compare
/test ci/centos/mini-e2e/k8s-1.25 |
/test ci/centos/mini-e2e-helm/k8s-1.25 |
1 similar comment
/test ci/centos/mini-e2e-helm/k8s-1.25 |
/retest all |
/retest ci/centos/mini-e2e/k8s-1.25 |
@nixpanic looks like the images are not pushed to internal registry yet? |
/test ci/centos/mini-e2e/k8s-1.24 |
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/upgrade-tests-rbd |
remove the podsecurity feature-gate from minikube.sh, because of it kubernetes 1.25.0 deployment is failing fixes: ceph#3358 Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
setting privileged as pod security enforcement level to run test on kubernetes 1.25 Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
fix panic during error handling Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
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>
✅ Branch has been successfully rebased |
/test ci/centos/k8s-e2e-external-storage/1.22 |
/test ci/centos/k8s-e2e-external-storage/1.23 |
/test ci/centos/k8s-e2e-external-storage/1.24 |
/test ci/centos/mini-e2e-helm/k8s-1.22 |
/test ci/centos/mini-e2e-helm/k8s-1.23 |
/test ci/centos/mini-e2e-helm/k8s-1.24 |
/test ci/centos/mini-e2e/k8s-1.22 |
/test ci/centos/mini-e2e/k8s-1.23 |
/test ci/centos/mini-e2e/k8s-1.24 |
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/upgrade-tests-rbd |
@Mergifyio rebase |
☑️ Nothing to do
|
@Mergifyio refresh |
✅ Pull request refreshed |
removed podsecurity feature-gate and adjusted e2e tests to use privileged pod security for the e2e namespace
Depends-On: #3365