mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
wip k3s support
This commit is contained in:
parent
7a93fdce23
commit
0f8a36710c
5 changed files with 151 additions and 7 deletions
|
|
@ -58,6 +58,12 @@ in {
|
|||
default = null;
|
||||
};
|
||||
|
||||
distro = mkOption {
|
||||
description = "Kubernetes distro to run the test with. Defaults to 'nixos', other option is 'k3s'";
|
||||
type = types.nullOr types.str;
|
||||
default = null;
|
||||
};
|
||||
|
||||
extraConfiguration = mkOption {
|
||||
description = "Extra configuration for running test";
|
||||
type = types.unspecified;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue