Compare commits
1 Commits
wip
..
feature/rpi
| Author | SHA1 | Date | |
|---|---|---|---|
|
43b6c81521
|
@@ -4,6 +4,7 @@ controlPlaneIp: 192.168.1.100
|
|||||||
secretsFile: testing/secrets.yaml
|
secretsFile: testing/secrets.yaml
|
||||||
nodes:
|
nodes:
|
||||||
- testing/talos-vm
|
- testing/talos-vm
|
||||||
|
- testing/phobos
|
||||||
|
|
||||||
default:
|
default:
|
||||||
network:
|
network:
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
# yaml-language-server: $schema=https://git.huizinga.dev/infra/crete/raw/branch/main/schemas/node.json
|
||||||
|
type: worker
|
||||||
|
network:
|
||||||
|
ip: 192.168.178.77
|
||||||
|
netmask: 255.255.255.0
|
||||||
|
gateway: 192.168.178.1
|
||||||
|
install:
|
||||||
|
disk: /dev/sda
|
||||||
@@ -7,14 +7,3 @@ provisioning:
|
|||||||
match: system_disk
|
match: system_disk
|
||||||
grow: true
|
grow: true
|
||||||
maxSize: 2000GB
|
maxSize: 2000GB
|
||||||
# # yaml-language-server: $schema=https://raw.githubusercontent.com/siderolabs/talos/refs/heads/release-1.12/website/content/v1.12/schemas/config.schema.json
|
|
||||||
# apiVersion: v1alpha1
|
|
||||||
# kind: UserVolumeConfig
|
|
||||||
# name: longhorn
|
|
||||||
# # We want to take the whole distk
|
|
||||||
# # TODO: Add second disk to virtual machine
|
|
||||||
# volumeType: "disk"
|
|
||||||
# provisioning:
|
|
||||||
# diskSelector:
|
|
||||||
# # TODO: UPDATE THIS
|
|
||||||
# # match: system_disk
|
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
overlay:
|
||||||
|
name: rpi_generic
|
||||||
|
image: siderolabs/sbc-raspberrypi
|
||||||
|
customization:
|
||||||
|
systemExtensions:
|
||||||
|
officialExtensions:
|
||||||
|
- siderolabs/iscsi-tools
|
||||||
|
- siderolabs/util-linux-tools
|
||||||
|
- siderolabs/tailscale
|
||||||
Reference in New Issue
Block a user