Skip to content

Commit 910924c

Browse files
Merge pull request #63311 from kquinn1204/OCPBUGS-13736
2 parents 2d59512 + 047d53f commit 910924c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

modules/cnf-configuring-workload-hints.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
3030
[NOTE]
3131
====
32-
When the `realTime` workload hint flag is set to `true` in a performance profile, add the `cpu-quota.crio.io: disable` annotation to every guaranteed pod with pinned CPUs. This annotation is necessary to prevent the degradation of the process performance within the pod.
33-
====
32+
When the `realTime` workload hint flag is set to `true` in a performance profile, add the `cpu-quota.crio.io: disable` annotation to every guaranteed pod with pinned CPUs. This annotation is necessary to prevent the degradation of the process performance within the pod. If the `realTime` workload hint is not explicitly set then it defaults to `true`.
33+
====

modules/cnf-understanding-workload-hints.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The following table describes how combinations of power consumption and real-tim
1010
[NOTE]
1111
====
1212
The following workload hints can be configured manually. You can also work with workload hints using the Performance Profile Creator. For more information about the performance profile, see the "Creating a performance profile" section.
13+
If the workload hint is configured manually and the `realTime` workload hint is not explicitly set then it defaults to `true`.
1314
====
1415

1516
[cols="1,1,1,1",options="header"]
@@ -60,4 +61,4 @@ perPodPowerManagement: true
6061
| Critical and non-critical workloads
6162
| Allows for power management per pod.
6263

63-
|===
64+
|===

0 commit comments

Comments
 (0)