mirror of
https://github.com/google/nomulus
synced 2026-09-20 15:04:24 +00:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user