Skip to content

Commit

Permalink
UPSTREAM: 53069: Align imagefs eviction defaults with image gc defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
sjenning committed Sep 26, 2017
1 parent 4be6729 commit 19851cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 19851cd

Please sign in to comment.