kubernetes/pkg/controller/statefulset
Justin Santa Barbara bba343d066 Allow multiple mounts in StatefulSet volume zone placement
We have some heuristics that ensure that volumes (and hence stateful set
pods) are spread out across zones.  Sadly they forgot to account for
multiple mounts.  This PR updates the heuristic to ignore the mount name
when we see something that looks like a statefulset volume, thus
ensuring that multiple mounts end up in the same AZ.

Fix #35695
2017-02-19 02:20:04 -05:00
..
BUILD StatefulSet refactoring and semantics fix 2017-02-09 08:42:28 -08:00
OWNERS Use statefulset instead in controller 2017-01-17 10:36:37 +08:00
stateful_pod_control_test.go StatefulSet refactoring and semantics fix 2017-02-09 08:42:28 -08:00
stateful_pod_control.go StatefulSet refactoring and semantics fix 2017-02-09 08:42:28 -08:00
stateful_set_control_test.go StatefulSet refactoring and semantics fix 2017-02-09 08:42:28 -08:00
stateful_set_control.go StatefulSet refactoring and semantics fix 2017-02-09 08:42:28 -08:00
stateful_set_test.go StatefulSet refactoring and semantics fix 2017-02-09 08:42:28 -08:00
stateful_set_utils_test.go StatefulSet refactoring and semantics fix 2017-02-09 08:42:28 -08:00
stateful_set_utils.go Allow multiple mounts in StatefulSet volume zone placement 2017-02-19 02:20:04 -05:00
stateful_set.go controller: cleanup workload controllers a bit 2017-02-12 17:52:28 +01:00