nixos/kubernetes: flannel needs iptables in service path

This commit is contained in:
Christian Albrecht 2019-03-03 19:06:46 +01:00
parent 62f03750e4
commit 51aeaaffc2
No known key found for this signature in database
GPG Key ID: 866AF4B25DF7EB00

View File

@ -84,6 +84,7 @@ in
wantedBy = [ "flannel.target" ];
after = [ "kubelet.target" ];
before = [ "flannel.target" ];
path = [ pkgs.iptables ];
};
systemd.services.docker = {