Refresh Terraform providers shown in docs
* Update a few OS component details
This commit is contained in:
parent
b47edca6be
commit
c5814308ab
|
@ -16,8 +16,8 @@ Together, they diversify Typhoon to support a range of container technologies.
|
|||
|
||||
| Property | Flatcar Linux | Fedora CoreOS |
|
||||
|-------------------|---------------|---------------|
|
||||
| Kernel | ~5.10.x | ~5.14.x |
|
||||
| systemd | 247 | 249 |
|
||||
| Kernel | ~5.10.x | ~5.16.x |
|
||||
| systemd | 249 | 249 |
|
||||
| Username | core | core |
|
||||
| Ignition system | Ignition v2.x spec | Ignition v3.x spec |
|
||||
| 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 |
|
||||
| multi-master | all platforms | all platforms |
|
||||
| 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 |
|
||||
| control plane images | upstream images | upstream images |
|
||||
| on-host etcd | docker | podman |
|
||||
|
|
|
@ -55,7 +55,7 @@ terraform {
|
|||
}
|
||||
aws = {
|
||||
source = "hashicorp/aws"
|
||||
version = "4.2.0"
|
||||
version = "4.5.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -52,7 +52,7 @@ terraform {
|
|||
}
|
||||
azurerm = {
|
||||
source = "hashicorp/azurerm"
|
||||
version = "2.97.0"
|
||||
version = "2.99.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -55,7 +55,7 @@ terraform {
|
|||
}
|
||||
digitalocean = {
|
||||
source = "digitalocean/digitalocean"
|
||||
version = "2.17.1"
|
||||
version = "2.18.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -56,7 +56,7 @@ terraform {
|
|||
}
|
||||
google = {
|
||||
source = "hashicorp/google"
|
||||
version = "4.11.0"
|
||||
version = "4.13.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -55,7 +55,7 @@ terraform {
|
|||
}
|
||||
aws = {
|
||||
source = "hashicorp/aws"
|
||||
version = "4.2.0"
|
||||
version = "4.5.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -52,7 +52,7 @@ terraform {
|
|||
}
|
||||
azurerm = {
|
||||
source = "hashicorp/azurerm"
|
||||
version = "2.97.0"
|
||||
version = "2.99.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -55,7 +55,7 @@ terraform {
|
|||
}
|
||||
digitalocean = {
|
||||
source = "digitalocean/digitalocean"
|
||||
version = "2.17.1"
|
||||
version = "2.18.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -56,7 +56,7 @@ terraform {
|
|||
}
|
||||
google = {
|
||||
source = "hashicorp/google"
|
||||
version = "4.11.0"
|
||||
version = "4.13.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue