-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
Product / Portfolio Work
-
False
-
-
False
-
5
-
None
-
None
-
OCPNODE Sprint 223 (Blue)
The current implementation needs to be tweaked to support cgroups v2 and WorkerLatencyProfiles.
Apart from that, we need to add following MCs,
cat > ${manifests}/cgroupsv2-master-machine-config.yml << EOF
apiVersion: machineconfiguration.openshift.io/v1
kind: MachineConfig
metadata:
labels:
machineconfiguration.openshift.io/role: master
name: 99-openshift-cgroupsv2-master-kargs
spec:
kernelArguments:
- systemd.unified_cgroup_hierarchy=1
- cgroup_no_v1="all"
- psi=1
EOF
cat > ${manifests}/cgroupsv2-worker-machine-config.yml << EOF
apiVersion: machineconfiguration.openshift.io/v1
kind: MachineConfig
metadata:
labels:
machineconfiguration.openshift.io/role: worker
name: 99-openshift-cgroupsv2-worker-kargs
spec:
kernelArguments:
- systemd.unified_cgroup_hierarchy=1
- cgroup_no_v1="all"
- psi=1
EOF
- relates to
-
CFE-565 Upstream PLEG work - Ramesh
-
- Closed
-
- links to