typhoon/docs
Dalton Hubble eda78db08e Change Flatcar kubelet.service container from rkt to docker
* Use docker to run the `kubelet.service` container
* Update Kubelet mounts to match Fedora CoreOS
* Remove unused `/etc/ssl/certs` mount (see
https://github.com/poseidon/typhoon/pull/810)
* Remove unused `/usr/share/ca-certificates` mount
* Remove `/etc/resolv.conf` mount, Docker default is ok
* Change `delete-node.service` to use docker instead of rkt
and inline ExecStart, as was done on Fedora CoreOS
* Fix permission denied on shutdown `delete-node`, caused
by the kubeconfig mount changing with the introduction of
node TLS bootstrap

Background

* podmand, rkt, and runc daemonless container process runners
provide advantages over the docker daemon for system containers.
Docker requires workarounds for use in systemd units where the
ExecStart must tail logs so systemd can monitor the daemonized
container. https://github.com/moby/moby/issues/6791
* Why switch then? On Flatcar Linux, podman isn't shipped. rkt
works, but isn't developing while container standards continue
to move forward. Typhoon has used runc for the Kubelet runner
before in Fedora Atomic, but its more low-level. So we're left
with Docker, which is less than ideal, but shipped in Flatcar
* Flatcar Linux appears to be shifting system components to
use docker, which does provide some limited guards against
breakages (e.g. Flatcar cannot enable docker live restore)
2020-10-18 23:24:45 -07:00
..
addons Update Fedora CoreOS Config version from v1.0.0 to v1.1.0 2020-09-10 23:38:40 -07:00
advanced Update Kubernetes from v1.19.2 to v1.19.3 2020-10-14 20:47:49 -07:00
architecture Change Flatcar kubelet.service container from rkt to docker 2020-10-18 23:24:45 -07:00
fedora-coreos Update recommended Terraform provider versions 2020-10-17 13:56:24 -07:00
flatcar-linux Update recommended Terraform provider versions 2020-10-17 13:56:24 -07:00
img Add new load balancing, TCP/UDP, and firewall docs/diagrams 2019-08-03 11:50:03 -07:00
topics Update Kubernetes from v1.19.2 to v1.19.3 2020-10-14 20:47:49 -07:00
announce.md Fix minor typo in announcement date 2020-01-23 08:57:01 -08:00
index.md Update Kubernetes from v1.19.2 to v1.19.3 2020-10-14 20:47:49 -07:00