Initial commit
This commit is contained in:
6
hosts/.placeholder
Normal file
6
hosts/.placeholder
Normal 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
22
hosts/common.yaml
Normal 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
12
hosts/master.yaml
Normal 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
8
hosts/node.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
#!include common
|
||||
|
||||
labels:
|
||||
"node-role.novit.io/node": "true"
|
||||
|
||||
group: node
|
||||
static_pods: node
|
||||
|
Reference in New Issue
Block a user