kubernetes vm test: make dig and netcat available

Dig could not be found in the test cases. Adding it as a global package
fixes this.
This commit is contained in:
Maarten Hoogendoorn 2016-12-18 15:04:08 +01:00
parent 69391e3423
commit 9f892de069

View file

@ -59,6 +59,7 @@ in {
virtualisation.diskSize = 2048;
programs.bash.enableCompletion = true;
environment.systemPackages = with pkgs; [ netcat bind ];
services.kubernetes.roles = ["master" "node"];
virtualisation.docker.extraOptions = "--iptables=false --ip-masq=false -b cbr0";