Deploy data-plane-controller #111
deploy-data-plane-controller.yaml
on: workflow_run
deploy-service
2m 19s
deploy-job
0s
Annotations
1 error
|
deploy-service
google-github-actions/deploy-cloudrun failed with: failed to deploy: Deploying container to Cloud Run service [data-plane-controller-service] in project [estuary-control] region [us-central1]
Deploying...
Setting IAM Policy.............warning
Creating Revision.........failed
Deployment failed
Setting IAM policy failed, try "gcloud beta run services remove-iam-policy-binding --region=us-central1 --member=allUsers --role=roles/run.invoker data-plane-controller-service"
ERROR: (gcloud.run.deploy) Image 'us-central1-docker.pkg.dev/estuary-control/ghcr/estuary/data-plane-controller:v0.6.3' not found.
, full command:
gcloud run deploy data-plane-controller-service --image us-central1-docker.pkg.dev/estuary-control/ghcr/estuary/data-plane-controller:v0.6.3 --set-env-vars ^,^DPC_DATABASE_CA=/etc/db-ca.crt,DPC_DATABASE_URL=postgresql://postgres@db.eyrcnmuzzyriypdajwdk.supabase.co:5432/postgres,NO_COLOR=1 --set-secrets ^,^CONTROL_PLANE_DB_CA_CERT=CONTROL_PLANE_DB_CA_CERT:latest,DPC_ARM_CLIENT_ID=DPC_ARM_CLIENT_ID:latest,DPC_ARM_CLIENT_SECRET=DPC_ARM_CLIENT_SECRET:latest,DPC_ARM_SUBSCRIPTION_ID=DPC_ARM_SUBSCRIPTION_ID:latest,DPC_ARM_TENANT_ID=DPC_ARM_TENANT_ID:latest,DPC_GITHUB_SSH_KEY=DPC_GITHUB_SSH_KEY:latest,DPC_IAM_CREDENTIALS=DPC_IAM_CREDENTIALS:latest,DPC_SERVICE_ACCOUNT=DPC_SERVICE_ACCOUNT:latest,DPC_VULTR_API_KEY=DPC_VULTR_API_KEY:latest,PGPASSWORD=POSTGRES_PASSWORD:latest --timeout 3600s --update-labels ^,^managed-by=github-actions,commit-sha=f1a4348df8449b2e256597fd739df1c4fe89ba08 --format json --region us-central1 --project estuary-control --args service --no-allow-unauthenticated --service-account data-plane-controller@estuary-control.iam.gserviceaccount.com
|