gfilicetti / gke-github-deployment

This repository is a full example of a full CI/CD pipeline using Github actions, terraform and other tech.
Apache License 2.0
3 stars 1 forks source link

terraform wait for eventarc service agent readiness #86

Closed mbychkowski closed 3 weeks ago

mbychkowski commented 4 weeks ago

It's a common issue with the Service Agent provisioning system, which requires us to only create the Service Agent Service Account on the first use. It also has a very long propagation delay (the communicated SLO is up to 7 minutes). This causes initial deployment to fail at event arc trigger creation because of agent readiness.