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

Enable GCP APIs in parallel #145

Open mihnjong opened 6 years ago

mihnjong commented 6 years ago

sc add-gcp-broker enables a handful of GCP APIs one at a time, thus it took more than 5 minutes now. One improvement is enabling multiple APIs in parallel. Given the longest one takes around 1.5 mins, we could reduce the time to 1.5 mins in theory.

mihnjong commented 6 years ago

Branched from #131