Skip to content

Commit 2975fd3

Browse files
mcbenjemaak8s-ci-robot
authored andcommitted
delete outdated section (#16332)
1 parent 764a485 commit 2975fd3

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

content/en/docs/concepts/configuration/manage-compute-resources-container.md

+1-21
Original file line numberDiff line numberDiff line change
@@ -587,27 +587,7 @@ spec:
587587
example.com/foo: 1
588588
```
589589

590-
## Planned Improvements
591-
592-
Kubernetes version 1.5 only allows resource quantities to be specified on a
593-
Container. It is planned to improve accounting for resources that are shared by
594-
all Containers in a Pod, such as
595-
[emptyDir volumes](/docs/concepts/storage/volumes/#emptydir).
596-
597-
Kubernetes version 1.5 only supports Container requests and limits for CPU and
598-
memory. It is planned to add new resource types, including a node disk space
599-
resource, and a framework for adding custom
600-
[resource types](https://github.com/kubernetes/community/blob/{{< param "githubbranch" >}}/contributors/design-proposals/scheduling/resources.md).
601-
602-
Kubernetes supports overcommitment of resources by supporting multiple levels of
603-
[Quality of Service](http://issue.k8s.io/168).
604-
605-
In Kubernetes version 1.5, one unit of CPU means different things on different
606-
cloud providers, and on different machine types within the same cloud providers.
607-
For example, on AWS, the capacity of a node is reported in
608-
[ECUs](http://aws.amazon.com/ec2/faqs/), while in GCE it is reported in logical
609-
cores. We plan to revise the definition of the cpu resource to allow for more
610-
consistency across providers and platforms.
590+
611591

612592
{{% /capture %}}
613593

0 commit comments

Comments
 (0)