Skip to content

Commit dab6507

Browse files
committed
OSDOCS-4322: Updates to Using the Node Tuning Operator topic
1 parent 8a10a53 commit dab6507

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

modules/cluster-node-tuning-operator-default-profiles-set.adoc

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,19 @@ metadata:
1616
name: default
1717
namespace: openshift-cluster-node-tuning-operator
1818
spec:
19+
profile:
20+
- data: |
21+
[main]
22+
summary=Optimize systems running OpenShift (provider specific parent profile)
23+
include=-provider-${f:exec:cat:/var/lib/tuned/provider},openshift
24+
name: openshift
1925
recommend:
20-
- profile: "openshift-control-plane"
26+
- profile: openshift-control-plane
2127
priority: 30
2228
match:
23-
- label: "node-role.kubernetes.io/master"
24-
- label: "node-role.kubernetes.io/infra"
25-
26-
- profile: "openshift-node"
29+
- label: node-role.kubernetes.io/master
30+
- label: node-role.kubernetes.io/infra
31+
- profile: openshift-node
2732
priority: 40
2833
----
2934

0 commit comments

Comments
 (0)