27 lines
561 B
Plaintext
27 lines
561 B
Plaintext
cluster:
|
|||
|
|
id: <CLUSTER_ID>
|
||
|
|
secret: <CLUSTER_SECRET>
|
||
|
|
token: <BOOTSTRAP_TOKEN>
|
||
|
|
endpoint: https://<LOAD_BALANCER_IP>:6443
|
||
|
|
|
||
|
|
machine:
|
||
|
|
type: controlplane
|
||
|
|
token: <JOIN_TOKEN>
|
||
|
|
kubelet:
|
||
|
|
image: ghcr.io/siderolabs/kubelet:v1.29.0
|
||
|
|
install:
|
||
|
|
disk: /dev/sda
|
||
|
|
image: ghcr.io/siderolabs/installer:v1.6.0
|
||
|
|
bootLOADER: grub
|
||
|
|
network:
|
||
|
|
interfaces:
|
||
|
|
- interface: eth0
|
||
|
|
dhcp: true
|
||
|
|
nameservers:
|
||
|
|
- 8.8.8.8
|
||
|
|
sysctls:
|
||
|
|
fs.inotify.max_user_watches: "1048576"
|
||
|
|
features:
|
||
|
|
rbac: true
|
||
|
|
stableHostname: true
|
||
|
|
appArmor: true
|