nixos/kubernetes: flannel needs iptables in service path
This commit is contained in:
@@ -84,6 +84,7 @@ in
|
||||
wantedBy = [ "flannel.target" ];
|
||||
after = [ "kubelet.target" ];
|
||||
before = [ "flannel.target" ];
|
||||
path = [ pkgs.iptables ];
|
||||
};
|
||||
|
||||
systemd.services.docker = {
|
||||
|
||||
Reference in New Issue
Block a user