Skip to content

Commit

Permalink
#710 - #446 - add gke enterprise anthos service enablement (#711)
Browse files Browse the repository at this point in the history
* #446 - fix 596 hardcoded hub-env/project

* #446 - fix 599 management-namespace

* #446 - fix 599 management-namespace

* #466 - adjust script

* #625 446 - N2_CPUS quota of 8 requires fortigate management vm to use e2-standard instead

Testing in #625 and #446
In certain preconfigured environments the N2_CPUS quota may be above the default of 8

Attempting to increase the quota even to 10 will not always get approved

* #710 - #446 - add gke enterprise anthos service enablement
  • Loading branch information
obriensystems authored Nov 21, 2023
1 parent 5e67b93 commit 5bf8532
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions solutions/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ if [[ "$CREATE_PROJ" != false ]]; then
gcloud services enable serviceusage.googleapis.com
gcloud services enable servicedirectory.googleapis.com
gcloud services enable dns.googleapis.com
gcloud services enable anthos.googleapis.com


gcloud logging settings update --organization=$ORG_ID --storage-location=$REGION

Expand Down

0 comments on commit 5bf8532

Please sign in to comment.