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

Handle the different command group names for different versions of Se… #132

Closed maqiuyujoyce closed 6 years ago

maqiuyujoyce commented 6 years ago

Handle the different command group names for different versions of Service Management gcloud commands.

Today I did gcloud components update and suddenly gcloud service-management commands stopped working because the command group name is changed. (See https://cloud.google.com/sdk/docs/release-notes#18800_2018-02-07 for Breaking changes) So I added this workaround.

gcloud commands seem to be very unstable. We need to have enough tests to detect the unexpected changes.