mirror of https://github.com/k3s-io/k3s
![]() 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). |
||
---|---|---|
.. | ||
delta_fifo.go | ||
delta_fifo_test.go | ||
doc.go | ||
expiration_cache.go | ||
expiration_cache_fakes.go | ||
expiration_cache_test.go | ||
fifo.go | ||
fifo_test.go | ||
index.go | ||
index_test.go | ||
listers.go | ||
listers_test.go | ||
listwatch.go | ||
listwatch_test.go | ||
reflector.go | ||
reflector_test.go | ||
store.go | ||
store_test.go | ||
thread_safe_store.go | ||
undelta_store.go | ||
undelta_store_test.go |