Skip to content

Commit

Permalink
Another missing --project=$PROJECT
Browse files Browse the repository at this point in the history
This isn't required to be there if a user sets their project correctly but is helpful for folks running partial steps from this guide.
  • Loading branch information
Obliviour authored Aug 24, 2024
1 parent 3f4b27d commit 1647ec6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xpk-large-scale-guide.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ gcloud compute routers create "${ROUTER_NAME}" \
gcloud compute routers nats create "${NAT_CONFIG}" \
--router="${ROUTER_NAME}" \
--region="${REGION}" \
--project="${PROJECT}" \
--auto-allocate-nat-external-ips \
--nat-all-subnet-ip-ranges \
--enable-logging
Expand Down

0 comments on commit 1647ec6

Please sign in to comment.