Skip to content

Commit 8a615e7

Browse files
authored
Merge pull request #43028 from sotoiwa/issue-43027
Fix incorrect parameter name
2 parents 2a8fba6 + 5826a44 commit 8a615e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/administer-cluster/reserve-compute-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ with `.slice` appended.
134134
{{< feature-state for_k8s_version="v1.17" state="stable" >}}
135135

136136
**Kubelet Flag**: `--reserved-cpus=0-3`
137-
**KubeletConfiguration Flag**: `reservedSystemCpus: 0-3`
137+
**KubeletConfiguration Flag**: `reservedSystemCPUs: 0-3`
138138

139139
`reserved-cpus` is meant to define an explicit CPU set for OS system daemons and
140140
kubernetes system daemons. `reserved-cpus` is for systems that do not intend to

0 commit comments

Comments
 (0)