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

Installation Fails on sc images >= 0.1.15 #190

Closed cholick closed 6 years ago

cholick commented 6 years ago

The apiserver image fails to come up. The logs indicate:

Error: unknown flag: --admission-control

Tested on both minikube and the latest version of GKE.

The most recent image that doesn't exhibit this behavior is 0.1.14

Tested the same version using the helm installation method, and those versions of the catalog docker image do work when installed this way.

cholick commented 6 years ago

Never mind. I was a few commits behind - #164 and some others