Skip to content

Commit

Permalink
fix(example): update to make it more reasonable
Browse files Browse the repository at this point in the history
  • Loading branch information
budimanjojo committed Nov 16, 2023
1 parent 732448f commit 55bcda6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions example/talconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ patches:
nodes:
- hostname: kmaster1
ipAddress: 192.168.200.11
controlPlane: true
schematic:
customization:
extraKernelArgs:
- net.ifnames=0
systemExtensions:
officialExtensions:
- siderolabs/intel-ucode
extensions:
- image: ghcr.io/siderolabs/tailscale:1.44.0
- siderolabs/tailscale
machineFiles:
- content: |
TS_AUTHKEY=123456
Expand All @@ -46,7 +46,6 @@ nodes:
model: WDC*
name: /sys/block/sda/device/name
busPath: /pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0
controlPlane: true
nodeLabels:
rack: rack1a
zone: us-east-1a
Expand All @@ -68,7 +67,7 @@ nodes:
deviceSelectors:
- hardwareAddr: "00:50:56:*"
addresses:
- 192.168.200.12/24
- 192.168.200.11/24
mtu: 1500
routes:
- network: 0.0.0.0/0
Expand Down Expand Up @@ -101,7 +100,7 @@ nodes:
network:
interfaces:
- addresses:
- 192.168.200.11/24
- 192.168.200.13/24
interface: eth1
routes:
- gateway: 192.168.200.1
Expand Down

0 comments on commit 55bcda6

Please sign in to comment.