mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
feat: support for k8s 1.11,1.12,1.13
This commit is contained in:
parent
c1b84f3192
commit
bd6741fab1
11 changed files with 374251 additions and 23306 deletions
|
|
@ -75,8 +75,8 @@ in {
|
|||
|
||||
options.kubernetes.version = mkOption {
|
||||
description = "Kubernetes version to use";
|
||||
type = types.enum ["1.7" "1.8" "1.9" "1.10"];
|
||||
default = "1.10";
|
||||
type = types.enum ["1.7" "1.8" "1.9" "1.10" "1.11" "1.12" "1.13"];
|
||||
default = "1.13";
|
||||
};
|
||||
|
||||
options.kubernetes.api = mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue