Guest User

Untitled

a guest
Apr 20th, 2025
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. spiderunderurbed@raspberrypi:~/k8s $ kubectl describe pod immich-server-7675d5dd5b-2mlrh
  2. Name: immich-server-7675d5dd5b-2mlrh
  3. Namespace: default
  4. Priority: 0
  5. Service Account: default
  6. Node: raspberrypi/192.168.68.77
  7. Start Time: Wed, 26 Mar 2025 23:07:54 +1300
  8. Labels: app=immich-server
  9. pod-template-hash=7675d5dd5b
  10. Annotations: cni.projectcalico.org/containerID: c490847fb931ad5ceaf19eacd37902916e5bea5ac87779d2df39887126881c2d
  11. cni.projectcalico.org/podIP:
  12. cni.projectcalico.org/podIPs:
  13. Status: Running
  14. IP:
  15. IPs: <none>
  16. Controlled By: ReplicaSet/immich-server-7675d5dd5b
  17. Containers:
  18. immich-server:
  19. Container ID: containerd://1d58c634db1c286d5ef90c000e560e7b6ce54e0da4303612387b5ec56d5e5892
  20. Image: ghcr.io/immich-app/immich-server:release
  21. Image ID: ghcr.io/immich-app/immich-server@sha256:6c8b4ddf5fd5a25443078eef47d015c231b1ce092fe3b6f2d758b182f0066e26
  22. Port: <none>
  23. Host Port: <none>
  24. State: Terminated
  25. Reason: Unknown
  26. Exit Code: 255
  27. Started: Sat, 19 Apr 2025 14:01:02 +1200
  28. Finished: Sat, 19 Apr 2025 21:16:27 +1200
  29. Ready: False
  30. Restart Count: 1207
  31. Environment:
  32. REDIS_HOSTNAME: immich-redis
  33. REDIS_PORT: 6379
  34. DB_HOSTNAME: immich-postgres
  35. DB_PORT: 5432
  36. DB_DATABASE_NAME: immich
  37. DB_USERNAME: immich
  38. DB_PASSWORD: immichpassword
  39. IMMICH_MACHINE_LEARNING_URL: http://immich-machine-learning:3003
  40. Mounts:
  41. /usr/src/app/upload from upload-storage (rw)
  42. /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-nhp94 (ro)
  43. Conditions:
  44. Type Status
  45. PodReadyToStartContainers False
  46. Initialized True
  47. Ready False
  48. ContainersReady False
  49. PodScheduled True
  50. Volumes:
  51. upload-storage:
  52. Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
  53. ClaimName: immich-upload-pvc
  54. ReadOnly: false
  55. kube-api-access-nhp94:
  56. Type: Projected (a volume that contains injected data from multiple sources)
  57. TokenExpirationSeconds: 3607
  58. ConfigMapName: kube-root-ca.crt
  59. ConfigMapOptional: <nil>
  60. DownwardAPI: true
  61. QoS Class: BestEffort
  62. Node-Selectors: <none>
  63. Tolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
  64. node.kubernetes.io/unreachable:NoExecute op=Exists for 600s
  65. Events:
  66. Type Reason Age From Message
  67. ---- ------ ---- ---- -------
  68. Normal SandboxChanged 47m (x9429 over 38h) kubelet Pod sandbox changed, it will be killed and re-created.
  69. Normal SandboxChanged 27m (x7 over 28m) kubelet Pod sandbox changed, it will be killed and re-created.
  70.  
Advertisement
Add Comment
Please, Sign In to add comment