Kubernetes Submit Queue
67c7401fd8
Merge pull request #26688 from asalkeld/more-unittests-util-env
...
Automatic merge from submit-queue
Increase the unit test coverage in pkg/util
These are easy to test, so lets increase coverage.
2016-08-03 13:43:28 -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
Michal Rostecki
59ca5986dd
Print/log pointers of structs with %#v instead of %+v
...
There are many places in k8s where %+v is used to format a pointer
to struct, which isn't working as expected.
Fixes #26591
2016-08-01 22:27:56 +02: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
6a0577cfcc
Increase coverage in pkg/util/deployment
2016-07-08 12:35:23 +02:00
Angus Salkeld
eec08872c7
Move deployment utilities to there own package
2016-07-08 09:46:56 +02:00