nix/cluster-configuration: mention CNI plugin issue

master
q3k 2019-06-20 12:55:02 +02:00
parent 9d6929f7c0
commit 0de4368f5c
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ in rec {
# This by default removes all CNI plugins and replaces them with nix-defines ones
# Since we bring our own CNI plugins via containers with host mounts, this causes
# them to be removed on kubelet restart.
# TODO(q3k): file issue
# TODO(https://github.com/NixOS/nixpkgs/issues/53601): fix when resolved
systemd.services.kubelet = {
preStart = pkgs.lib.mkForce "sleep 1";
};