shrinedogg
shrinedogg
IImmich
Created by shrinedogg on 2/26/2023 in #help-desk-support
Trouble with kubernetes deployments. Getting random `ECONNREFUSED` and 404s.
Awesome, first backup in progress. Thanks again for all the assistance, hopefully I can make time to contribute in some meaningful way in the near future!
54 replies
IImmich
Created by shrinedogg on 2/26/2023 in #help-desk-support
Trouble with kubernetes deployments. Getting random `ECONNREFUSED` and 404s.
I think it's a path issue, I'm onto to it. When I ls that "upload" directory you see in that shot, it actually points at the base directory of the share, not the upload folder I suspected it would point to
54 replies
IImmich
Created by shrinedogg on 2/26/2023 in #help-desk-support
Trouble with kubernetes deployments. Getting random `ECONNREFUSED` and 404s.
No description
54 replies
IImmich
Created by shrinedogg on 2/26/2023 in #help-desk-support
Trouble with kubernetes deployments. Getting random `ECONNREFUSED` and 404s.
No description
54 replies
IImmich
Created by shrinedogg on 2/26/2023 in #help-desk-support
Trouble with kubernetes deployments. Getting random `ECONNREFUSED` and 404s.
It looks like it can't mkdir in my NFS share PVC
54 replies
IImmich
Created by shrinedogg on 2/26/2023 in #help-desk-support
Trouble with kubernetes deployments. Getting random `ECONNREFUSED` and 404s.
I'm onto what I'm thinking a permissions issue, perhaps?
node:internal/fs/utils:345
throw err;
^

Error: ENOENT: no such file or directory, mkdir 'upload/5472bc26-36ce-4acd-9767-4c6526809c90/original/9a21da1923cb1ab201f776d36a9de42c9bb54399a1984c790c96c15d9fc03717'
at mkdirSync (node:fs:1349:3)
at DiskStorage.destination [as getDestination] (/usr/src/app/dist/apps/immich/apps/immich/src/config/asset-upload.config.js:64:28)
at DiskStorage._handleFile (/usr/src/app/node_modules/multer/storage/disk.js:31:8)
at Object._handleFile (/usr/src/app/dist/apps/immich/apps/immich/src/config/asset-upload.config.js:25:21)
at /usr/src/app/node_modules/multer/lib/make-middleware.js:137:17
at fileFilter (/usr/src/app/dist/apps/immich/apps/immich/src/config/asset-upload.config.js:48:9)
at wrappedFileFilter (/usr/src/app/node_modules/multer/index.js:44:7)
at Multipart.<anonymous> (/usr/src/app/node_modules/multer/lib/make-middleware.js:107:7)
at Multipart.emit (node:events:527:28)
at HeaderParser.cb (/usr/src/app/node_modules/busboy/lib/types/multipart.js:358:14) {
errno: -2,
syscall: 'mkdir',
code: 'ENOENT',
path: 'upload/5472bc26-36ce-4acd-9767-4c6526809c90/original/9a21da1923cb1ab201f776d36a9de42c9bb54399a1984c790c96c15d9fc03717'
}
node:internal/fs/utils:345
throw err;
^

Error: ENOENT: no such file or directory, mkdir 'upload/5472bc26-36ce-4acd-9767-4c6526809c90/original/9a21da1923cb1ab201f776d36a9de42c9bb54399a1984c790c96c15d9fc03717'
at mkdirSync (node:fs:1349:3)
at DiskStorage.destination [as getDestination] (/usr/src/app/dist/apps/immich/apps/immich/src/config/asset-upload.config.js:64:28)
at DiskStorage._handleFile (/usr/src/app/node_modules/multer/storage/disk.js:31:8)
at Object._handleFile (/usr/src/app/dist/apps/immich/apps/immich/src/config/asset-upload.config.js:25:21)
at /usr/src/app/node_modules/multer/lib/make-middleware.js:137:17
at fileFilter (/usr/src/app/dist/apps/immich/apps/immich/src/config/asset-upload.config.js:48:9)
at wrappedFileFilter (/usr/src/app/node_modules/multer/index.js:44:7)
at Multipart.<anonymous> (/usr/src/app/node_modules/multer/lib/make-middleware.js:107:7)
at Multipart.emit (node:events:527:28)
at HeaderParser.cb (/usr/src/app/node_modules/busboy/lib/types/multipart.js:358:14) {
errno: -2,
syscall: 'mkdir',
code: 'ENOENT',
path: 'upload/5472bc26-36ce-4acd-9767-4c6526809c90/original/9a21da1923cb1ab201f776d36a9de42c9bb54399a1984c790c96c15d9fc03717'
}
54 replies
IImmich
Created by shrinedogg on 2/26/2023 in #help-desk-support
Trouble with kubernetes deployments. Getting random `ECONNREFUSED` and 404s.
Figured that out as well - same hash.
54 replies
IImmich
Created by shrinedogg on 2/26/2023 in #help-desk-support
Trouble with kubernetes deployments. Getting random `ECONNREFUSED` and 404s.
Upon getting into the mobile app, it complained about my server version
54 replies
IImmich
Created by shrinedogg on 2/26/2023 in #help-desk-support
Trouble with kubernetes deployments. Getting random `ECONNREFUSED` and 404s.
Another question for you fine gents - should I be using the release or v1.49.0 tag for image?
54 replies
IImmich
Created by shrinedogg on 2/26/2023 in #help-desk-support
Trouble with kubernetes deployments. Getting random `ECONNREFUSED` and 404s.
54 replies
IImmich
Created by shrinedogg on 2/26/2023 in #help-desk-support
Trouble with kubernetes deployments. Getting random `ECONNREFUSED` and 404s.
Got into the admin panel for the first time just now.
54 replies
IImmich
Created by shrinedogg on 2/26/2023 in #help-desk-support
Trouble with kubernetes deployments. Getting random `ECONNREFUSED` and 404s.
Just wanted to circle back on this one, it was a problem with Label/Selectors. 😅
54 replies
IImmich
Created by shrinedogg on 2/26/2023 in #help-desk-support
Trouble with kubernetes deployments. Getting random `ECONNREFUSED` and 404s.
Should I rollback to Redis 6? Could that be breaking the whole experience?
54 replies
IImmich
Created by shrinedogg on 2/26/2023 in #help-desk-support
Trouble with kubernetes deployments. Getting random `ECONNREFUSED` and 404s.
Do pretty much the same behavior I was seeing in the browser where about 1/10 would get a response from the backend
54 replies
IImmich
Created by shrinedogg on 2/26/2023 in #help-desk-support
Trouble with kubernetes deployments. Getting random `ECONNREFUSED` and 404s.
Seems it's actually intermittent, actually, with IP 😞
54 replies
IImmich
Created by shrinedogg on 2/26/2023 in #help-desk-support
Trouble with kubernetes deployments. Getting random `ECONNREFUSED` and 404s.
No dig or nslookup on the proxy container
54 replies
IImmich
Created by shrinedogg on 2/26/2023 in #help-desk-support
Trouble with kubernetes deployments. Getting random `ECONNREFUSED` and 404s.
I have dnsPolicy: ClusterFirst in the deployment yaml for each of these pods...
54 replies
IImmich
Created by shrinedogg on 2/26/2023 in #help-desk-support
Trouble with kubernetes deployments. Getting random `ECONNREFUSED` and 404s.
It's always DNS!
54 replies
IImmich
Created by shrinedogg on 2/26/2023 in #help-desk-support
Trouble with kubernetes deployments. Getting random `ECONNREFUSED` and 404s.
Worked.
54 replies
IImmich
Created by shrinedogg on 2/26/2023 in #help-desk-support
Trouble with kubernetes deployments. Getting random `ECONNREFUSED` and 404s.
Of the svc
54 replies