K3s: Difference between revisions

imported>Superherointj
m fixed deprecated syntax
Line 235: Line 235:
To fix the problem, you can add these things to your configuration.nix.
To fix the problem, you can add these things to your configuration.nix.


<source lang="nix">  boot.kernelParams = [
<syntaxhighlight lang="nix">  boot.kernelParams = [
     "cgroup_enable=cpuset" "cgroup_memory=1" "cgroup_enable=memory"
     "cgroup_enable=cpuset" "cgroup_memory=1" "cgroup_enable=memory"
   ];
   ];
</source>
</syntaxhighlight>


=== FailedKillPod: failed to get network "cbr0" cached result ===
=== FailedKillPod: failed to get network "cbr0" cached result ===