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

`gcloud components install beta` is required for `sc add-gcp-broker` #117

Closed mihnjong closed 6 years ago

mihnjong commented 6 years ago

sc check should check if gcloud beta is ready. Also, sc add-gcp-broker print out the error message thatgcloud components install beta is required if it's not installed yet.

maqiuyujoyce commented 6 years ago

The only gcloud beta commands used in sc installer are gcloud beta iam, and gcloud iam is v1 now (see #125). Seems unnecessary to do the check any more.

maqiuyujoyce commented 6 years ago

Based on #125, we no longer need gcloud beta component. Closing the issue.