Skip to content

Commit ea48524

Browse files
authored
Merge pull request #89559 from openshift-cherrypick-robot/cherry-pick-89339-to-enterprise-4.15
[enterprise-4.15] OSDOCS-13225 Admonition note for HighNodeUtilization
2 parents 18f2f6d + 2940407 commit ea48524

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/nodes-scheduler-profiles-about.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,9 @@ The following scheduler profiles are available:
1414

1515
`HighNodeUtilization`:: This profile attempts to place as many pods as possible on to as few nodes as possible. This minimizes node count and has high resource usage per node.
1616

17+
[NOTE]
18+
====
19+
Switching to the `HighNodeUtilization` scheduler profile will result in all pods of a `ReplicaSet` object being scheduled on the same node. This will add an increased risk for pod failure if the node fails.
20+
====
21+
1722
`NoScoring`:: This is a low-latency profile that strives for the quickest scheduling cycle by disabling all score plugins. This might sacrifice better scheduling decisions for faster ones.

0 commit comments

Comments
 (0)