Updated talos version, made setup more configurable, removed obsolet stuff
This commit is contained in:
33
proxmox/templates/machine_config_patches_controlplane.tftpl
Normal file
33
proxmox/templates/machine_config_patches_controlplane.tftpl
Normal file
@@ -0,0 +1,33 @@
|
||||
machine:
|
||||
install:
|
||||
disk: ${install_disk}
|
||||
image: ${install_image}
|
||||
network:
|
||||
hostname: ${hostname}
|
||||
interfaces:
|
||||
- deviceSelector:
|
||||
physical: true
|
||||
addresses:
|
||||
- ${ip_address}
|
||||
routes:
|
||||
- network: ${network}
|
||||
gateway: ${network_gateway}
|
||||
vip:
|
||||
ip: ${vip_shared_ip}
|
||||
registries:
|
||||
mirrors:
|
||||
docker.io:
|
||||
endpoints:
|
||||
- https://harbor.lan/v2/docker-hub-cache
|
||||
overridePath: true
|
||||
ghcr.io:
|
||||
endpoints:
|
||||
- https://harbor.lan/v2/github-cache
|
||||
overridePath: true
|
||||
config:
|
||||
harbor.lan:
|
||||
tls:
|
||||
ca: |
|
||||
${indent(16, container_registry_cache_ca)}
|
||||
cluster:
|
||||
allowSchedulingOnControlPlanes: false
|
||||
Reference in New Issue
Block a user