nixos/flannel: Add iptables package to service path
This commit is contained in:
parent
fdeb864cc8
commit
7e71cd8292
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue