Files
configpolicy/roles
Dustin C. Hatch 0f600b9e6e kubernetes: Manage worker nodes
So far, I have been managing Kubernetes worker nodes with Fedora CoreOS
Ignition, but I have decided to move everything back to Fedora and
Ansible.  I like the idea of an immutable operating system, but the FCOS
implementation is not really what I want.  I like the automated updates,
but that can be accomplished with _dnf-automatic_.  I do _not_ like
giving up control of when to upgrade to the next Fedora release.
Mostly, I never did come up with a good way to manage application-level
configuration on FCOS machines.  None of my experiments (Cue+tmpl,
KCL+etcd+Luci) were successful, which mostly resulted in my manually
managing configuration on nodes individually.  Managing OS-level
configuration is also rather cumbersome, since it requires redeploying
the machine entirely.  Altogether, I just don't think FCOS fits with my
model of managing systems.

This commit introduces a new playbook, `kubernetes.yml`, and a handful of
new roles to manage Kubernetes worker nodes running Fedora Linux.  It
also adds two new deploy scripts, `k8s-worker.sh` and `k8s-longhorn.sh`,
which fully automate the process of bringing up worker nodes.
2024-11-24 10:33:21 -06:00
..
2024-11-24 10:33:21 -06:00
2018-08-08 21:38:56 -05:00
2018-07-23 17:35:10 -05:00
2024-08-25 08:46:37 -05:00
2018-04-08 10:11:43 -05:00
2024-11-24 10:33:21 -06:00
2024-01-22 09:03:15 -06:00
2022-08-15 17:12:35 -05:00
2023-10-28 16:07:39 -05:00
2018-06-06 21:44:28 -05:00
2022-08-15 17:06:20 -05:00
2024-01-21 16:12:29 -06:00