mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-01 10:54:34 +02:00
Configure Kubelet cgroup-driver for Flatcar Linux Edge
* For Container Linux or Flatcar Linux alpha/beta/stable, continue using the `cgroupfs` driver * For Fedora Atomic, continue using the `systemd` driver * For Flatcar Linux Edge, use the `systemd` driver
This commit is contained in:
@ -14,12 +14,12 @@ Together, they diversify Typhoon to support a range of container technologies.
|
||||
|
||||
## Host Properties
|
||||
|
||||
| Property | Container Linux | Fedora Atomic |
|
||||
|-------------------|-----------------|---------------|
|
||||
| Property | Container Linux / Flatcar Linux | Fedora Atomic |
|
||||
|-------------------|-----------------|---------------|---------------|
|
||||
| host spec (bare-metal) | Container Linux Config | kickstart, cloud-init |
|
||||
| host spec (cloud) | Container Linux Config | cloud-init |
|
||||
| container runtime | docker | docker (CRIO planned) |
|
||||
| cgroup driver | cgroupfs | systemd |
|
||||
| cgroup driver | cgroupfs (except Flatcar edge) | systemd |
|
||||
| logging driver | json-file | journald |
|
||||
| storage driver | overlay2 | overlay2 |
|
||||
|
||||
|
Reference in New Issue
Block a user