nixos/flannel: Add iptables package to service path
This commit is contained in:
parent
fdeb864cc8
commit
7e71cd8292
@ -161,6 +161,7 @@ in {
|
||||
FLANNELD_KUBECONFIG_FILE = cfg.kubeconfig;
|
||||
NODE_NAME = cfg.nodeName;
|
||||
};
|
||||
path = [ pkgs.iptables ];
|
||||
preStart = ''
|
||||
mkdir -p /run/flannel
|
||||
touch /run/flannel/docker
|
||||
|
Loading…
x
Reference in New Issue
Block a user