Skip to content

Commit

Permalink
Merge pull request kubernetes#3328 from ameukam/artifacts-k8s-io-enab…
Browse files Browse the repository at this point in the history
…le-cdn

Enable Google CDN for k8s-artifacts-prod bucket
  • Loading branch information
k8s-ci-robot authored Feb 1, 2022
2 parents 3e60693 + fee3f3f commit e2e8b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/gcp/bash/ensure-prod-storage-gclb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ color 6 "Reconciling GCLB Backend Bucket"
if ! gcloud --project "${PROD_PROJECT}" compute backend-buckets describe "${NAME}" >/dev/null 2>&1; then
gcloud --project "${PROD_PROJECT}" compute backend-buckets create "${NAME}" --gcs-bucket-name="${BUCKET_NAME}"
else
gcloud --project "${PROD_PROJECT}" compute backend-buckets update "${NAME}" --gcs-bucket-name="${BUCKET_NAME}"
gcloud --project "${PROD_PROJECT}" compute backend-buckets update "${NAME}" --gcs-bucket-name="${BUCKET_NAME}" --enable-cdn --cache-mode=FORCE_CACHE_ALL
fi

color 6 "Reconciling GCLB URL Map"
Expand Down

0 comments on commit e2e8b6f

Please sign in to comment.