Skip to content

Commit

Permalink
Merge pull request #726 from dhellmann/management-workload-partitioni…
Browse files Browse the repository at this point in the history
…ng-1

management-workload-partitioning: update kubelet config file name
  • Loading branch information
openshift-merge-robot authored Apr 8, 2021
2 parents a9aa881 + 61b29c2 commit ce4d303
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions enhancements/management-workload-partitioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ indicator to configure the CPU shares as BestEffort.
#### Kubelet Changes

Kubelet will be changed to look for a configuration file,
`/etc/kubernetes/workload-pinning`, to enable the management
`/etc/kubernetes/openshift-workload-pinning`, to enable the management
workload partitioning feature. The file should contain the cpuset
specifier for the CPUs making up each CPU pool.

Expand Down Expand Up @@ -579,7 +579,7 @@ spec:
source: data:text/plain;charset=utf-8;base64,encoded-content-here
mode: 420
overwrite: true
path: /etc/kubernetes/workload-pinning
path: /etc/kubernetes/openshift-workload-pinning
user:
name: root
```
Expand All @@ -595,7 +595,7 @@ annotation_prefix = "io.openshift.workload.management"
resources = { "cpushares" = "", "cpuset" = "0-1,52-53" }
```

The contents of `/etc/kubernetes/workload-pinning` should look like
The contents of `/etc/kubernetes/openshift-workload-pinning` should look like
this:

```json
Expand Down Expand Up @@ -834,7 +834,7 @@ manifest to configure CRI-O so that containers from pods with the
CPU set specified by the management workload settings.

The installer will be changed to create a machine config manifest to
write the `/etc/kubernetes/management-pinning` configuration file for
write the `/etc/kubernetes/openshift-workload-pinning` configuration file for
kubelet. The file will have SELinux settings configured so that it is
only readable by the kubelet.

Expand Down

0 comments on commit ce4d303

Please sign in to comment.