Files
ignition/k8s-aarch64-n0.yaml
Dustin C. Hatch 364f4fed50 common: Add config shared by all hosts
The `common.yaml` Butane configuration file merges in all the other
various Butane configuration files that we want to share amonst all
CoreOS machines.  These include the authorized SSH keys list, collectd
deployment, SSH host certificate configuration, etc.
2023-10-03 20:07:29 -05:00

15 lines
228 B
YAML

variant: fcos
version: 1.4.0
ignition:
config:
merge:
- local: common.ign
- local: kubelet.ign
storage:
files:
- path: /etc/hostname
contents:
inline: k8s-aarch64-n0.pyrocufflink.blue
mode: 0644