mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
Added an node e2e test for pod evictions due to disk pressure.
This commit is contained in:
committed by
bindata-mockuser
parent
a3e339b6d6
commit
adf6b6ddf0
@@ -118,7 +118,7 @@ var _ = SynchronizedBeforeSuite(func() []byte {
|
||||
|
||||
shared := &SharedContext{}
|
||||
if *startServices {
|
||||
e2es = newE2eService(framework.TestContext.NodeName, framework.TestContext.CgroupsPerQOS, shared)
|
||||
e2es = newE2eService(framework.TestContext.NodeName, framework.TestContext.CgroupsPerQOS, framework.TestContext.EvictionHard, shared)
|
||||
if err := e2es.start(); err != nil {
|
||||
Fail(fmt.Sprintf("Unable to start node services.\n%v", err))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user