From edfdc91eab8a06d2a5707de1065dd64aa0a64f9c Mon Sep 17 00:00:00 2001 From: Kevin Quinn Date: Fri, 6 Sep 2024 09:54:39 +0100 Subject: [PATCH] TELCODOCS-2012 Add link to created KB article about workload hints --- modules/cnf-configuring-workload-hints.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/cnf-configuring-workload-hints.adoc b/modules/cnf-configuring-workload-hints.adoc index 976c5940b7..6d32fdf18c 100644 --- a/modules/cnf-configuring-workload-hints.adoc +++ b/modules/cnf-configuring-workload-hints.adoc @@ -82,3 +82,4 @@ The following configuration is commonly used in a telco RAN DU deployment. 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, it defaults to `true`. ==== +For more information how combinations of power consumption and real-time settings impact latency, see link:https://access.redhat.com/articles/7081587[Understanding workload hints].