Skip to content

Commit d10d15c

Browse files
authored
Merge pull request #32299 from kquinn1204/BZ1957307
BZ1957307 doc correction from Martin Sivak
2 parents 7d642dc + db4d355 commit d10d15c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

modules/cnf-managing-device-interrupt-processing-for-guaranteed-pod-isolated-cpus.adoc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
[id="disabling_interrupt_processing_for_individual_pods_{context}"]
3636
== Disabling interrupt processing for individual pods
3737

38-
To disable interrupt processing for individual pods, ensure that `globallyDisableIrqLoadBalancing` is set to `false` in the performance profile. Then, in the pod specification, set the `irq-load-balancing.crio.io` and `cpu-quota.crio.io` pod annotations to `disable`. An example pod specification snippet that illustrates this is below:
38+
To disable interrupt processing for individual pods, ensure that `globallyDisableIrqLoadBalancing` is set to `false` in the performance profile. Then, in the pod specification, set the `irq-load-balancing.crio.io` and `cpu-load-balancing.crio.io` pod annotations to `disable`. An example pod specification snippet that illustrates this is below:
3939

4040
[source,yaml]
4141
----
@@ -44,12 +44,8 @@ kind: Pod
4444
metadata:
4545
annotations:
4646
irq-load-balancing.crio.io: "disable"
47-
cpu-quota.crio.io: "disable"
47+
cpu-load-balancing.crio.io: "disable"
4848
spec:
4949
runtimeClassName: performance-<profile_name>
5050
...
5151
----
52-
53-
54-
55-

0 commit comments

Comments
 (0)