mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
e2e: reduce pods used in shared local pv test
This commit is contained in:
parent
b11d0fbdd5
commit
0eb40b3ded
@ -658,7 +658,7 @@ var _ = utils.SIGDescribe("PersistentVolumes-local ", func() {
|
|||||||
var (
|
var (
|
||||||
pvc *v1.PersistentVolumeClaim
|
pvc *v1.PersistentVolumeClaim
|
||||||
pods = map[string]*v1.Pod{}
|
pods = map[string]*v1.Pod{}
|
||||||
count = 50
|
count = 2
|
||||||
err error
|
err error
|
||||||
)
|
)
|
||||||
pvc = e2epv.MakePersistentVolumeClaim(makeLocalPVCConfig(config, DirectoryLocalVolumeType), config.ns)
|
pvc = e2epv.MakePersistentVolumeClaim(makeLocalPVCConfig(config, DirectoryLocalVolumeType), config.ns)
|
||||||
|
Loading…
Reference in New Issue
Block a user