kubernetes/pkg/controller
Michail Kargakis 1388919976 controller: resolve unavailable in conjuction with surge for deployments
Due to rounding down for maxUnavailable, we may end up with deployments
that have zero surge and unavailable pods something that 1) is not allowed
as per validation, 2) blocks deployments. If we end up in such a situation
set maxUnavailable to 1 on the theory that surge might not work due to
quota.
2016-03-07 13:03:41 +01:00
..
daemon Merge pull request #22038 from mqliang/daemonset-cache 2016-03-05 03:38:55 -08:00
deployment controller: resolve unavailable in conjuction with surge for deployments 2016-03-07 13:03:41 +01:00
endpoint Specify hostname, subdomain via annotation on podspec. 2016-03-04 13:28:33 -08:00
framework Rewritte util.* -> wait.* wherever reasonable 2016-02-07 12:02:20 +01:00
gc generate fake client for release_1_2 2016-02-17 16:10:02 -08:00
job Move restclient to its own package 2016-02-29 12:05:13 -08:00
namespace Move the discovery client to its own package 2016-03-04 13:44:52 -08:00
node remove V(2) 2016-03-03 14:54:33 -08:00
persistentvolume Merge pull request #22393 from eparis/blunderbuss 2016-03-02 18:51:56 -08:00
podautoscaler Merge pull request #22345 from fgrzadkowski/hpa_events 2016-03-04 09:18:21 -08:00
replicaset Track deletes in rc manager with a UID expectations cache. 2016-03-05 18:18:18 -08:00
replication Track deletes in rc manager with a UID expectations cache. 2016-03-05 18:18:18 -08:00
resourcequota Merge pull request #22445 from derekwaynecarr/quota_replenish_perf 2016-03-05 22:00:37 -08:00
route Add support for more than 500 results to GCE cloud provider API calls 2016-02-26 16:03:01 -08:00
service Apply exponential backoff in servicecontroller before retrying 2016-02-29 14:47:36 -05:00
serviceaccount Move restclient to its own package 2016-02-29 12:05:13 -08:00
controller_utils_test.go Track deletes in rc manager with a UID expectations cache. 2016-03-05 18:18:18 -08:00
controller_utils.go Track deletes in rc manager with a UID expectations cache. 2016-03-05 18:18:18 -08:00
doc.go Refactor package controller 2015-07-29 09:54:35 -07:00
lookup_cache.go make cache size configurable 2016-02-24 22:37:02 +08:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00