1
0
Fork 0
mirror of https://github.com/poseidon/typhoon synced 2024-05-23 16:06:21 +02:00

Refresh Terraform providers shown in docs

* Update a few OS component details
This commit is contained in:
Dalton Hubble 2022-03-19 19:15:02 -07:00
parent b47edca6be
commit c5814308ab
9 changed files with 11 additions and 11 deletions

View File

@ -16,8 +16,8 @@ Together, they diversify Typhoon to support a range of container technologies.
| Property | Flatcar Linux | Fedora CoreOS | | Property | Flatcar Linux | Fedora CoreOS |
|-------------------|---------------|---------------| |-------------------|---------------|---------------|
| Kernel | ~5.10.x | ~5.14.x | | Kernel | ~5.10.x | ~5.16.x |
| systemd | 247 | 249 | | systemd | 249 | 249 |
| Username | core | core | | Username | core | core |
| Ignition system | Ignition v2.x spec | Ignition v3.x spec | | Ignition system | Ignition v2.x spec | Ignition v3.x spec |
| storage driver | overlay2 (extfs) | overlay2 (xfs) | | storage driver | overlay2 (extfs) | overlay2 (xfs) |
@ -34,7 +34,7 @@ Together, they diversify Typhoon to support a range of container technologies.
| single-master | all platforms | all platforms | | single-master | all platforms | all platforms |
| multi-master | all platforms | all platforms | | multi-master | all platforms | all platforms |
| control plane | static pods | static pods | | control plane | static pods | static pods |
| Container Runtime | containerd 1.5.8 | containerd 1.5.8 | | Container Runtime | containerd 1.5.9 | containerd 1.6.0 |
| kubelet image | kubelet [image](https://github.com/poseidon/kubelet) with upstream binary | kubelet [image](https://github.com/poseidon/kubelet) with upstream binary | | kubelet image | kubelet [image](https://github.com/poseidon/kubelet) with upstream binary | kubelet [image](https://github.com/poseidon/kubelet) with upstream binary |
| control plane images | upstream images | upstream images | | control plane images | upstream images | upstream images |
| on-host etcd | docker | podman | | on-host etcd | docker | podman |

View File

@ -55,7 +55,7 @@ terraform {
} }
aws = { aws = {
source = "hashicorp/aws" source = "hashicorp/aws"
version = "4.2.0" version = "4.5.0"
} }
} }
} }

View File

@ -52,7 +52,7 @@ terraform {
} }
azurerm = { azurerm = {
source = "hashicorp/azurerm" source = "hashicorp/azurerm"
version = "2.97.0" version = "2.99.0"
} }
} }
} }

View File

@ -55,7 +55,7 @@ terraform {
} }
digitalocean = { digitalocean = {
source = "digitalocean/digitalocean" source = "digitalocean/digitalocean"
version = "2.17.1" version = "2.18.0"
} }
} }
} }

View File

@ -56,7 +56,7 @@ terraform {
} }
google = { google = {
source = "hashicorp/google" source = "hashicorp/google"
version = "4.11.0" version = "4.13.0"
} }
} }
} }

View File

@ -55,7 +55,7 @@ terraform {
} }
aws = { aws = {
source = "hashicorp/aws" source = "hashicorp/aws"
version = "4.2.0" version = "4.5.0"
} }
} }
} }

View File

@ -52,7 +52,7 @@ terraform {
} }
azurerm = { azurerm = {
source = "hashicorp/azurerm" source = "hashicorp/azurerm"
version = "2.97.0" version = "2.99.0"
} }
} }
} }

View File

@ -55,7 +55,7 @@ terraform {
} }
digitalocean = { digitalocean = {
source = "digitalocean/digitalocean" source = "digitalocean/digitalocean"
version = "2.17.1" version = "2.18.0"
} }
} }
} }

View File

@ -56,7 +56,7 @@ terraform {
} }
google = { google = {
source = "hashicorp/google" source = "hashicorp/google"
version = "4.11.0" version = "4.13.0"
} }
} }
} }