Use static IPs for EPP endpoints (#2685)

These IPs are now provisioned by Terraform. Also delete the
get-endpoints.py script as it is no longer necessary.
This commit is contained in:
Lai Jiang
2025-02-24 16:38:47 +00:00
committed by GitHub
parent ed95d19b93
commit bcf42bd287
4 changed files with 6 additions and 161 deletions
+3 -1
View File
@@ -48,7 +48,9 @@ steps:
gcloud container clusters get-credentials $name \
--project $project_id --location $location
kubectl rollout restart deployment/proxy-deployment
# Sleep for 20 min for the rollout to stabilize.
sleep 1200
done < <(gcloud container clusters list --project $project_id | grep proxy-cluster)
timeout: 3600s
timeout: 7200s
options:
machineType: 'N1_HIGHCPU_8'