mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 04:52:08 +00:00
Restore default polling period of resource-gatherer
This commit is contained in:
parent
28c483e161
commit
a350825612
@ -206,7 +206,7 @@ func (f *Framework) BeforeEach() {
|
|||||||
InKubemark: ProviderIs("kubemark"),
|
InKubemark: ProviderIs("kubemark"),
|
||||||
MasterOnly: TestContext.GatherKubeSystemResourceUsageData == "master",
|
MasterOnly: TestContext.GatherKubeSystemResourceUsageData == "master",
|
||||||
ResourceDataGatheringPeriod: 60 * time.Second,
|
ResourceDataGatheringPeriod: 60 * time.Second,
|
||||||
ProbeDuration: 5 * time.Second,
|
ProbeDuration: 15 * time.Second,
|
||||||
}, nil)
|
}, nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
Logf("Error while creating NewResourceUsageGatherer: %v", err)
|
Logf("Error while creating NewResourceUsageGatherer: %v", err)
|
||||||
|
Loading…
Reference in New Issue
Block a user