mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-22 04:21:34 +02:00
Add support for Fedora CoreOS on Azure
* Add `azure/fedora-coreos/kubernetes` module
This commit is contained in:
@ -60,7 +60,7 @@ variable "disk_size" {
|
||||
|
||||
variable "worker_priority" {
|
||||
type = string
|
||||
description = "Set worker priority to Low to use reduced cost surplus capacity, with the tradeoff that instances can be deallocated at any time."
|
||||
description = "Set worker priority to Spot to use reduced cost surplus capacity, with the tradeoff that instances can be deallocated at any time."
|
||||
default = "Regular"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user