mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 03:57:41 +00:00
Update test/e2e_node/image_volume.go
Co-authored-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
parent
8121bc99a8
commit
c6904b76d3
@ -225,7 +225,7 @@ var _ = SIGDescribe("ImageVolume", nodefeature.ImageVolume, func() {
|
||||
framework.ExpectNoError(err, "Failed to get a ready schedulable node")
|
||||
|
||||
baseName := "test-pod"
|
||||
anotherSELinuxLevel := "s1:c6,c10"
|
||||
anotherSELinuxLevel := "s0:c100,c200"
|
||||
|
||||
for i := range 2 {
|
||||
podName := fmt.Sprintf("%s-%d", baseName, i)
|
||||
|
Loading…
Reference in New Issue
Block a user