From 710a963e82a21d7a42bd60d66918af57cf5657eb Mon Sep 17 00:00:00 2001 From: Max Bridges Date: Fri, 30 Jan 2026 12:25:48 -0500 Subject: [PATCH] Fix bad attr --- modules/microshift-low-latency-llc.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/microshift-low-latency-llc.adoc b/modules/microshift-low-latency-llc.adoc index d1356c9bbe..73b58596a8 100644 --- a/modules/microshift-low-latency-llc.adoc +++ b/modules/microshift-low-latency-llc.adoc @@ -7,7 +7,7 @@ = Enabling last-level cache locality in {microshift-short} [role="_abstract"] -You can align workloads with CPU cores that share the same last-level cache (LLC) to improve performance for latency-sensitive applications. To apply this alignment, enable the Kubernetes CPU Manager option `prefer-align-cpus-by-uncorecache` in {microshift}. +You can align workloads with CPU cores that share the same last-level cache (LLC) to improve performance for latency-sensitive applications. To apply this alignment, enable the Kubernetes CPU Manager option `prefer-align-cpus-by-uncorecache`. :FeatureName: Last-level cache (LLC) locality include::snippets/technology-preview.adoc[] @@ -15,7 +15,7 @@ include::snippets/technology-preview.adoc[] [WARNING] ==== -This feature is part of a feature gate. After you enable feature gates, you cannot disable them or update {microshift-short}, and your cluster can become unstable or lose data. Enable feature gates only in non-production environments. +This feature is part of a feature gate. After you enable feature gates, you cannot disable them or update {microshift-first}, and your cluster can become unstable or lose data. Enable feature gates only in non-production environments. ==== .Procedure