Skip to content

Commit

Permalink
Match workload partitioning name changes in kubelet
Browse files Browse the repository at this point in the history
The filename of the drop-in configuration we need to add to enable workload
partitioning has changed (openshift/enhancements#726),
so we follow.
  • Loading branch information
lack committed May 5, 2021
1 parent 6684d97 commit deba9ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ spec:
source: data:text/plain;charset=utf-8;base64,{{ lookup('template', 'templates/kubelet.conf', convert_data=False) | string | b64encode}}
mode: 420
overwrite: true
path: /etc/kubernetes/workload-pinning
path: /etc/kubernetes/openshift-workload-pinning
user:
name: root

0 comments on commit deba9ee

Please sign in to comment.