Fix kubelet registry pulls via node cluster DNS and in-cluster mirrors.

Bootstrap configures systemd-resolved for *.cluster.local, installs k3s registries.yaml for the internal registry only, removes the legacy external-registry DaemonSet, and aligns Helm REGISTRY_PULL_URL with the in-cluster registry URL.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
keyhan
2026-05-27 11:36:07 +03:30
parent 20c4184cde
commit 3435eff256
3 changed files with 183 additions and 1 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ backend:
JWT_REFRESH_EXPIRES_IN: 7d
PLATFORM_DOMAIN: apps.cloudhost.local
REGISTRY_URL: registry.cloudhost-builds.svc.cluster.local:5000
REGISTRY_PULL_URL: localhost:30500
REGISTRY_PULL_URL: registry.cloudhost-builds.svc.cluster.local:5000
BUILD_NAMESPACE: cloudhost-builds
BUILD_SERVICE_ACCOUNT: kaniko-builder
UPLOAD_DIR: /app/uploads