This repository was archived by the owner on Jan 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 558
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scaling Windows agent pools for Availability Sets and VMSS (#2859)
* 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 0eb7ece. * 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
- Loading branch information
Showing
4 changed files
with
82 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters