acs-engine/cmd
Jack b86448b441 Cordon and Drain agent nodes during upgrade (#1541)
* vendoring kubernetes/client-go

* removing code that was added to make sure vendoring worked

* copying code from kubernetes/kubernetes to do drain command

Still need to make it testable. and then test it.

* making the code unit testable and writing unit tests.

* needed to merge manually for rebase

* updating upgrade command to validate location parameter and updating e2e test file to pass in location

* fixing style mistake

* More style fixes

* fixing some build breaks

had been using make test to build and that doesn't build the commands

* fixing upgrade api to accept kube config

Also commented out drain due to issues found. Opened issues for them
#1548 #1547

* changing string constant in test to show is a kubeconfig being passed in

* adding missing import

* reverting a strange change that snuck in.

* not introducing a new error path in tests

* making timeout honored and passed as a parameter so it will be configurable in the RP
2017-10-09 10:14:50 -07:00
..
translations/en_US/LC_MESSAGES Deprecate OrchestratorRelease in the internal api model (#1538) 2017-10-09 09:51:26 -07:00
cmd_suite_test.go Add Ginkgo unit test & JUnit reporting framework (#1166) 2017-08-04 10:02:43 -07:00
deploy.go Fixed args handling in generate and deploy (#1517) 2017-10-03 16:38:48 -07:00
deploy_test.go vendor/ dependency rationalization (#1340) 2017-08-23 16:09:58 -07:00
generate.go Fixed args handling in generate and deploy (#1517) 2017-10-03 16:38:48 -07:00
generate_test.go Fixed args handling in generate and deploy (#1517) 2017-10-03 16:38:48 -07:00
orchestrators.go Deprecate OrchestratorRelease in the internal api model (#1538) 2017-10-09 09:51:26 -07:00
orchestrators_test.go Deprecate OrchestratorRelease in the internal api model (#1538) 2017-10-09 09:51:26 -07:00
root.go orchestrator upgrade: use ContainerService's OrchestratorProfile as a GoalState (#1407) 2017-09-11 18:41:42 -07:00
upgrade.go Cordon and Drain agent nodes during upgrade (#1541) 2017-10-09 10:14:50 -07:00
version.go version output improvements (#1325) 2017-08-25 14:57:33 -07:00
version_test.go version output improvements (#1325) 2017-08-25 14:57:33 -07:00