41 lines
855 B
YAML
41 lines
855 B
YAML
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
|