helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

nautobot pod hangs in Init state

Open finchr opened this issue 4 months ago • 1 comments

Hi, I'm attempting to install nautobot using helmfile and the deploy is stuck in the Init phase:

$ kubectl -n nautobot get all
NAME                                           READY   STATUS     RESTARTS        AGE
pod/nautobot-celery-beat-b7b595dbf-s9667       1/1     Running    4 (4m45s ago)   5m52s
pod/nautobot-celery-default-7cdcf6bdbf-k8292   1/1     Running    2 (5m37s ago)   5m52s
pod/nautobot-default-6868bb76dd-htt5r          0/1     Init:0/2   0               5m52s

NAME                       TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)          AGE
service/nautobot-default   ClusterIP   172.20.162.83   <none>        443/TCP,80/TCP   5m53s

NAME                                      READY   UP-TO-DATE   AVAILABLE   AGE
deployment.apps/nautobot-celery-beat      1/1     1            1           5m53s
deployment.apps/nautobot-celery-default   1/1     1            1           5m53s
deployment.apps/nautobot-default          0/1     1            0           5m53s

NAME                                                 DESIRED   CURRENT   READY   AGE
replicaset.apps/nautobot-celery-beat-b7b595dbf       1         1         1       5m54s
replicaset.apps/nautobot-celery-default-7cdcf6bdbf   1         1         1       5m54s
replicaset.apps/nautobot-default-6868bb76dd          1         1         0       5m54s

The logs from the pod end with the following logs.txt

Sending installation metrics...
Installation metrics are disabled by INSTALLATION_METRICS_ENABLED setting, skipping.

Refreshing _content_type cache
CONTENT_TYPE_CACHE_TIMEOUT is set to 0; skipping cache refresh

Any idea what is going on? I've attached the full log file.

finchr avatar Feb 09 '24 16:02 finchr