Skip to content

Commit

Permalink
Enable dynamic kubelet configuration during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mtaufen committed Aug 23, 2016
1 parent 20110b9 commit 05ac5cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e_node/e2e_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 05ac5cd

Please sign in to comment.