-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Hi, I'm trying to get ForgeRock AM 7.5 (vanilla) running in my local development environment (colima + minikube + helm), but I can't get the UI pods running. I tried switching image versions to confirm if it was a new bug, but it didn't work either (version 7.4 works!).
Have you seen something similar in your deployments? I've seen that you updated the nginx dependency in the previous release. I've used dive in the image and it seems that this ngx_http_headers_more_filter_module.so library was supposed to be there.
I'm getting an equivalent error for all UI pods:
Starting Nginx
2024/06/25 20:11:42 [emerg] 1421#1421: dlopen() "/usr/lib/nginx/modules/ngx_http_headers_more_filter_module.so" failed (/usr/lib/nginx/modules/ngx_http_headers_more_filter_module.so: cannot open shared object file: No such file or directory) in /etc/nginx/nginx.conf:1
nginx: [emerg] dlopen() "/usr/lib/nginx/modules/ngx_http_headers_more_filter_module.so" failed (/usr/lib/nginx/modules/ngx_http_headers_more_filter_module.so: cannot open shared object file: No such file or directory) in /etc/nginx/nginx.conf:1
Helm execution:
helm upgrade --install identity-platform \
oci://us-docker.pkg.dev/forgeops-public/charts/identity-platform \
--version 7.5 --namespace forgerock \
--set 'ds_idrepo.volumeClaimSpec.storageClassName=standard' \
--set 'ds_cts.volumeClaimSpec.storageClassName=standard' \
--set 'platform.ingress.hosts={forgeops.example.com}'Pod status:
> k get pods
NAME READY STATUS RESTARTS AGE
admin-ui-765bffbcdd-zk2fl 0/1 CrashLoopBackOff 6 (33s ago) 6m36s
am-767fb997b5-j8lww 1/1 Running 0 6m36s
amster-6rfcc 0/1 Completed 0 6m36s
ds-cts-0 1/1 Running 0 6m36s
ds-idrepo-0 1/1 Running 0 6m36s
end-user-ui-bf6cb9b79-ppmvq 0/1 CrashLoopBackOff 6 (43s ago) 6m36s
idm-5549486d7-kb66s 1/1 Running 0 6m36s
ldif-importer-pngjv 0/1 Completed 2 6m36s
login-ui-67b88cccf4-z9x4z 0/1 CrashLoopBackOff 6 (28s ago) 6m36sReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels