most-yak-18389
06/26/2025, 9:24 AMcurl -sfL <https://get.k3s.io> | sh -
) still produces disk write activity after some time, even though I have nothing else installed.
I used the command pidstat -d 1
and observed that kB_wr/s
doesn’t go below 40–50 kB/s. Is this normal behavior? What exactly is k3s writing to disk?
091214 UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command
091215 0 11702 0.00 52.00 0.00 0 k3s-server
091229 0 11702 0.00 40.00 0.00 0 k3s-server
091235 0 11702 0.00 64.00 0.00 0 k3s-serverquick-dentist-45681
06/26/2025, 11:32 AMmost-yak-18389
07/01/2025, 7:50 AM