mirror of
https://github.com/clearlinux/cloud-native-setup.git
synced 2026-09-04 21:01:30 +00:00
Example usage for Guaranteed QoS workload
``` $ kubectl logs test-cpumanager-runc pid 1's current affinity mask: 100000000000 ``` Signed-off-by: Saikrishna Edupuganti <saikrishna.edupuganti@intel.com>
This commit is contained in:
committed by
Manohar Castelino
parent
5fe7fa0d89
commit
e3f8369c11
@@ -0,0 +1,15 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: test-cpumanager-runc
|
||||
spec:
|
||||
restartPolicy: Never
|
||||
containers:
|
||||
- name: taskset
|
||||
image: busybox
|
||||
command: [ "taskset", "-p", "1" ]
|
||||
resources:
|
||||
limits:
|
||||
cpu: 1
|
||||
memory: 100Mi
|
||||
Reference in New Issue
Block a user