moving project to gitea
This commit is contained in:
40
talos/patches/controlplane-patch.yaml
Normal file
40
talos/patches/controlplane-patch.yaml
Normal file
@@ -0,0 +1,40 @@
|
||||
cluster:
|
||||
etcd:
|
||||
extraArgs:
|
||||
heartbeat-interval: 5000
|
||||
election-timeout: 50000
|
||||
experimental-warning-apply-duration: 1000ms
|
||||
controlPlane:
|
||||
endpoint: https://10.0.0.10:6443
|
||||
network:
|
||||
cni:
|
||||
name: none
|
||||
proxy:
|
||||
disabled: true
|
||||
|
||||
machine:
|
||||
# kubelet:
|
||||
# extraArgs:
|
||||
# rotate-server-certificates: true
|
||||
registries:
|
||||
mirrors:
|
||||
docker.io:
|
||||
endpoints:
|
||||
- https://urr.uia.no/v2/proxy-docker.io
|
||||
overridePath: true
|
||||
ghcr.io:
|
||||
endpoints:
|
||||
- https://urr.uia.no/v2/proxy-ghcr.io
|
||||
overridePath: true
|
||||
gcr.io:
|
||||
endpoints:
|
||||
- https://urr.uia.no/v2/proxy-gcr.io
|
||||
overridePath: true
|
||||
registry.k8s.io:
|
||||
endpoints:
|
||||
- https://urr.uia.no/v2/proxy-k8s.io
|
||||
overridePath: true
|
||||
|
||||
time:
|
||||
servers:
|
||||
- ntp.uia.no
|
||||
31
talos/patches/worker-patch.yaml
Normal file
31
talos/patches/worker-patch.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
cluster:
|
||||
controlPlane:
|
||||
endpoint: https://10.0.0.10:6443
|
||||
proxy:
|
||||
disabled: true
|
||||
|
||||
machine:
|
||||
# kubelet:
|
||||
# extraArgs:
|
||||
# rotate-server-certificates: true
|
||||
registries:
|
||||
mirrors:
|
||||
docker.io:
|
||||
endpoints:
|
||||
- https://urr.uia.no/v2/proxy-docker.io
|
||||
overridePath: true
|
||||
ghcr.io:
|
||||
endpoints:
|
||||
- https://urr.uia.no/v2/proxy-ghcr.io
|
||||
overridePath: true
|
||||
gcr.io:
|
||||
endpoints:
|
||||
- https://urr.uia.no/v2/proxy-gcr.io
|
||||
overridePath: true
|
||||
registry.k8s.io:
|
||||
endpoints:
|
||||
- https://urr.uia.no/v2/proxy-k8s.io
|
||||
overridePath: true
|
||||
time:
|
||||
servers:
|
||||
- ntp.uia.no
|
||||
Reference in New Issue
Block a user