Merge pull request #100531 from sjenning/storage-e2e-reduce-pod-count

e2e: reduce pods used in shared local pv test
This commit is contained in:
Kubernetes Prow Robot 2021-05-26 12:07:37 -07:00 committed by GitHub
commit 3e9c865d9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -654,7 +654,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)