* Add Copyright header
* Add Copyright header to more files
* Rearrange finicky package comments and enforce validate-headers in CI
* Remove some extraneous diffs
* Rename Makefile target to be more descriptive
* Fix prow set up
* e2e changes
* removing openshift artifacts
* accelerated networking rationalization, with tests
* remove additional sed statements for ip-masq addons
* Update go-dev tools image for go 1.11.2
* remove unused azconst methods
* add support PB6 vm skus
* update azure_const unit test
* update tiller versions in the recent versions of kubernetes
* VSTS VHD pipeline hosted ubuntu pool
* azureconst cruft
* scale: persist scale down in api model
* Add support for Kubernetes 1.11.5
* Fix docker-engine install in VHD pipeline
* remove IsOpenShift from E2E
* replace premature aks-engine reference
* make validate-headers doesn’t exist, revert rename
* update go-dev-tools image
See https://github.com/deis/docker-go-dev/releases/tag/v1.15.0
* Fix new go vet errors in go 1.11
* Update go-dev image to 1.15.1 for goimports fix.
The "goimports" binary/plugin needed to be built with go 1.11.
* Update go-dev image to 1.16.0 for parity with AKS
* Test just headers of SSH keys
Go 1.11 now randomizes rsa.GenerateKey to prevent exactly this
type of implementation-specific test.
* Update go-dev image to 1.17.0 for party with AKS
* Add private key length and validation tests
* wip #2796 - support --set flag in deploy cmd
* tests for --set flag support in deploy cmd
* wip: refactor deploy.go + fix unit tests
* add docs for --set flag support in deploy cmd
* initial loading from file without validation
* acs-engine deploy: model validation and required fields in --help
* Forced apimodel validation to avoid incongruences (fixes#2025)
* Added more details about required fields while deploying (fixes#2491)
* WIP - Adding windows agent pool scaling
* Revert "WIP - Adding windows agent pool scaling" - wrong branch
This reverts commit 0eb7ecedee.
* WIP - Windows Scaling on Availability Sets and VMSS
* WIP - Naming format modified for vmss windows scaling
* Merge remote-tracking branch 'Azure/patch-release-v0.16.2' into windowsscale
* Fixing tests
* feat(*): Bumps client-go to v7.0.0
This updates client-go to v7.0.0 and adds the needed dependencies on
`k8s.io/api`. Also fixes a small issue with conflicting `uuid` library
versions
* testing re-vendor health
make build-vendor passed!
* removing the vnet from scale templates (#2994)
This allows a cluster to scale even if the user has added a subnet to the vnet
* Fix missing DefaultKubernetesClusterSubnet
* dos2unix
* Clean and go fmt
* Clean and go fmt
* Clean and go fmt
* Fix util_test.go
* Using StorageProfile.ImageReference.Publisher to understand if Windows Agent Pool in Scaling scenario
* lint
* add tgzreader to filesystem
* validate that openshift can only be started with one master
* remove ExternalMasterHostname and RouterLBHostname from OpenShiftConfig
* add VMAS scale up/down support for openshift
* minor test fixes
* unit tests for version and upgrade
* fix upgrade errors
* more refactoring
* bubble up errors
* upgrade validate unit tests
* separate authArgs validation