update hostnames and making nienna use legacy net interface names
This commit is contained in:
parent
e955d98d29
commit
536f7f002e
2 changed files with 17 additions and 4 deletions
4
talos/clusterconfig/.gitignore
vendored
4
talos/clusterconfig/.gitignore
vendored
|
@ -5,3 +5,7 @@ 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,7 +64,7 @@ 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
|
||||
|
@ -153,6 +153,11 @@ nodes:
|
|||
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 +180,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