You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is prep work for enabling kdump over NFS testing. The previous
attempt in #3911 used an
image from openshift E2E tests, but I didn't pay attention to the image
and the latest tag is not a multiarch manifest, so the pipeline tripped
on that.
Building the image ourselves will fix that.
This image is forked from the [openshift e2e test image](https://github.com/openshift/kubernetes/tree/7ca9eb1e9e5ced974033c2b6f26560e22535244c/test/images/volume/nfs)
6
+
7
+
See https://github.com/coreos/coreos-assembler/pull/3911 for the inital PR using it for more details on the test.
8
+
9
+
It serves an empty `/` directory, writeable by anyone.
0 commit comments