I am trying to deploy a Kalix service via GitHub Action by pulling an image from GCR. The Github step logs that my service was successfully deployed
, and so does Kalix, but I then immediately get a message in Kalix Unable to determine if service is ready
.
I have gone through many steps to configure the service account to pull the image, and was just able to successfully do a docker pull
while logged into gcloud
CLI with the appropriate service account. The same behaviour described above happened when permissions were wrong, and is still happening. Possibly this is an issue with eventual consistency between Kalix and GCR?