You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
$ cat /etc/os-release
NAME="Container Linux by CoreOS"
ID=coreos
VERSION=1353.8.0
VERSION_ID=1353.8.0
BUILD_ID=2017-05-30-2322
PRETTY_NAME="Container Linux by CoreOS 1353.8.0 (Ladybug)"
ANSI_COLOR="38;5;75"
HOME_URL="https://coreos.com/"
BUG_REPORT_URL="https://issues.coreos.com"
Environment
What hardware/cloud provider/hypervisor is being used to run Container Linux?
AWS - Xen
We tried to have a sane default image of coreos(with certain settings like ntp configured using ignition) and use that as our base image for our applications.
Came across this issue #1291 which mentions that deleting /etc/machine-id will trigger systemd first boot action. Hence we deleted the /etc/machine-id and saved the image.
We planed to use the above saved base core os image and on top of that we wanted to execute its own specific ignition configs but the coreos-cloudinit never ran the ignition files and it was throwing Detected an Ignition config. Exiting....
Is it not possible to run ignition twice?