summaryrefslogtreecommitdiff
path: root/api_changes.md
diff options
context:
space:
mode:
authorJustin Santa Barbara <justin@fathomdb.com>2015-11-29 14:00:49 -0500
committerJustin Santa Barbara <justin@fathomdb.com>2015-12-31 12:27:01 -0500
commit4f4703bb1ad27a90b4d6263d34843159b126fd7c (patch)
treec83e8931c689c44fa8ce0dd7d673f883203c5561 /api_changes.md
parentd8b1f8d6aed960aa01683a736eeee0ff91dbb2b3 (diff)
Ubernetes Lite: Volumes can dictate zone scheduling
For AWS EBS, a volume can only be attached to a node in the same AZ. The scheduler must therefore detect if a volume is being attached to a pod, and ensure that the pod is scheduled on a node in the same AZ as the volume. So that the scheduler need not query the cloud provider every time, and to support decoupled operation (e.g. bare metal) we tag the volume with our placement labels. This is done automatically by means of an admission controller on AWS when a PersistentVolume is created backed by an EBS volume. Support for tagging GCE PVs will follow. Pods that specify a volume directly (i.e. without using a PersistentVolumeClaim) will not currently be scheduled correctly (i.e. they will be scheduled without zone-awareness).
Diffstat (limited to 'api_changes.md')
0 files changed, 0 insertions, 0 deletions