Skip to content

Commit

Permalink
fix value of crio annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
pmtk committed Jul 11, 2024
1 parent 91fb928 commit 6c591e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6c591e1

Please sign in to comment.