mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
feat: add support for k8s 1.10 and 1.11
This commit is contained in:
parent
7287c4ed9e
commit
c01b2fdab2
4 changed files with 175214 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
kubernetes.version = "1.9";
|
||||
kubernetes.version = "1.11";
|
||||
|
||||
require = [./modules.nix ./deployment.nix];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue