initial commit

This commit is contained in:
2024-09-27 19:06:08 +00:00
commit 1137525206
7 changed files with 105 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Image repos for major dependencies are cached on local containers for black-start readiness
machine:
registries:
mirrors:
docker.io:
endpoints:
- http://10.105.6.215:6000
gcr.io:
endpoints:
- http://10.105.6.215:6002
ghcr.io:
endpoints:
- http://10.105.6.215:6003
registry.k8s.io:
endpoints:
- http://10.105.6.215:6001
factory.talos.dev:
endpoints:
- http://10.105.6.215:6004

View File

@@ -0,0 +1,9 @@
# Internal Talos discovery server for black-start readiness
cluster:
discovery:
enabled: true # Enable the cluster membership discovery feature.
# Configure registries used for cluster member discovery.
registries:
# Service registry is using an external service to push and pull information about cluster members.
service:
endpoint: http://10.105.6.215:3000 # External service endpoint.

View File

@@ -0,0 +1,7 @@
# Since weyma's internal subnet conflicts with the default Talos service subnet, we're going to use the next available /12
cluster:
network:
podSubnets:
- 10.244.0.0/16
serviceSubnets:
- 10.112.0.0/12

View File

@@ -0,0 +1,3 @@
machine:
network:
hostname: "weyma-talos-testcp01"