Compare commits
4 commits
780943b519
...
3e83ea437b
Author | SHA1 | Date | |
---|---|---|---|
3e83ea437b | |||
7af2cc38f2 | |||
8717866c61 | |||
536f7f002e |
2 changed files with 19 additions and 56 deletions
10
talos/clusterconfig/.gitignore
vendored
10
talos/clusterconfig/.gitignore
vendored
|
@ -1,7 +1,5 @@
|
|||
valinor-aule.hsn.dev.yaml
|
||||
valinor-eonwe.hsn.dev.yaml
|
||||
valinor-arlen.hsn.dev.yaml
|
||||
talosconfig
|
||||
valinor-vaire.hsn.dev.yaml
|
||||
valinor-nienna.hsn.dev.yaml
|
||||
valinor-orome.hsn.dev.yaml
|
||||
valinor-aule.yaml
|
||||
valinor-arlen.yaml
|
||||
valinor-eonwe.yaml
|
||||
valinor-nienna.yaml
|
||||
|
|
|
@ -16,7 +16,7 @@ additionalMachineCertSans:
|
|||
|
||||
nodes:
|
||||
# cloud CAX21 Arm64
|
||||
- hostname: aule.hsn.dev
|
||||
- hostname: aule
|
||||
disableSearchDomain: true
|
||||
ipAddress: 10.2.0.4
|
||||
controlPlane: true
|
||||
|
@ -32,7 +32,7 @@ nodes:
|
|||
gateway: 10.2.0.1 # The route's gateway (if empty, creates link scope route).
|
||||
metric: 2048
|
||||
# cloud CAX21 Arm64
|
||||
- hostname: arlen.hsn.dev
|
||||
- hostname: arlen
|
||||
disableSearchDomain: true
|
||||
ipAddress: 10.2.0.5
|
||||
controlPlane: true
|
||||
|
@ -48,7 +48,7 @@ nodes:
|
|||
gateway: 10.2.0.1 # The route's gateway (if empty, creates link scope route).
|
||||
metric: 2048
|
||||
# cloud CAX21 Arm64
|
||||
- hostname: eonwe.hsn.dev
|
||||
- hostname: eonwe
|
||||
disableSearchDomain: true
|
||||
ipAddress: 10.2.0.6
|
||||
controlPlane: true
|
||||
|
@ -64,11 +64,13 @@ nodes:
|
|||
gateway: 10.2.0.1 # The route's gateway (if empty, creates link scope route).
|
||||
metric: 2048
|
||||
# Bare-metal AX41-Nvme - AMD Ryzen 5 3600 6-Core Processor (Zen2) - 64GB ECC RAM
|
||||
- hostname: nienna.hsn.dev
|
||||
- hostname: nienna
|
||||
disableSearchDomain: true
|
||||
ipAddress: 10.2.1.2
|
||||
controlPlane: false
|
||||
# customization:
|
||||
# extraKernelArgs:
|
||||
# - net.ifnames=0
|
||||
# systemExtensions:
|
||||
# officialExtensions:
|
||||
# - siderolabs/amd-ucode
|
||||
|
@ -104,55 +106,14 @@ nodes:
|
|||
- rbind
|
||||
- rshared
|
||||
- rw
|
||||
# VM on Bare-metal EX44 Proxmox pve - 13th Gen Intel(R) Core(TM) i5-13500 - 64GB RAM
|
||||
# - hostname: orome.hsn.dev
|
||||
# disableSearchDomain: true
|
||||
# ipAddress: 10.2.1.3
|
||||
# controlPlane: false
|
||||
# # customization:
|
||||
# # extraKernelArgs:
|
||||
# # - net.ifnames=0
|
||||
# # systemExtensions:
|
||||
# # officialExtensions:
|
||||
# # - siderolabs/i915-ucode
|
||||
# # - siderolabs/intel-ucode
|
||||
# # - siderolabs/qemu-guest-agent
|
||||
# installDisk: /dev/vda
|
||||
# # talosImageURL: factory.talos.dev/installer/50da29e436eac5b66bb9727beff6469822d4d1387543cc033a976afb063d9c84
|
||||
# talosImageURL: hub.hsn.dev/factory.talos.dev/installer/aada47690a5864b64a0947bd228f7426d0bddab59a3ffca542602b717a896e34
|
||||
# networkInterfaces:
|
||||
# - interface: eth0
|
||||
# dhcp: false
|
||||
# addresses:
|
||||
# - 10.2.1.3/24
|
||||
# routes:
|
||||
# - network: 10.2.0.0/16
|
||||
# gateway: 10.2.1.1 # The route's gateway (if empty, creates link scope route).
|
||||
# metric: 2048
|
||||
# - interface: eth1
|
||||
# dhcp: true
|
||||
# routes:
|
||||
# - 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).
|
||||
# metric: 1024
|
||||
# - 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
|
||||
worker:
|
||||
patches:
|
||||
- |-
|
||||
cluster:
|
||||
externalCloudProvider:
|
||||
enabled: true
|
||||
manifests:
|
||||
- https://github.com/hetznercloud/hcloud-cloud-controller-manager/releases/latest/download/ccm.yaml
|
||||
machine:
|
||||
sysctls:
|
||||
fs.inotify.max_user_watches: "1048576"
|
||||
|
@ -175,6 +136,10 @@ controlPlane:
|
|||
- |-
|
||||
cluster:
|
||||
allowSchedulingOnMasters: true
|
||||
externalCloudProvider:
|
||||
enabled: true
|
||||
manifests:
|
||||
- https://github.com/hetznercloud/hcloud-cloud-controller-manager/releases/latest/download/ccm.yaml
|
||||
network:
|
||||
cni:
|
||||
name: none
|
||||
|
|
Reference in a new issue