mirror of https://github.com/k3s-io/k3s
Enable dynamic kubelet configuration during tests
parent
2413ec4494
commit
e780bb5fbd
|
@ -373,6 +373,7 @@ func (es *e2eService) startKubeletServer() (*server, error) {
|
|||
"--pod-cidr=10.180.0.0/24", // Assign a fixed CIDR to the node because there is no node controller.
|
||||
"--eviction-hard", framework.TestContext.EvictionHard,
|
||||
"--eviction-pressure-transition-period", "30s",
|
||||
"--feature-gates", "DynamicKubeletConfig=true", // TODO(mtaufen): Eventually replace with a value from the framework.TestContext
|
||||
)
|
||||
if framework.TestContext.CgroupsPerQOS {
|
||||
// TODO: enable this when the flag is stable and available in kubelet.
|
||||
|
|
Loading…
Reference in New Issue