Add quickstart scripts for easy cluster setup
This commit is contained in:
@ -1,6 +0,0 @@
|
||||
ip: 10.xx.xx.xx
|
||||
ips:
|
||||
- 127.0.0.1
|
||||
- ::1
|
||||
cluster: master
|
||||
group: master
|
@ -1,22 +0,0 @@
|
||||
|
||||
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
|
4
hosts/m1.yaml
Normal file
4
hosts/m1.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
#!include hosts.incl/master
|
||||
|
||||
ip: 172.17.1.100
|
||||
cluster: base
|
@ -1,12 +0,0 @@
|
||||
#!include hosts/common
|
||||
|
||||
labels:
|
||||
"node-role.novit.io/master": "true"
|
||||
|
||||
group: master
|
||||
static_pods: master
|
||||
|
||||
vars:
|
||||
is_master: true
|
||||
is_master_active: true
|
||||
|
@ -1,8 +0,0 @@
|
||||
#!include common
|
||||
|
||||
labels:
|
||||
"node-role.novit.io/node": "true"
|
||||
|
||||
group: node
|
||||
static_pods: node
|
||||
|
Reference in New Issue
Block a user