Skip to content

Commit

Permalink
fix up image gc settings in defaults tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sjenning committed Sep 28, 2017
1 parent a11177d commit 243298a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/server/kubernetes/node/node_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func TestKubeletDefaults(t *testing.T) {
EnableCustomMetrics: false,
EnableDebuggingHandlers: true,
EnableServer: true,
EvictionHard: "memory.available<100Mi,nodefs.available<10%,nodefs.inodesFree<5%",
EvictionHard: "memory.available<100Mi,nodefs.available<10%,nodefs.inodesFree<5%,imagefs.available<15%",
FileCheckFrequency: metav1.Duration{Duration: 20 * time.Second}, // overridden
HealthzBindAddress: "127.0.0.1", // disabled
HealthzPort: 10248, // disabled
Expand Down

0 comments on commit 243298a

Please sign in to comment.