Skip to content

Commit

Permalink
sample-configs: drop rdt from the sample configuration
Browse files Browse the repository at this point in the history
RDT configuration is not supported.

Signed-off-by: Markus Lehtonen <[email protected]>
  • Loading branch information
marquiz authored and klihub committed Aug 28, 2023
1 parent 2098889 commit ae6087a
Showing 1 changed file with 0 additions and 111 deletions.
111 changes: 0 additions & 111 deletions sample-configs/nri-resource-policy-configmap.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,43 +75,6 @@ data:
- Cpuset: 28,29,30,31
Socket: 3
exclusive: false
rdt: |+
# Common options
options:
# One of Full, Discovery or Disabled
mode: Full
# Set to true to disable creation of monitoring groups
monitoringDisabled: false
l3:
# Make this false if L3 CAT must be available
optional: true
mb:
# Make this false if MBA must be available
optional: true
# Configuration of classes
partitions:
exclusive:
# Allocate 60% of all L3 cache to the "exclusive" partition
l3Allocation: "60%"
mbAllocation: ["100%"]
classes:
Guaranteed:
# Allocate all of the partitions cache lines to "Guaranteed"
l3Allocation: "100%"
shared:
# Allocate 40% L3 cache IDs to the "shared" partition
# These will NOT overlap with the cache lines allocated for "exclusive" partition
l3Allocation: "40%"
mbAllocation: ["50%"]
classes:
Burstable:
# Allow "Burstable" to use all cache lines of the "shared" partition
l3Allocation: "100%"
BestEffort:
# Allow "Besteffort" to use only half of the L3 cache # lines of the "shared" partition.
# These will overlap with those used by "Burstable"
l3Allocation: "50%"
---
apiVersion: v1
kind: ConfigMap
Expand Down Expand Up @@ -169,43 +132,6 @@ data:
- Cpuset: 28,29,30,31
Socket: 3
exclusive: false
rdt: |+
# Common options
options:
# One of Full, Discovery or Disabled
mode: Full
# Set to true to disable creation of monitoring groups
monitoringDisabled: false
l3:
# Make this false if L3 CAT must be available
optional: true
mb:
# Make this false if MBA must be available
optional: true
# Configuration of classes
partitions:
exclusive:
# Allocate 60% of all L3 cache to the "exclusive" partition
l3Allocation: "60%"
mbAllocation: ["100%"]
classes:
Guaranteed:
# Allocate all of the partitions cache lines to "Guaranteed"
l3Allocation: "100%"
shared:
# Allocate 40% L3 cache IDs to the "shared" partition
# These will NOT overlap with the cache lines allocated for "exclusive" partition
l3Allocation: "40%"
mbAllocation: ["50%"]
classes:
Burstable:
# Allow "Burstable" to use all cache lines of the "shared" partition
l3Allocation: "100%"
BestEffort:
# Allow "Besteffort" to use only half of the L3 cache # lines of the "shared" partition.
# These will overlap with those used by "Burstable"
l3Allocation: "50%"
---
apiVersion: v1
kind: ConfigMap
Expand Down Expand Up @@ -263,42 +189,5 @@ data:
- Cpuset: 28,29,30,31
Socket: 3
exclusive: false
rdt: |+
# Common options
options:
# One of Full, Discovery or Disabled
mode: Full
# Set to true to disable creation of monitoring groups
monitoringDisabled: false
l3:
# Make this false if L3 CAT must be available
optional: true
mb:
# Make this false if MBA must be available
optional: true
# Configuration of classes
partitions:
exclusive:
# Allocate 60% of all L3 cache to the "exclusive" partition
l3Allocation: "60%"
mbAllocation: ["100%"]
classes:
Guaranteed:
# Allocate all of the partitions cache lines to "Guaranteed"
l3Allocation: "100%"
shared:
# Allocate 40% L3 cache IDs to the "shared" partition
# These will NOT overlap with the cache lines allocated for "exclusive" partition
l3Allocation: "40%"
mbAllocation: ["50%"]
classes:
Burstable:
# Allow "Burstable" to use all cache lines of the "shared" partition
l3Allocation: "100%"
BestEffort:
# Allow "Besteffort" to use only half of the L3 cache # lines of the "shared" partition.
# These will overlap with those used by "Burstable"
l3Allocation: "50%"
logger: |+
Debug: resource-manager,cache

0 comments on commit ae6087a

Please sign in to comment.