Add support for Fedora CoreOS on Azure

* Add `azure/fedora-coreos/kubernetes` module
This commit is contained in:
Dalton Hubble
2020-04-12 15:49:48 -07:00
parent 76ab4c4c2a
commit 5c4a3f73d5
29 changed files with 1873 additions and 22 deletions

View File

@ -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"
}