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

@ -1,8 +1,5 @@
# Azure
!!! danger
Typhoon for Azure is alpha. For production, use AWS, Google Cloud, or bare-metal. As Azure matures, check [errata](https://github.com/poseidon/typhoon/wiki/Errata) for known shortcomings.
In this tutorial, we'll create a Kubernetes v1.18.1 cluster on Azure with CoreOS Container Linux or Flatcar Linux.
We'll declare a Kubernetes cluster using the Typhoon Terraform module. Then apply the changes to create a resource group, virtual network, subnets, security groups, controller availability set, worker scale set, load balancer, and TLS assets.
@ -50,7 +47,7 @@ Configure the Azure provider in a `providers.tf` file.
```tf
provider "azurerm" {
version = "2.1.0"
version = "2.5.0"
}
provider "ct" {