ForgeRock / forgeops

ForgeRock platform assets for Kubernetes deployment. Contains the files you need to build your own Docker images and to deploy the ForgeRock Identity Platform on Kubernetes clusters.
Other
167 stars 245 forks source link

Error deploying release 7.5 #681

Open sunshiva opened 2 weeks ago

sunshiva commented 2 weeks ago

I'm seeing issues with the amster pod and the following error with the identity-platform install. I'm trying this on my Macbook

helm upgrade --install identity-platform \ oci://us-docker.pkg.dev/forgeops-public/charts/identity-platform \ --version 7.5 --namespace sunshiva-namespace \ --set 'ds_idrepo.volumeClaimSpec.storageClassName=standard' \ --set 'ds_cts.volumeClaimSpec.storageClassName=standard' \ --set 'platform.ingress.hosts={forgeops.sunshiva.com}'

Release "identity-platform" does not exist. Installing it now. Pulled: us-docker.pkg.dev/forgeops-public/charts/identity-platform:7.5 Digest: sha256:fc36535c440de49d928530c5aa15771dd952c25a518d38de5a23b94cc7bbf95d Error: failed post-install: 1 error occurred:

kubectl get pods

NAME READY STATUS RESTARTS AGE admin-ui-68f7dc5645-gh5c2 1/1 Running 0 10m am-7964654977-652g9 0/1 Running 1 (80s ago) 10m amster-nfw7c 0/1 Init:0/1 0 10m ds-cts-0 1/1 Running 0 10m ds-idrepo-0 1/1 Running 0 10m end-user-ui-5cf87588ff-hwgk4 1/1 Running 0 10m idm-84c8d9ff8f-dmtgr 1/1 Running 0 10m ldif-importer-c7d6x 0/1 Completed 0 10m login-ui-fc7945c65-6spvx 1/1 Running 0 10m

sunshiva commented 2 weeks ago

log.html.zip