kind: KubeletConfiguration
	cpuManagerPolicy: static 
	featureGates:
	  CPUManager: true #开启cpuManager特性
	  CPUManagerPolicyAlphaOptions: true 
	  CPUManagerPolicyBetaOptions: true 
	cpuManagerPolicyOptions:
	  full-pcpus-only: "true" #为Guaranteed Pod保留完整的物理CPU
	  distribute-cpus-across-numa: "true" #允许CPU跨NUMA节点分配
	memoryManagerPolicy: Static 
	reservedMemory:
	- numaNode: 0
	  limits:
	  memory: 2148Mi
	topologyManagerScope: pod 
	topologyManagerPolicy: restricted

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐