32 lines
683 B
YAML
32 lines
683 B
YAML
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
|