Added 3 worker nodes.
This commit is contained in:
parent
0ae24aaf03
commit
745d9c64c6
2 changed files with 48 additions and 0 deletions
3
talos/clusterconfig/.gitignore
vendored
3
talos/clusterconfig/.gitignore
vendored
|
@ -2,3 +2,6 @@ valinor-aule.hsn.dev.yaml
|
||||||
valinor-eonwe.hsn.dev.yaml
|
valinor-eonwe.hsn.dev.yaml
|
||||||
valinor-arlen.hsn.dev.yaml
|
valinor-arlen.hsn.dev.yaml
|
||||||
talosconfig
|
talosconfig
|
||||||
|
valinor-vaire.hsn.dev.yaml
|
||||||
|
valinor-nienna.hsn.dev.yaml
|
||||||
|
valinor-orome.hsn.dev.yaml
|
||||||
|
|
|
@ -63,6 +63,51 @@ nodes:
|
||||||
- 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
|
||||||
|
- hostname: vaire.hsn.dev
|
||||||
|
disableSearchDomain: true
|
||||||
|
ipAddress: 10.2.0.8
|
||||||
|
controlPlane: false
|
||||||
|
installDiskSelector:
|
||||||
|
busPath: /dev/sda
|
||||||
|
networkInterfaces:
|
||||||
|
- interface: eth0
|
||||||
|
dhcp: true
|
||||||
|
- interface: eth1
|
||||||
|
dhcp: true
|
||||||
|
routes:
|
||||||
|
- network: 10.2.0.0/16
|
||||||
|
gateway: 10.2.1.1 # The route's gateway (if empty, creates link scope route).
|
||||||
|
metric: 2048
|
||||||
|
- hostname: nienna.hsn.dev
|
||||||
|
disableSearchDomain: true
|
||||||
|
ipAddress: 10.2.0.9
|
||||||
|
controlPlane: false
|
||||||
|
installDiskSelector:
|
||||||
|
busPath: /dev/sda
|
||||||
|
networkInterfaces:
|
||||||
|
- interface: eth0
|
||||||
|
dhcp: true
|
||||||
|
- interface: eth1
|
||||||
|
dhcp: true
|
||||||
|
routes:
|
||||||
|
- network: 10.2.0.0/16
|
||||||
|
gateway: 10.2.1.1 # The route's gateway (if empty, creates link scope route).
|
||||||
|
metric: 2048
|
||||||
|
- hostname: orome.hsn.dev
|
||||||
|
disableSearchDomain: true
|
||||||
|
ipAddress: 10.2.0.10
|
||||||
|
controlPlane: false
|
||||||
|
installDiskSelector:
|
||||||
|
busPath: /dev/sda
|
||||||
|
networkInterfaces:
|
||||||
|
- interface: eth0
|
||||||
|
dhcp: true
|
||||||
|
- interface: eth1
|
||||||
|
dhcp: true
|
||||||
|
routes:
|
||||||
|
- network: 10.2.0.0/16
|
||||||
|
gateway: 10.2.1.1 # The route's gateway (if empty, creates link scope route).
|
||||||
|
metric: 2048
|
||||||
|
|
||||||
controlPlane:
|
controlPlane:
|
||||||
patches:
|
patches:
|
||||||
|
|
Reference in a new issue