mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 10:20:51 +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 (
|
||||
pvc *v1.PersistentVolumeClaim
|
||||
pods = map[string]*v1.Pod{}
|
||||
count = 50
|
||||
count = 2
|
||||
err error
|
||||
)
|
||||
pvc = e2epv.MakePersistentVolumeClaim(makeLocalPVCConfig(config, DirectoryLocalVolumeType), config.ns)
|
||||
|
Loading…
Reference in New Issue
Block a user