close
Skip to main content

r/coreos


What am i doing wrong - Trying to set IPv6 params
What am i doing wrong - Trying to set IPv6 params
net.ipv6.conf.all.forwarding=0
net.ipv6.conf.all.accept_ra=1
net.ipv6.conf.all.accept_ra_rt_info_max_plen=64

or

net.ipv6.conf.all.forwarding=0
net.ipv6.conf.enp5s0.accept_ra=1
net.ipv6.conf.enp5s0.accept_ra_rt_info_max_plen=64

Can someone give me a hint?

After creating/editing the files above i still get something like

$ sudo sysctl -n net.ipv6.conf.all.forwarding
1

Adding swap partition to ignition file
Adding swap partition to ignition file

Hey, I am trying to use coreos to use coreos and because my server has very little ram I wanted to add a swap partition to my os. My ignition file looks like this https://pastebin.com/raw/bvZf3apQ and it also boots and installes evering i define but it uses the default partition layout and overrides my layout. I only found sources on how to enable swap with a partition file, but that it not recommended for xfs & btrfs filesystems so I would still need to modify the default partition layout. Has someone a idea on how I could create a swap partition throught the ignition file?


Kernel Version
Kernel Version

I'm running k3s on a cluster of six coreos VMs. The version of coreos running on them is "Fedora CoreOS 39.20240309.3.0". uname -a returns...

Linux k0 6.7.7-200.fc39.x86\_64 #1 SMP PREEMPT\_DYNAMIC Fri Mar  1 16:53:59 UTC 2024 x86\_64 GNU/Linux

Is it possible to hold the kernel version back at something much earlier? The reason i'm asking is that the mssql container image is having trouble with version 6.7. Until that bug gets resolved i'd like to get my mssql container running in my cluster again.