Initial commit

This commit is contained in:
2023-05-15 14:36:48 +00:00
committed by Mikaël Cluseau
commit 973db6fba8
27 changed files with 3099 additions and 0 deletions

6
hosts/.placeholder Normal file
View File

@ -0,0 +1,6 @@
ip: 10.xx.xx.xx
ips:
- 127.0.0.1
- ::1
cluster: master
group: master

22
hosts/common.yaml Normal file
View File

@ -0,0 +1,22 @@
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
vars:
is_master: false
is_master_active: false
system_reserved:
cpu: 100m
memory: 256Mi
kube_reserved:
cpu: 200m
memory: 256Mi

12
hosts/master.yaml Normal file
View File

@ -0,0 +1,12 @@
#!include hosts/common
labels:
"node-role.novit.io/master": "true"
group: master
static_pods: master
vars:
is_master: true
is_master_active: true

8
hosts/node.yaml Normal file
View File

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