gcp_cloud_storage never gets ready #3001
Labels
gcp
Issues relating to GCP
needs investigation
It looks as though have all the information needed but investigation is required
I have a config, where I connect
gcp_cloud_storage
togcp_pubsub
.The respective Kubernetes Deployment never becomes ready.
Looking into the implementation of
/ready
, it checks forv.IsReady() && v.IsRunning()
in line.Which seems odd to me since the endpoint is named
ready
. Anyway - while I naively assume thatIsReady
should be true here, I wonder whetherIsRunning
does actually happen forgcp_cloud_storage
ever/often?Increasing the log level I see at the end:
It might be the problem of returning End of Input.
The text was updated successfully, but these errors were encountered: