mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 18:31:15 +00:00
fix: reduce the number of pods and volumes
This commit is contained in:
parent
bd3c8390c6
commit
d2df5a19b1
@ -79,8 +79,8 @@ var (
|
||||
const (
|
||||
node1 = "node-1"
|
||||
node2 = "node-2"
|
||||
podLimit = 100
|
||||
volsPerPod = 5
|
||||
podLimit = 50
|
||||
volsPerPod = 3
|
||||
nodeAffinityLabelKey = "kubernetes.io/hostname"
|
||||
provisionerPluginName = "kubernetes.io/mock-provisioner"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user