Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
CPU path volume update
Browse files Browse the repository at this point in the history
  • Loading branch information
patricia-cahill committed Sep 14, 2022
1 parent bfa9caf commit 64a5662
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -607,4 +607,7 @@ shared-<NODE_NAME>-workload 61m
`kubectl delete pods <name>`
When a Pod that was associated with a PowerWorkload is deleted, the cores associated with that Pod will be removed from the corresponding PowerWorkload. If that Pod was the last requesting the use of that PowerWorkload, the workload will be deleted. All cores removed from the PowerWorkload are added back to the Shared PowerWorkload for that Node and returned to the lower frequencies.
<<<<<<< HEAD
=======
>>>>>>> external/master
4 changes: 2 additions & 2 deletions build/manifests/power-node-agent-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ spec:
memory: 30Mi
volumeMounts:
- mountPath: /sys/devices/system/cpu
name: CPUsetup
name: cpusetup
- mountPath: /sys/fs
name: cgroup
readOnly: true
- mountPath: /var/lib/kubelet/pod-resources/
name: kubesock
readOnly: true
volumes:
- name: CPUsetup
- name: cpusetup
hostPath:
path: /sys/devices/system/cpu
- name: cgroup
Expand Down

0 comments on commit 64a5662

Please sign in to comment.