-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 'priority' property for VM scale set
Purpose is to support low-priority VMs, which should partially address #1249. This is simply adding a 'priority' parameter that can be set to Low or Regular (=default). The evictionPolicy is not supported yet as it was introduced in a more recent version of the compute API (2018-04-01). Cf https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-use-low-priority
- Loading branch information
Bertrand Roussel
committed
May 17, 2018
1 parent
546198c
commit 4f2a5ef
Showing
2 changed files
with
127 additions
and
1 deletion.
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