nixos/flannel: Add iptables package to service path

This commit is contained in:
Markus 2019-03-12 14:58:01 +00:00 committed by Robin Gloster
parent fdeb864cc8
commit 7e71cd8292

View file

@ -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