kubernetes/pkg/controller
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
..
bootstrap Expose the constants in pkg/controller/bootstrap and add a validate token method 2017-02-14 20:29:23 +02:00
certificates react to informer updates 2017-02-13 09:18:32 -05:00
cloud react to informer updates 2017-02-13 09:18:32 -05:00
cronjob Fix cronjob panic on status update failure 2017-02-17 11:29:39 -08:00
daemon Merge pull request #41300 from kargakis/minor-fixes 2017-02-15 04:14:14 -08:00
deployment Deployment: filter out old RSes that are deleted or with non-zero replicas before cleanup 2017-02-16 14:48:10 -08:00
disruption react to informer updates 2017-02-13 09:18:32 -05:00
endpoint react to informer updates 2017-02-13 09:18:32 -05:00
garbagecollector install authentication.k8s.io/v1, add tests 2017-02-07 01:44:56 -05:00
informers make tools/cache authoritative 2017-01-25 08:29:45 -05:00
job react to informer updates 2017-02-13 09:18:32 -05:00
namespace Autogenerated bazel changes 2017-02-06 10:50:40 -08:00
node generated 2017-02-15 12:20:24 +01:00
podautoscaler react to informer updates 2017-02-13 09:18:32 -05:00
podgc react to informer updates 2017-02-13 09:18:32 -05:00
replicaset react to informer updates 2017-02-13 09:18:32 -05:00
replication Merge pull request #41300 from kargakis/minor-fixes 2017-02-15 04:14:14 -08:00
resourcequota Switch resourcequota controller to shared informers 2017-02-14 12:20:27 -05:00
route Switch route controller to shared informers 2017-02-13 15:21:33 -05:00
service Switch service controller to shared informers 2017-02-15 11:21:01 -05:00
serviceaccount Switch serviceaccounts controller to generated shared informers 2017-02-14 14:21:14 -05:00
statefulset Allow multiple mounts in StatefulSet volume zone placement 2017-02-19 02:20:04 -05:00
ttl react to informer updates 2017-02-13 09:18:32 -05:00
volume Switch pv controller to shared informers 2017-02-16 10:08:23 -05:00
.import-restrictions add import restrictions 2016-10-13 16:10:24 -07:00
BUILD Merge pull request #41163 from janetkuo/deployment-cleanup 2017-02-16 21:16:04 -08:00
client_builder.go move client/record 2017-01-31 19:14:13 -05:00
controller_ref_manager.go Merge pull request #39366 from zdj6373/manager-log 2017-01-31 15:49:43 -08:00
controller_utils.go Merge pull request #41163 from janetkuo/deployment-cleanup 2017-02-16 21:16:04 -08:00
controller_utils_test.go Deployment: filter out old RSes that are deleted or with non-zero replicas before cleanup 2017-02-16 14:48:10 -08:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
lookup_cache.go Use fnv.New32a() in hash instead adler32 2017-02-15 14:03:54 +08:00
OWNERS Add janetkuo to approvers for controllers 2017-02-08 14:37:25 -08:00