Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
- name: Create the workload-partitioning MachineConfig manifest
template:
src: templates/02-master-workload-partitioning.yaml
dest: "{{ manifests_path }}/02-master-workload-partitioning.yaml"
dest: "{{ manifests_path }}/02-master-management-workload-pinning.yaml"
when: management_workload_cpuset != ''
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: MachineConfig
metadata:
labels:
machineconfiguration.openshift.io/role: master
name: 02-master-workload-partitioning
name: 02-master-management-workload-pinning
spec:
config:
ignition:
Expand All @@ -14,7 +14,7 @@ spec:
source: data:text/plain;charset=utf-8;base64,{{ lookup('template', 'templates/crio.conf', convert_data=False) | string | b64encode }}
mode: 420
overwrite: true
path: /etc/crio/crio.conf.d/01-workload-partitioning
path: /etc/crio/crio.conf.d/01-workload-pinning
user:
name: root
- contents:
Expand Down