ImmichI
Immich5mo ago
tiuro

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 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 Path configs are correct.
  • Set correct dataset ACLs for apps user (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).
The problem seems to be a system-level issue with the applications service itself.

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'))
message.txt72.89KB
message.txt72.89KB
message.txt63.98KB
message.txt63.98KB
Was this page helpful?