GCP Pods are Pending

Options
hboigny
hboigny
Community Member

My scim bridge app in GCP has a "Some components are pending" alert. When I go into the Deployment details, I see that some pods are stuck in the "PodInitializing" status. I tried restarting the deployment, however, the pods will still get stuck in the "PodInitializing" status. Any way to resolve this?


1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
Browser: Not Provided

Comments

  • Hi @hboigny ,

    Could you try navigating to the SCIM bridge URL you are using instead of the IP address and see if that works?

    You can also look through the logs for the pod running this SCIM bridge in GCP. This will help us troubleshoot the issue further.
    1. Navigate to the cluster in GCP.
    2. Press Connect at the top, Run in Cloud Shell.
    3. Enter on the auto-filled line.
    4. Run kubectl get pods
    5. Then using the name of the SCIM bridge pod, run kubectl logs scim-bridge-pod-name.

    Let us know if you spot anything unusual in the logs.

This discussion has been closed.