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-vaire.hsn.dev.yaml
|
||||||
valinor-nienna.hsn.dev.yaml
|
valinor-nienna.hsn.dev.yaml
|
||||||
valinor-orome.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:
|
nodes:
|
||||||
# cloud CAX21 Arm64
|
# cloud CAX21 Arm64
|
||||||
- hostname: aule.hsn.dev
|
- hostname: aule
|
||||||
disableSearchDomain: true
|
disableSearchDomain: true
|
||||||
ipAddress: 10.2.0.4
|
ipAddress: 10.2.0.4
|
||||||
controlPlane: true
|
controlPlane: true
|
||||||
|
@ -32,7 +32,7 @@ nodes:
|
||||||
gateway: 10.2.0.1 # The route's gateway (if empty, creates link scope route).
|
gateway: 10.2.0.1 # The route's gateway (if empty, creates link scope route).
|
||||||
metric: 2048
|
metric: 2048
|
||||||
# cloud CAX21 Arm64
|
# cloud CAX21 Arm64
|
||||||
- hostname: arlen.hsn.dev
|
- hostname: arlen
|
||||||
disableSearchDomain: true
|
disableSearchDomain: true
|
||||||
ipAddress: 10.2.0.5
|
ipAddress: 10.2.0.5
|
||||||
controlPlane: true
|
controlPlane: true
|
||||||
|
@ -48,7 +48,7 @@ nodes:
|
||||||
gateway: 10.2.0.1 # The route's gateway (if empty, creates link scope route).
|
gateway: 10.2.0.1 # The route's gateway (if empty, creates link scope route).
|
||||||
metric: 2048
|
metric: 2048
|
||||||
# cloud CAX21 Arm64
|
# cloud CAX21 Arm64
|
||||||
- hostname: eonwe.hsn.dev
|
- hostname: eonwe
|
||||||
disableSearchDomain: true
|
disableSearchDomain: true
|
||||||
ipAddress: 10.2.0.6
|
ipAddress: 10.2.0.6
|
||||||
controlPlane: true
|
controlPlane: true
|
||||||
|
@ -64,7 +64,7 @@ nodes:
|
||||||
gateway: 10.2.0.1 # The route's gateway (if empty, creates link scope route).
|
gateway: 10.2.0.1 # The route's gateway (if empty, creates link scope route).
|
||||||
metric: 2048
|
metric: 2048
|
||||||
# Bare-metal AX41-Nvme - AMD Ryzen 5 3600 6-Core Processor (Zen2) - 64GB ECC RAM
|
# Bare-metal AX41-Nvme - AMD Ryzen 5 3600 6-Core Processor (Zen2) - 64GB ECC RAM
|
||||||
- hostname: nienna.hsn.dev
|
- hostname: nienna
|
||||||
disableSearchDomain: true
|
disableSearchDomain: true
|
||||||
ipAddress: 10.2.1.2
|
ipAddress: 10.2.1.2
|
||||||
controlPlane: false
|
controlPlane: false
|
||||||
|
@ -153,6 +153,11 @@ nodes:
|
||||||
worker:
|
worker:
|
||||||
patches:
|
patches:
|
||||||
- |-
|
- |-
|
||||||
|
cluster:
|
||||||
|
externalCloudProvider:
|
||||||
|
enabled: true
|
||||||
|
manifests:
|
||||||
|
- https://github.com/hetznercloud/hcloud-cloud-controller-manager/releases/latest/download/ccm.yaml
|
||||||
machine:
|
machine:
|
||||||
sysctls:
|
sysctls:
|
||||||
fs.inotify.max_user_watches: "1048576"
|
fs.inotify.max_user_watches: "1048576"
|
||||||
|
@ -175,6 +180,10 @@ controlPlane:
|
||||||
- |-
|
- |-
|
||||||
cluster:
|
cluster:
|
||||||
allowSchedulingOnMasters: true
|
allowSchedulingOnMasters: true
|
||||||
|
externalCloudProvider:
|
||||||
|
enabled: true
|
||||||
|
manifests:
|
||||||
|
- https://github.com/hetznercloud/hcloud-cloud-controller-manager/releases/latest/download/ccm.yaml
|
||||||
network:
|
network:
|
||||||
cni:
|
cni:
|
||||||
name: none
|
name: none
|
||||||
|
|
Reference in a new issue