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.master
parent
859deb0664
commit
364f4fed50
|
@ -0,0 +1,11 @@
|
|||
variant: fcos
|
||||
version: 1.4.0
|
||||
|
||||
ignition:
|
||||
config:
|
||||
merge:
|
||||
- local: sshkeys.ign
|
||||
- local: collectd.ign
|
||||
- local: local_exporter.ign
|
||||
- local: notify-shutdown.ign
|
||||
- local: step-ssh.ign
|
|
@ -3,8 +3,9 @@ version: 1.4.0
|
|||
ignition:
|
||||
config:
|
||||
merge:
|
||||
- local: sshkeys.ign
|
||||
- local: common.ign
|
||||
- local: kubelet.ign
|
||||
|
||||
storage:
|
||||
files:
|
||||
- path: /etc/hostname
|
||||
|
|
Loading…
Reference in New Issue