$ ./sc install
generated service catalog deployment config in dir: /tmp/service-catalog205418802
Service Catalog could not be installed
error deploying YAML files: deploy failed with output: exit status 1 :error: unable to recognize "/tmp/service-catalog205418802/api-registration.yaml": no matches for apiregistration.k8s.io/, Kind=APIService
$ gcloud container clusters list
NAME ZONE MASTER_VERSION MASTER_IP MACHINE_TYPE NODE_VERSION NUM_NODES STATUS
REDACTED us-west1-a 1.6.10-gke.1 REDACTED n1-standard-1 1.6.10 * 3 RUNNING
The error message is:
$ ./sc install generated service catalog deployment config in dir: /tmp/service-catalog205418802 Service Catalog could not be installed error deploying YAML files: deploy failed with output: exit status 1 :error: unable to recognize "/tmp/service-catalog205418802/api-registration.yaml": no matches for apiregistration.k8s.io/, Kind=APIService
$ gcloud container clusters list NAME ZONE MASTER_VERSION MASTER_IP MACHINE_TYPE NODE_VERSION NUM_NODES STATUS REDACTED us-west1-a 1.6.10-gke.1 REDACTED n1-standard-1 1.6.10 * 3 RUNNING