deads2k
c30b2efc46
update replicaset lister
2016-10-05 15:20:27 -04:00
deads2k
358a57d74a
update deployment lister
2016-10-05 13:27:35 -04:00
Michail Kargakis
f7c232b8c6
extensions: add minReadySeconds/availableReplicas to replica sets
2016-09-28 11:06:40 +02:00
Michail Kargakis
baa0c6d9de
controller: skip copying selector annotations from deployments
2016-08-29 17:51:05 +02:00
Janet Kuo
90557ec56c
Handle overlapping deployments gracefully
...
1. When overlapping deployments are discovered, annotate them
2. Expose those overlapping annotations as warnings in kubectl describe
3. Only respect the earliest updated one (skip syncing all other overlapping deployments)
4. Use indexer instead of store for deployment lister
2016-08-23 14:33:30 -07:00
Chao Xu
594234d61c
fix tests; convert IsPodActive to operate on *Pod
2016-08-17 13:05:37 -07:00
Kubernetes Submit Queue
8da97dff86
Merge pull request #30011 from janetkuo/map-concurrent-write-read
...
Automatic merge from submit-queue
Fix the map concurrent read/write issue in deployment controller
Fixes #29960
@lavalamp @kubernetes/deployment
2016-08-04 08:25:43 -07:00
Janet Kuo
2d1490a024
Fix the map concurrent read/write issue in deployment controller
2016-08-03 16:51:53 -07:00
Janet Kuo
808041cbd4
Update deployment e2e test to check violated rollingupdate strategy
2016-08-01 17:05:22 -07:00
Janet Kuo
a82c55213b
Fix incorrect reference to deployment in test
2016-08-01 17:05:22 -07:00
Janet Kuo
32ababbe1b
Error out when any RS has more available pods then its spec replicas
2016-07-30 15:34:15 -07:00
Janet Kuo
b45afc04a2
Use nonexistent image instead of minReadySeconds in deployment rollover e2e test
2016-07-25 11:45:46 -07:00
Janet Kuo
07d25fdc47
Log the time when checking deployment's pod availability
2016-07-19 14:08:28 -07:00
Michail Kargakis
1fb8dd838b
controller: various fixes for the deployment controller
...
Changes:
* moved waiting for synced caches before starting any work
* refactored worker() to really quit on quit
* changed queue to a ratelimiting queue and added retries on errors
* deep-copy deployments before mutating - we still need to deep-copy
replica sets and pods
2016-07-08 17:30:40 +02:00
Angus Salkeld
eec08872c7
Move deployment utilities to there own package
2016-07-08 09:46:56 +02:00