Immich fresh install failing on `Failed 'up' action` during image pull
Hello, I need help with a failing Immich installation.
System: TrueNAS SCALE 25.04.0, Immich Chart v5.9.8.
Goal: Clean install using
Problem: The installation consistently fails with a
Troubleshooting Done:
Key summary from
```log
[ERROR] app_lifecycle.compose_action():56 - Failed 'up' action for 'immich' app.
[ERROR] kubernetes.create():384 - Service 'immich' creation failed
ConnectionRefusedError: [Errno 111] Connection refused
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='127.0.0.1', port=6443): Max retries exceeded with url: /api/v1/namespaces/ix-immich/services/immich (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object...>: Failed to establish a new connection: [Errno 111] Connection refused'))
System: TrueNAS SCALE 25.04.0, Immich Chart v5.9.8.
Goal: Clean install using
Host Path for data and Postgres after a complex migration.Problem: The installation consistently fails with a
Failed 'up' action error. The logs show the Kubernetes API at 127.0.0.1:6443 is refusing the connection.Troubleshooting Done:
- Verified all
Host Pathconfigs are correct. - Set correct dataset ACLs for
appsuser (UID 568) via GUI (recursively). - Force-deleted all previous app installs (including PVCs and images).
- Rebooted the server.
- Changed DNS to Cloudflare (
1.1.1.1).
Key summary from
/var/log/app_lifecycle.log:```log
[ERROR] app_lifecycle.compose_action():56 - Failed 'up' action for 'immich' app.
[ERROR] kubernetes.create():384 - Service 'immich' creation failed
ConnectionRefusedError: [Errno 111] Connection refused
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='127.0.0.1', port=6443): Max retries exceeded with url: /api/v1/namespaces/ix-immich/services/immich (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object...>: Failed to establish a new connection: [Errno 111] Connection refused'))