Update to v1.32

This commit is contained in:
Guillaume
2025-11-02 18:31:13 +01:00
parent 09e63cf400
commit de5971961c
43 changed files with 9492 additions and 1426 deletions

8
hosts.incl/aux.yaml Normal file
View File

@ -0,0 +1,8 @@
#!include hosts.incl/common
labels:
"node-role.novit.nc/aux": "true"
group: aux
static_pods: node

View File

@ -1,15 +1,18 @@
#!include common
#!include hosts.incl/layers
bootstrap_config: node-bootstrap
config: node
kernel: 6.1.23
initrd: 2.1.0
versions:
init: 2.0.2
system: v23.15.0
kubernetes: v1.26.4_containerd.1.6.20
bootstrap_config: bootstrap
config: system
vars:
boot_v2: true
bootstrap_auths:
- name: "my-user"
sshKey: "ssh-ed25519 xxx my-user"
ssh_keys:
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILIomzqVAIqb7BedauhAo2VgbLqme5Jx/vjGUqZLoJqF gfenollar@novit.io"
is_master: false
is_master_active: false
@ -20,3 +23,13 @@ vars:
kube_reserved:
cpu: 200m
memory: 256Mi
extra_routes: []
kubelet:
maxPods: 250
extra_kubelet_config: ""
cri_o: false

7
hosts.incl/layers.yaml Normal file
View File

@ -0,0 +1,7 @@
kernel: 6.12.51
initrd: 2.4.3
versions:
init: 2.1.0
system: v25.40.0
kubernetes: v1.32.9_containerd.1.7.28
kubernetes-crio: v1.32.9_crio.1.32.9

View File

@ -1,7 +1,7 @@
#!include hosts.incl/common
labels:
"node-role.novit.io/master": "true"
"node-role.novit.nc/master": "true"
group: master
static_pods: master

View File

@ -1,7 +1,7 @@
#!include hosts.incl/common
labels:
"node-role.novit.io/node": "true"
"node-role.novit.nc/node": "true"
group: node
static_pods: node