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.
15 lines
228 B
YAML
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
|