diff options
| author | Connor Doyle <ConnorDoyle@users.noreply.github.com> | 2017-09-11 10:14:19 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-11 10:14:19 -0700 |
| commit | 9e0b08529f602c06119fe191b83b477393febc7e (patch) | |
| tree | 841ba39cebcfa0e3ca3e722cf59520ad99baaa41 | |
| parent | 4299f7a78e1ff5acb964532159856ad15f8d601c (diff) | |
Reword cpumanager strategy for reserved CPUs.
| -rw-r--r-- | contributors/design-proposals/cpu-manager.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contributors/design-proposals/cpu-manager.md b/contributors/design-proposals/cpu-manager.md index 0dfc94c3..e102d2e2 100644 --- a/contributors/design-proposals/cpu-manager.md +++ b/contributors/design-proposals/cpu-manager.md @@ -177,10 +177,10 @@ becomes terminal.) The Kubelet requires the total CPU reservation from `--kube-reserved` and `--system-reserved` to be greater than zero when the static policy is enabled. This is because zero CPU reservation would allow the shared pool to -become empty. The set of reserved CPUs is taken in order of physical core ID, -ascending. Operator documentation will be updated to explain how to configure -the system to use the low-numbered physical cores for kube-reserved and -system-reserved cgroups. +become empty. The set of reserved CPUs is taken in order of ascending +physical core ID. Operator documentation will be updated to explain how to +configure the system to use the low-numbered physical cores for kube-reserved +and system-reserved cgroups. Workloads that need to know their own CPU mask, e.g. for managing thread-level affinity, can read it from the virtual file `/proc/self/status`: |
