Rolling updater availability enhancements

Enhance the rolling updater to support maintaining minimum pod
availability for the duration of the update process.
This commit is contained in:
Dan Mace
2015-07-28 14:43:48 -04:00
parent cb2252b57f
commit da5e4d7bd5
6 changed files with 1289 additions and 928 deletions

View File

@@ -90,7 +90,6 @@ var _ = Describe("Kubectl client", func() {
nautilusPath = filepath.Join(updateDemoRoot, "nautilus-rc.yaml")
kittenPath = filepath.Join(updateDemoRoot, "kitten-rc.yaml")
})
It("should create and stop a replication controller", func() {
defer cleanup(nautilusPath, ns, updateDemoSelector)