initial commit
This commit is contained in:
19
config-patches/cluster/weyma-image-cache.yaml
Normal file
19
config-patches/cluster/weyma-image-cache.yaml
Normal 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
|
||||
9
config-patches/cluster/weyma-internal-discovery.yaml
Normal file
9
config-patches/cluster/weyma-internal-discovery.yaml
Normal 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.
|
||||
7
config-patches/cluster/weyma-pod-svc-subnets.yaml
Normal file
7
config-patches/cluster/weyma-pod-svc-subnets.yaml
Normal 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
|
||||
Reference in New Issue
Block a user