We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6111ca7 commit 4383901Copy full SHA for 4383901
content/en/docs/concepts/configuration/manage-compute-resources-container.md
@@ -142,7 +142,7 @@ When using Docker:
142
- The `spec.containers[].resources.requests.cpu` is converted to its core value,
143
which is potentially fractional, and multiplied by 1024. The greater of this number
144
or 2 is used as the value of the
145
- [`--cpu-shares`](https://docs.docker.com/engine/reference/run/#/cpu-share-constraint)
+ [`--cpu-shares`](https://docs.docker.com/engine/reference/run/#cpu-share-constraint)
146
flag in the `docker run` command.
147
148
- The `spec.containers[].resources.limits.cpu` is converted to its millicore value and
0 commit comments