typhoon/docs/advanced
Dalton Hubble 8d2c8b8db6 Switch to Flatcar Azure gen2 images and change worker type
* Switch from Azure Hypervisor generation 1 to generation 2
* Change default Azure `worker_type` from Standard_DS1_v2 to Standard_D2as_v5
  * Get 2 VCPU, 7 GiB, 12500Mbps (vs 1 VCPU, 3.5GiB, 750 Mbps)
  * Small increase in pay-as-you-go price ($53.29 -> $62.78)
  * Small increase in spot price ($5.64/mo -> $7.37/mo)
  * Change from Intel to AMD EPYC (`D2as_v5` cheaper than `D2s_v5`)

Notes: Azure makes you accept terms for each plan:

```
az vm image terms accept --publish kinvolk --offer flatcar-container-linux-free --plan stable-gen2
```

Rel:

* https://learn.microsoft.com/en-us/azure/virtual-machines/dasv5-dadsv5-series#dasv5-series
* https://learn.microsoft.com/en-us/azure/virtual-machines/dv2-dsv2-series#dsv2-series
2022-10-13 09:57:52 -07:00
..
arm64.md Remove note about not supporting ARM64 with Calico CNI 2022-10-11 23:21:02 -07:00
customization.md Update docs on using Butane snippets for customization 2022-08-03 20:28:53 -07:00
nodes.md Update Kubernetes from v1.25.1 to v1.25.2 2022-09-22 08:15:30 -07:00
overview.md Remove Kubelet --network-plugin=cni flag 2022-01-14 10:43:07 -08:00
worker-pools.md Switch to Flatcar Azure gen2 images and change worker type 2022-10-13 09:57:52 -07:00