Skip to content

Commit

Permalink
Fixed kubelet config (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
spietras authored Jul 25, 2024
1 parent c1c7111 commit 8aff95f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hosts/xenon/modules/kubernetes/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@
imageGCHighThresholdPercent = 50;
# Don't remove unused images if they take up less than 10% of the storage
imageGCLowThresholdPercent = 10;
# Delete unused images after 7 days
imageMaximumGCAge = "168h";
systemReserved = {
# Reserved CPU for system
cpu = "${config.constants.kubernetes.resources.reserved.system.cpu}";
Expand Down

0 comments on commit 8aff95f

Please sign in to comment.