[NixOS] Fix
This commit is contained in:
parent
a8e23460f9
commit
46108ab249
@ -29,7 +29,6 @@ in {
|
|||||||
configPath = pkgs.writeTextFile {
|
configPath = pkgs.writeTextFile {
|
||||||
name = "k3s-config.yaml";
|
name = "k3s-config.yaml";
|
||||||
text = ''
|
text = ''
|
||||||
write-kubeconfig-mode: "0644"
|
|
||||||
kubelet-arg:
|
kubelet-arg:
|
||||||
- "eviction-hard=nodefs.available<2Gi"
|
- "eviction-hard=nodefs.available<2Gi"
|
||||||
- "eviction-soft=nodefs.available<5Gi"
|
- "eviction-soft=nodefs.available<5Gi"
|
||||||
|
Loading…
Reference in New Issue
Block a user