Remove defunct taints

This commit is contained in:
Jonas Juselius
2021-09-23 15:54:45 +02:00
parent 28b7d136a7
commit e92f1a6bff
3 changed files with 9 additions and 24 deletions

View File

@@ -26,11 +26,6 @@ let
options = [ "bind" ];
};
};
services.kubernetes.kubelet.taints.unschedulable = {
key = "node.kubernetes.io/unschedulable";
value = "true";
effect = "NoSchedule";
};
imports = [ ./cluster.nix ./hw/k1-0.nix ];
};