From ede17eace45bde6d433e328c6eedc88945370fc9 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Mon, 3 Jul 2023 18:37:46 +0530 Subject: [PATCH] test-e2e: Retrigger the RBD image post merge job The post merge job was failed https://github.com/kubernetes/kubernetes/pull/117103 and this causes the e2e tests to fail. This PR retrigger the same. Signed-off-by: Humble Chirammal --- test/images/volume/rbd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/images/volume/rbd/README.md b/test/images/volume/rbd/README.md index df97692aeb7..2bf41c88e77 100644 --- a/test/images/volume/rbd/README.md +++ b/test/images/volume/rbd/README.md @@ -1,6 +1,6 @@ # rbd and ceph target container for testing. -* The container needs to run with docker --privileged +* The container needs to run with `docker --privileged` mode block.tar.gz is a small ext2 filesystem created by `create_block.sh` (run as root!)