mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Reduce number of pods created for local PV stress test
This commit is contained in:
parent
3ce5388128
commit
7def517dd3
@ -426,7 +426,7 @@ var _ = utils.SIGDescribe("PersistentVolumes-local ", func() {
|
||||
const (
|
||||
volsPerNode = 10 // Make this non-divisable by volsPerPod to increase changes of partial binding failure
|
||||
volsPerPod = 3
|
||||
podsFactor = 5
|
||||
podsFactor = 4
|
||||
)
|
||||
|
||||
BeforeEach(func() {
|
||||
|
Loading…
Reference in New Issue
Block a user