Allow using Flatcar Linux edge on Azure

* Set Kubelet cgroup driver to systemd when Flatcar Linux edge
is chosen

Note: Typhoon module status assumes use of the stable variant of
an OS channel/stream. Its possible to use earlier variants and
those are sometimes tested or developed against, but stable is
the recommendation
This commit is contained in:
Dalton Hubble
2020-06-30 01:16:24 -07:00
parent 32886cfba1
commit df3f40bcce
5 changed files with 14 additions and 2 deletions

View File

@ -18,12 +18,18 @@ Notable changes between versions.
### Fedora CoreOS
#### Google
#### Google Cloud
* Promote Fedora CoreOS to stable
* Remove `os_image` variable (deprecated in v1.18.3)
* Remove `os_image` variable deprecated in v1.18.3 ([#777](https://github.com/poseidon/typhoon/pull/777))
* Use `os_stream` to select a Fedora CoreOS image stream
### Flatcar Linux
#### Azure
* Allow using Flatcar Linux Edge by setting `os_image` to "flatcar-edge" ([#778](https://github.com/poseidon/typhoon/pull/778))
#### Addons
* Update Prometheus from v2.19.0 to [v2.19.1](https://github.com/prometheus/prometheus/releases/tag/v2.19.1)