mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 13:14:05 +00:00
EOL our registry caching mirror
Docker's v1 registry has gotten slower and slower, and they have no interest in fixing it. Using a mirror forces v1 mode. Measurements show that v1 with our mirror is slower than v2 with docker's registry in just about all metrics.
This commit is contained in:
@@ -47,9 +47,6 @@ POLL_SLEEP_INTERVAL=3
|
||||
SERVICE_CLUSTER_IP_RANGE="10.0.0.0/16" # formerly PORTAL_NET
|
||||
ALLOCATE_NODE_CIDRS=true
|
||||
|
||||
# When set to true, Docker Cache is enabled by default as part of the cluster bring up.
|
||||
ENABLE_DOCKER_REGISTRY_CACHE=true
|
||||
|
||||
# Optional: Install node monitoring.
|
||||
ENABLE_NODE_MONITORING="${KUBE_ENABLE_NODE_MONITORING:-true}"
|
||||
|
||||
|
Reference in New Issue
Block a user