kubernetes/docs
Solly Ross 2d436ff080 Scheduler predicate for capping node volume count
For certain volume types (e.g. AWS EBS or GCE PD), a limitted
number of such volumes can be attached to a given node.  This commit
introduces a predicate with allows cluster admins to cap
the maximum number of volumes matching a particular type attached to a
given node.

The volume type is configurable by passing a pair of filter functions,
and the maximum number of such volumes is configurable to allow node
admins to reserve a certain number of volumes for system use.

By default, the predicate is exposed as MaxEBSVolumeCount and
MaxGCEPDVolumeCount (for AWS ElasticBlocKStore and GCE PersistentDisk
volumes, respectively), each of which can be configured using the
`KUBE_MAX_PD_VOLS` environment variable.

Fixes #7835
2016-02-02 16:21:42 -05:00
..
admin Merge pull request #18611 from timstclair/allocatable-impl2 2016-01-12 22:48:12 -08:00
api-reference Merge pull request #18712 from pmorie/config-kubectl 2016-01-13 13:51:29 -08:00
design Merge pull request #18047 from caesarxuchao/munger-tag-new 2015-12-22 10:35:20 -08:00
devel Scheduler predicate for capping node volume count 2016-02-02 16:21:42 -05:00
getting-started-guides Merge pull request #18894 from luxas/update_master_multi 2016-01-11 20:38:41 -08:00
man/man1 Add kubectl config current-context 2016-01-11 21:54:24 -08:00
proposals Address comments; more details about deployment versions 2016-01-12 16:26:04 -08:00
user-guide Merge pull request #19361 from tombenner/add_current_context 2016-01-14 01:09:12 -08:00
api.md Clean up standalone conversion tool 2015-12-23 10:31:08 +08:00
README.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
reporting-security-issues.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
roadmap.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
troubleshooting.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
warning.png Add an image to unversioned warnings 2015-07-14 15:28:59 -07:00
whatisk8s.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00

WARNING WARNING WARNING WARNING WARNING

PLEASE NOTE: This document applies to the HEAD of the source tree

If you are using a released version of Kubernetes, you should refer to the docs that go with that version.

The latest release of this document can be found [here](http://releases.k8s.io/release-1.1/docs/README.md).

Documentation for other releases can be found at releases.k8s.io.

Kubernetes Documentation: releases.k8s.io/HEAD

Analytics