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:
Saikrishna
2019-01-02 08:35:59 -08:00
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