mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
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:
parent
69391e3423
commit
9f892de069
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user