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

Print default gcloud settings in sc check command #135

Closed maqiuyujoyce closed 6 years ago

maqiuyujoyce commented 6 years ago

Fixes #113. Something else we can do is to ask for user's confirmation about all the gcloud settings while running sc install. This additional feature will be covered by #70.

I didn't use the existent method gcp.GetConfigValue() because I want to reduce the number of calls against gcloud commands. But if you think that doesn't matter, I'll reuse the existent method instead.