dustymabe changed the topic of #fedora-coreos to: Fedora CoreOS :: Find out more at https://getfedora.org/coreos/ :: Logs at https://libera.irclog.whitequark.org/fedora-coreos
plarsen has quit [Remote host closed the connection]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 265 seconds]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 250 seconds]
marmijo has quit [Quit: Client closed]
saschagrunert has joined #fedora-coreos
jcajka has joined #fedora-coreos
Betal has quit [Quit: WeeChat 3.6]
c4rt0 has joined #fedora-coreos
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 268 seconds]
travisghansen has quit [Quit: The Lounge - https://thelounge.github.io]
travisghansen has joined #fedora-coreos
travisghansen has quit [Quit: The Lounge - https://thelounge.github.io]
travisghansen has joined #fedora-coreos
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 264 seconds]
jpn has joined #fedora-coreos
fifofonix has quit [Quit: Textual IRC Client: www.textualapp.com]
fifofonix has joined #fedora-coreos
jpn has quit [Ping timeout: 268 seconds]
jpn has joined #fedora-coreos
vgoyal has joined #fedora-coreos
jpn has quit [Ping timeout: 248 seconds]
nalind has joined #fedora-coreos
plarsen has joined #fedora-coreos
<jlebon> bgilbert: not recently. do you know when it started?
mheon has joined #fedora-coreos
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 264 seconds]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 252 seconds]
c4rt0 has quit [Remote host closed the connection]
dustymabe has quit [Quit: WeeChat 3.5]
dustymabe has joined #fedora-coreos
c4rt0 has joined #fedora-coreos
crobinso has joined #fedora-coreos
crobinso has quit [Ping timeout: 246 seconds]
Arkanterian has joined #fedora-coreos
saschagrunert has quit [Remote host closed the connection]
Arkanterian has quit [Quit: Client closed]
scorreia has joined #fedora-coreos
jcajka has quit [Quit: Leaving]
jcajka has joined #fedora-coreos
crobinso has joined #fedora-coreos
jcajka has quit [Quit: Leaving]
c4rt0 has quit [Remote host closed the connection]
c4rt0 has joined #fedora-coreos
<dustymabe> jlebon: did you apply any necessary changes for https://github.com/coreos/fedora-coreos-pipeline/pull/671 to the prod fcos pipeline already?
<bgilbert> jlebon: best info I have is that it worked at the beginning of last week and didn't work at the beginning of this week
<jlebon> dustymabe: ouhhh, good point. will do that after that build-cosa job is done
<dustymabe> jlebon: +1
<dustymabe> also any updates to coreos-ci that we should make based on the recent flurry of changes to the fcos pipeline (I know they share some bits IIUC)
<jlebon> nothing pressing but we should rebuild jenkins to match the recent base and plugin updates
<dustymabe> do you want to handle that bit?
jpn has joined #fedora-coreos
Betal has joined #fedora-coreos
ravanelli has joined #fedora-coreos
jpn has quit [Ping timeout: 260 seconds]
<ravanelli> dustymabe: jlebon https://github.com/coreos/fedora-coreos-pipeline/pull/672 I still need to test for real, trying to upload to make sure it is working.
<dustymabe> aaradhak davdunc dustymabe gursewak jaimelm jbrooks jcajka jdoss jlebon jmarrero lorbus miabbott nasirhm ravanelli saqali skunkerk walters
<dustymabe> FCOS community meeting in #fedora-meeting-1
<dustymabe> If you don't want to be pinged remove your name from this file: https://github.com/coreos/fedora-coreos-tracker/blob/main/meeting-people.txt
<dustymabe> jlebon: looks like the COSA container build is done
<dustymabe> i'm going to spin down jenkins so nothing else starts
jbrooks has joined #fedora-coreos
<dustymabe> you can spin it back up once you've made the necessary changes
<jlebon> dustymabe: ack, thanks
<jlebon> back up now and build job re-enabled
<jlebon> i've also tested that the default agent image knob is kicking in correctly
mnguyen has joined #fedora-coreos
aaradhak has joined #fedora-coreos
palmer_stigmata has joined #fedora-coreos
misuto has quit [Remote host closed the connection]
misuto has joined #fedora-coreos
palmer_stigmata has quit [Quit: WeeChat 3.5]
crobinso has quit [Ping timeout: 265 seconds]
<bgilbert> jlebon: is it possible to perform operations as root inside the buildPod? sudo and su -c both don't seem to work
<jlebon> bgilbert: you want `runAsUser: 0`
<bgilbert> +1, thanks
<dustymabe> jlebon: wow - that's plumbed all the way through `cosaPod()` and works in our openshift namespaces? I thought you would need some sort of enhanced SCC for that
<walters> just as a followup from that chat, one example here...I'm pretty sure it was arithx but maybe sdemos who said in a discussion at one point something to the effect of "if you want your systems to be <reproducible/reprovisionable/something> then use ignition, if you want them to drift use ansible". But this container-native OS approach *fixes ansible*! If you commit a change to the playbook in
<walters> https://github.com/coreos/coreos-layering-examples/tree/main/ansible-firewalld then the system will reliably reprovision to that state. (I also touched on the "client side ansible" hysteresis problem in https://blog.verbum.org/2020/08/22/immutable-%E2%86%92-reprovisionable-anti-hysteresis/ )
<jlebon> dustymabe: you do :) it won't work in the FCOS pipeline
Arkanterian has joined #fedora-coreos
<fifofonix> walters: re fedora proposal, i believe that typhoon is running kubelet as podman container. how does that relate to the kubernetes/kubelet example?
<jlebon> walters: definitely, the day-2 capability is really appealing
<bgilbert> walters: yeah, to be clear, I think there's value in this work. I just want to make sure we're being thoughtful about how we apply it, and not uncritically pushing everyone to simply replace all their tools
* jlebon goes for food
<walters> bgilbert: yeah I agree!
<walters> that said I switched out my desktop to be a custom container image (previously I'd been using this hacked up silverblue-from-fcos thing in https://github.com/cgwalters/fedora-silverblue-config ) where I'd tried to use butane to keep my laptop and desktop configs in sync, factoring out shared configs and running into butane stuff like https://github.com/coreos/butane/issues/118 ) and...now I don't need to think about butane, my shared layers
<walters> are literally just shared container images. Also Dockerfile `COPY etc etc` and storing configs in git Just Works
<walters> fifofonix: I doubt it, as the change says AFAIK kubelet doesn't support it anymore. But I haven't tried typhoon
<fifofonix> walters: i'm running a few typhoon clusters with k8s 1.24.3 and it seems to still be supported (but I don't know whether the maintainer has had to do anything special to make that happen)
<walters> IIRC the main point of contention was things like storage drivers (e.g. ceph, etc.) for whom trying to support both containerized-and-not was a huge amount of pain. It may probably be OK without those
<fifofonix> walters: i see. thanks.
<walters> I can imagine their pain... https://github.com/coreos/rpm-ostree/pull/3961 was a first foray into running rpm-ostree from inside a privileged container, and oh man was it a mess...so much code kind of assumes systemd, or if you're not in systemd that you're not operating on the booted system. My first pass at that PR deleted the running root filesystem
mnguyen_ has joined #fedora-coreos
mnguyen has quit [Ping timeout: 268 seconds]
Arkanterian has quit [Quit: Client closed]
<jlebon> dustymabe: can you stamp https://github.com/coreos/coreos-ci/pull/46 ?
<dustymabe> jlebon: asked a question
<dustymabe> I guess the "The actual container here isn't used for anything (other than staying alive for 24h" makes it less concerning, but we could probably just use a :latest tag or something for that
<jlebon> dustymabe: right, it's just to keep a container alive to use as a parent for other resources. but yeah, using :latest sounds good
crobinso has joined #fedora-coreos
<bgilbert> jlebon: the coreos-installer CI timeouts appear to be a Rust 1.64 regression
<jlebon> bgilbert: 🎉
nalind has quit [Quit: until next time]
fifofonix has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mheon has quit [Ping timeout: 265 seconds]
crobinso has quit [Ping timeout: 268 seconds]
c4rt0 has quit [Remote host closed the connection]
vgoyal has quit [Quit: Leaving]
mnguyen__ has joined #fedora-coreos
mnguyen_ has quit [Ping timeout: 252 seconds]