Questions tagged [coreos-ignition]

6 questions
2
votes
1 answer

CoreOS 1353.4.0 - How should I configure Ignition for an etcd cluster member with dynamic discovery?

Using CoreOS 1353.4.0, on DigitalOcean, how should I write an Ignition config for a machine that is to join an etcd cluster with dynamic discovery? I've written the following Ignition config (basically in keeping with this guide), but there seems to…
aknuds1
  • 2,085
  • 3
  • 16
  • 23
1
vote
0 answers

Fedora CoreOS Offline Installation with USB

I have been assigned a task to evaluate Fedora CoreOS, I mostly install CentOS with KickStart file. I searched a lot but couldn't find any source where i can customize Fedora CoreOS ISO file and add ignition file so on first boot it start installing…
ImranRazaKhan
  • 115
  • 2
  • 13
0
votes
1 answer

How to mount /usr in CoreOS from NFS?

We are working on diskless (not really diskless, but with readonly disks) stations. So we found a way to store all havy stuff on remote disk. Is there any way to mount /usr from NFS partition?
tse
  • 173
  • 6
0
votes
1 answer

Disable CoreOS cloudinit

I wanted to try CoreOS for a new vServer. So far I like it but made i fatal mistake: I created it by a cloudinit file instead of the newer ignition method and now on every update reboot it resets my password and ssh settings... I was to lazy to…
Florian Brinker
  • 173
  • 1
  • 3
  • 10
0
votes
1 answer

Coreos bare metal install login failure, some ignition directives ignored

I'm a newbie to coreos, and spent the last few days trying to resolve differences between both the obsolete and new documentation in an attempt to figure out how to install coreos on a bare metal system with two network interfaces and four HDDs.…
Brian
  • 1
  • 2
0
votes
1 answer

How to configure /usr/share/oem/grub.cfg on core-os by using ignition?

I try to configure /usr/share/oem/grub.cfg at first boot, but it not do what I intent to do. It just mount and edit on another path. Any suggestion please. log_file: May 03 02:56:01 localhost ignition[473]: files: createFilesystemsFiles:…