Get out of here!

This commit is contained in:
Joseph Hanson 2023-11-21 22:34:58 -06:00
parent a17e378742
commit e7f9048cdb
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -89,36 +89,36 @@ nodes:
gateway: 10.2.1.1 # The route's gateway (if empty, creates link scope route). gateway: 10.2.1.1 # The route's gateway (if empty, creates link scope route).
metric: 2048 metric: 2048
# VM on Bare-metal EX44 Proxmox pve - 13th Gen Intel(R) Core(TM) i5-13500 - 64GB RAM # VM on Bare-metal EX44 Proxmox pve - 13th Gen Intel(R) Core(TM) i5-13500 - 64GB RAM
- hostname: orome.hsn.dev # - hostname: orome.hsn.dev
disableSearchDomain: true # disableSearchDomain: true
ipAddress: 10.2.1.3 # ipAddress: 10.2.1.3
controlPlane: false # controlPlane: false
# customization: # # customization:
# extraKernelArgs: # # extraKernelArgs:
# - net.ifnames=0 # # - net.ifnames=0
# systemExtensions: # # systemExtensions:
# officialExtensions: # # officialExtensions:
# - siderolabs/intel-ucode # # - siderolabs/i915-ucode
# - siderolabs/i915-ucode # # - siderolabs/intel-ucode
# - siderolabs/qemu-guest-agent # # - siderolabs/qemu-guest-agent
installDiskSelector: # installDisk: /dev/vda
busPath: /pci0000:00/0000:00:0a.0/virtio1/ # # talosImageURL: factory.talos.dev/installer/50da29e436eac5b66bb9727beff6469822d4d1387543cc033a976afb063d9c84
talosImageURL: factory.talos.dev/installer/f2f665587318c2d79e7b315cc333fff276ed59c8de831f16e28b4db107496ac2 # talosImageURL: hub.hsn.dev/factory.talos.dev/installer/aada47690a5864b64a0947bd228f7426d0bddab59a3ffca542602b717a896e34
networkInterfaces: # networkInterfaces:
- interface: eth0 # - interface: eth0
dhcp: false # dhcp: false
addresses: # addresses:
- 10.2.1.3/24 # - 10.2.1.3/24
routes: # routes:
- network: 10.2.0.0/16 # - network: 10.2.0.0/16
gateway: 10.2.1.1 # The route's gateway (if empty, creates link scope route). # gateway: 10.2.1.1 # The route's gateway (if empty, creates link scope route).
metric: 2048 # metric: 2048
- interface: eth1 # - interface: eth1
dhcp: true # dhcp: true
routes: # routes:
- network: 0.0.0.0/0 # The route's network (destination). # - network: 0.0.0.0/0 # The route's network (destination).
gateway: 192.168.20.1 # The route's gateway (if empty, creates link scope route). # gateway: 192.168.20.1 # The route's gateway (if empty, creates link scope route).
metric: 1024 # metric: 1024
# - hostname: vaire.hsn.dev # - hostname: vaire.hsn.dev
# disableSearchDomain: true # disableSearchDomain: true
# ipAddress: 10.2.0.8 # ipAddress: 10.2.0.8