File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 678
678
xref:../install_config/build_defaults_overrides.adoc#install-config-build-defaults-overrides[Configuring
679
679
Global Build Defaults and Overrides] for more information.
680
680
681
+ [[ocp-39-eviction-thresholds]]
682
+ ==== Default Hard Eviction Thresholds
683
+ {product-title} uses the following default configuration for `eviction-hard`.
684
+
685
+ [source, yaml]
686
+ ----
687
+ ...
688
+ kubeletArguments:
689
+ eviction-hard:
690
+ - memory.available<100Mi
691
+ - nodefs.available<10%
692
+ - nodefs.inodesFree<5%
693
+ - imagefs.available<15%
694
+ ...
695
+ ----
696
+
697
+ See
698
+ xref:../admin_guide/out_of_resource_handling.adoc#admin-guide-handling-out-of-resource-errors[Handling
699
+ Out of Resource Errors] for more information.
700
+
681
701
[[ocp-39-web-console]]
682
702
=== Web Console
683
703
You can’t perform that action at this time.
0 commit comments