[ignition] Rollback ignition to last working config

6 views
Skip to first unread message

Rahul Prabhu

unread,
Feb 2, 2019, 4:05:46 PM2/2/19
to CoreOS Dev
Hi,

I was wondering if there is a way I can include multiple sources of ignition configs, and have it reboot with the touching 
touch /boot/coreos/first_boot

For example,

    "ignition": {
      "config": {
        "append": [
          {
            "source": "https://source1.com/config.json",
            "verification": {}
          },
          {
            "source": "https://source2.com/fallback.json",
            "verification": {}
          }
        ]
      }

and have it restart with the first boot have on. I can do this at a cloud provider level, but can I do it with coreos primitives?

Thanks,
Rahul
Reply all
Reply to author
Forward
0 new messages