sentenza has quit [Remote host closed the connection]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 264 seconds]
saschagrunert has joined #fedora-coreos
jcajka has joined #fedora-coreos
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 245 seconds]
paragan has joined #fedora-coreos
hotbox1 has joined #fedora-coreos
<jbtrystram[m]>
Friday I've been reading about ignition and thought I'd set up a coreOS VM with a pi-hole service as a learning exercise. But now that I think about it, I realize that ignition is not the correct tool to set up runtime applications is it? Is it more a job for ansible ? I could use ignition to set up a [Container] systemd service, but can I do podman secrets with ignition ?
<jbtrystram[m]>
travier: thanks for the examples ! Cool to see how you've used the makefile to populate secrets. A builtin support in butane would be cool :)
<job[m]>
My fault, here is a re upload of the logs
dgilmore has joined #fedora-coreos
<dgilmore>
do we have any stats on fcos user numbers?
Mike[m]1234 has quit [Remote host closed the connection]
jpn has quit [Ping timeout: 244 seconds]
jcajka has quit [Quit: Leaving]
jpn has joined #fedora-coreos
Betal has joined #fedora-coreos
jpn has quit [Ping timeout: 245 seconds]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 246 seconds]
apiaseck has quit [Quit: Konversation terminated!]
mock is now known as mock[c]
mock[c] is now known as mock
ChanServ has quit [shutting down]
willbicks has joined #fedora-coreos
ChanServ has joined #fedora-coreos
<willbicks>
Just starting to explore FCOS and generally finding the docs to be very helpful, thanks all to all involved! I'm exploring using it as a host for k3s when deploying to both VirtualBox and AWS.
<willbicks>
If possible, I'd like to be able to reduce the amount that has to be downloaded at boot time (e.g. executable binaries, RPMs, etc), and instead bake some dependencies into my VirtualBox image / AMIs, while still deferring Ignition configuration to the the later first boot. Seems like it would be beneficial to both reduce time to launch and reduce
<willbicks>
external network dependencies.
<willbicks>
I have familiarity with Packer, but it seems like it might conflict with Ignition's one-shot approach and FCOS's immutable design. I did find `coreos-assembler` but it's README calls out slightly different use cases. Is customizing images for this kind of application something that can be done / is advisable to do? Is there an alternate approach I
<willbicks>
+walters: Thanks for the resource, that looks like a solution for exactly what I'm trying to accomplish. It seems like it would still load the overlay from the network but it at least reduces compute at launch time. I also see it marked as "experimental" in a few spots, but I'll give it a try!
jpn has quit [Ping timeout: 258 seconds]
plarsen has quit [Ping timeout: 246 seconds]
plarsen has joined #fedora-coreos
<dustymabe>
willbicks: if a lot of your "dependencies" are just container images (i.e. you pull a bunch of containers from the network on boot) the you could just create an EBS volume that is your container storage and mount it under /var/lib/containers.