Skip to content

Commit 1bc0c95

Browse files
committed
Added eviction thresholds to release notes
1 parent e302b4b commit 1bc0c95

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

release_notes/ocp_3_9_release_notes.adoc

+20
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,26 @@ See
678678
xref:../install_config/build_defaults_overrides.adoc#install-config-build-defaults-overrides[Configuring
679679
Global Build Defaults and Overrides] for more information.
680680

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+
681701
[[ocp-39-web-console]]
682702
=== Web Console
683703

0 commit comments

Comments
 (0)