website/docs/concepts/configuration
Eric Mountain @ Amadeus e53bdeb5d0 Be more specific about cpu-shares passed to Docker (#4016)
Docker documentation (https://docs.docker.com/engine/reference/run/) reads:
  
"To modify the proportion from the default of 1024, use the -c or --cpu-shares flag to set the weighting to 2 or higher. If 0 is set, the system will ignore the value and use the default of 1024."

So the Kubernetes documentation gives the impression that if requests.cpu is zero, Docker would end up applying a value of 1024, which isn't the case.

This change makes the explanation more precise, hopefully without making it much more difficult to read.
2017-06-20 16:01:16 -07:00
..
assign-pod-node.md Fix typo to finish PR #3631 2017-05-12 15:25:51 -07:00
commands.yaml Move Commands and Capabilities out of User Guide. 2017-01-30 16:19:56 -08:00
manage-compute-resources-container.md Be more specific about cpu-shares passed to Docker (#4016) 2017-06-20 16:01:16 -07:00
overview.md Reimplement #3783 2017-05-23 14:21:56 -07:00
pod-with-node-affinity.yaml Move Guide topic: Assigning Pods to Nodes. (#3071) 2017-03-28 20:59:32 -07:00
pod-with-pod-affinity.yaml Added example for pod preferredDuringSchedulingIgnoredDuringExecution. 2017-05-12 15:22:49 -07:00
pod.yaml Move Guide topic: Assigning Pods to Nodes. (#3071) 2017-03-28 20:59:32 -07:00
secret.md replace kubectl.sh with kubectl 2017-05-26 10:39:24 -07:00