gke-cloud-sql-postgres-demo icon indicating copy to clipboard operation
gke-cloud-sql-postgres-demo copied to clipboard

Section [container] has no property [new_scopes_behavior] in create.sh

Open mxgit1090 opened this issue 6 years ago • 0 comments

I use the Qwiklab hand-on lab to practice Cloud SQL and the proxy container of k8s When I start the script ./create.sh to deploy Cloud SQL instance and proxy container, I found the error:

$ gcloud config set container/new_scopes_behavior true > /dev/null
# ERROR: (gcloud.config.set) Section [container] has no property [new_scopes_behavior].

It make all the creation processes stop! I have no choice but to set constants and run the rest script file by file in ./script

It may need to be fixed for the new version

mxgit1090 avatar May 16 '19 15:05 mxgit1090