mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-03 18:27:49 +00:00
e2e: reduce pods used in shared local pv test
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user