Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 6aff0ac

Browse files
jascott1ganeshmaharaj
authored andcommitted
Remove static cpu from kubeadm.yaml
* Removing static cpu pinning due to confusion and complications it causes with disabling/enabling cores. * Static CPU policy by defaults pins the process to CPUs if a kubernetes pod limits are set to be full cpus. While this a neat thing, this also causes issues when setaffinity is tried in a particular CPU. While we would like to set limits, pinning a process to a core is something we will try to avoid in the near future.
1 parent 0d1d72e commit 6aff0ac

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

clr-k8s-examples/kubeadm.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ kind: InitConfiguration
44
apiVersion: kubelet.config.k8s.io/v1beta1
55
kind: KubeletConfiguration
66
cgroupDriver: systemd
7-
# Allowing for CPU pinning and isolation in case of guaranteed QoS class
8-
cpuManagerPolicy: static
97
systemReserved:
108
cpu: 500m
119
memory: 256M

0 commit comments

Comments
 (0)