From 6c591e165857678d22f8325f789a606ddd445e86 Mon Sep 17 00:00:00 2001 From: Patryk Matuszak Date: Thu, 11 Jul 2024 16:12:07 +0200 Subject: [PATCH] fix value of crio annotations --- enhancements/microshift/low-latency-workloads-on-microshift.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enhancements/microshift/low-latency-workloads-on-microshift.md b/enhancements/microshift/low-latency-workloads-on-microshift.md index 3907333432..f0af496451 100644 --- a/enhancements/microshift/low-latency-workloads-on-microshift.md +++ b/enhancements/microshift/low-latency-workloads-on-microshift.md @@ -219,7 +219,7 @@ RUN systemctl enable microshift-tuned.service - Setting Pod's memory limit and memory request to the same value, and setting CPU limit and CPU request to the same value to ensure Pod has guaranteed QoS class. - Use annotations to get desired behavior - (unless link to a documentation is present, these annotations only take two values: `enabled` and `disabled`): + (unless link to a documentation is present, these annotations only take two values: `enable` and `disable`): - `cpu-load-balancing.crio.io: "disable"` - disable CPU load balancing for Pod (only use with CPU Manager `static` policy and for Guaranteed QoS Pods using whole CPUs) - `cpu-quota.crio.io: "disable"` - disable Completely Fair Scheduler (CFS)