-
Notifications
You must be signed in to change notification settings - Fork 88
/
Copy pathconfig.yaml
36 lines (36 loc) · 901 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
clusterName: "capt-playground"
outputDir: "output"
namespace: "tink"
counts:
controlPlanes: 1
workers: 1
spares: 1
versions:
capt: v0.6.1
chart: 0.6.1
kube: v1.29.4
os: 20.04
kubevip: 0.8.7
capt:
providerRepository: "https://github.com/tinkerbell/cluster-api-provider-tinkerbell/releases"
#providerRepository: "/home/tink/repos/tinkerbell/cluster-api-provider-tinkerbell/out/release/infrastructure-tinkerbell"
chart:
location: "oci://ghcr.io/tinkerbell/charts/stack"
#location: "/home/tink/repos/tinkerbell/charts/tinkerbell/stack"
os:
registry: ghcr.io/tinkerbell/cluster-api-provider-tinkerbell
distro: ubuntu
sshKey: ""
vm:
baseName: "node"
cpusPerVM: 2
memInMBPerVM: 2048
diskSizeInGBPerVM: 10
diskPath: "/tmp"
virtualBMC:
containerName: "virtualbmc"
image: ghcr.io/jacobweinstock/virtualbmc:latest
user: "root"
pass: "calvin"
bootMode: netboot