mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue