Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error deploying release 7.5 #681

Open
sunshiva opened this issue Aug 31, 2024 · 5 comments
Open

Error deploying release 7.5 #681

sunshiva opened this issue Aug 31, 2024 · 5 comments
Assignees

Comments

@sunshiva
Copy link

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:
* timed out waiting for the condition

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
Copy link
Author

log.html.zip

@lee-baines
Copy link
Contributor

Apologies @sunshiva for the delay in getting back to you. I'll test this tomorrow morning and let you know what I find

@lee-baines lee-baines self-assigned this Sep 24, 2024
@lee-baines
Copy link
Contributor

So amster is ok, its AM that hasn't come up. amster waits for AM to come up before it runs. Are you using a custom AM image? What changes have you made?

@sunshiva
Copy link
Author

sunshiva commented Nov 14, 2024

There were no changes. I'm trying to deploy release/7.5-20240618 as is

@lee-baines
Copy link
Contributor

Looking at the logs agains, seems like there is some kind of networking/env issue affecting the startup probes. See below from the pod events:
AM:
Warning Unhealthy 6m34s (x16 over 9m4s) kubelet Startup probe failed: Get "http://10.244.0.47:8080/am/json/health/live": dial tcp 10.244.0.47:8080: connect: connection refused
Warning Unhealthy 93s (x27 over 6m3s) kubelet Startup probe failed: Get "http://10.244.0.47:8080/am/json/health/live": context deadline exceeded (Client.Timeout exceeded while awaiting headers)

DS
Warning Unhealthy 7m2s (x3 over 7m22s) kubelet Startup probe failed: Get "http://10.244.0.42:8080/healthy": dial tcp 10.244.0.42:8080: connect: connection refused
Warning Unhealthy 6m51s kubelet Startup probe failed: Get "http://10.244.0.42:8080/healthy": context deadline exceeded (Client.Timeout exceeded while awaiting headers)

IDM:

Warning Unhealthy 6m38s (x15 over 8m58s) kubelet Startup probe failed: Get "http://10.244.0.45:8080/openidm/info/ping": dial tcp 10.244.0.45:8080: connect: connection refused

You say you're deploying on a mac. How areyou deploying? minikube, Kind?
It works ok in a cluster so could be the environment you're working on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants