Fix broken link anchor (#16197)

This commit is contained in:
Carlos Sanchez 2019-09-03 10:36:29 +02:00 committed by Kubernetes Prow Robot
parent 9e3e30bb79
commit 4d58e7284a
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ When using Docker:
- The `spec.containers[].resources.requests.cpu` is converted to its core value, - The `spec.containers[].resources.requests.cpu` is converted to its core value,
which is potentially fractional, and multiplied by 1024. The greater of this number which is potentially fractional, and multiplied by 1024. The greater of this number
or 2 is used as the value of the or 2 is used as the value of the
[`--cpu-shares`](https://docs.docker.com/engine/reference/run/#/cpu-share-constraint) [`--cpu-shares`](https://docs.docker.com/engine/reference/run/#cpu-share-constraint)
flag in the `docker run` command. flag in the `docker run` command.
- The `spec.containers[].resources.limits.cpu` is converted to its millicore value and - The `spec.containers[].resources.limits.cpu` is converted to its millicore value and