googlearchive / k8s-service-catalog

[DEPRECATED] Commandline tool to manage Service Catalog lifecycle and GCP Service Broker atop Kubernetes Cluster
Apache License 2.0
69 stars 31 forks source link

No need to use `gcloud beta` for IAM #125

Closed maqiuyujoyce closed 6 years ago

maqiuyujoyce commented 6 years ago

The gcloud commands for IAM service accounts is V1 now so we need to remove beta in the command.

maqiuyujoyce commented 6 years ago

This is fixed by PR #129.