ssc-spc-ccoe-cei / gcp-tools

This repo is meant to be a submodule of the gcp-repo-template repository. https://github.com/ssc-spc-ccoe-cei/gcp-repo-template
3 stars 3 forks source link

setup-kcc.sh - rename nat kcc-nat from kcc-router for private GKE + PSC deployment #61

Closed obriensystems closed 10 months ago

obriensystems commented 10 months ago

https://github.com/ssc-spc-ccoe-cei/gcp-tools/blob/main/scripts/bootstrap/setup-kcc.sh#L94

-gcloud compute routers nats create kcc-router --router=kcc-router --region="$REGION" --auto-allocate-nat-external-ips --nat-all-subnet-ip-ranges --enable-logging
+gcloud compute routers nats create kcc-nat --router=kcc-router --region="$REGION" --auto-allocate-nat-external-ips --nat-all-subnet-ip-ranges --enable-logging

as part of full automation in https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/446