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

Differences to kubernetes-incubator service-catalog version? #200

Closed nabadger closed 6 years ago

nabadger commented 6 years ago

Hi,

I'd like to understand the differences between the service-catalog (specifically the apiserver/controller) versions that are deployed via sc compared to the helm charts provided by the kubernetes-incubator repo.

It looks like sc currently ships with v0.1.11-gke-0

The kubernetes-incubator charts ship with v0.1.22

These are from different repo's and I suspect built differently.

Are the versions comparable? i.e. would we be expecting v0.1.22-gke-0 to be released?

Thanks

kibbles-n-bytes commented 6 years ago

Sorry for the delay. The v0.1.11-gke-0 this tool offers corresponds to the v0.1.11 release in the public helm charts. For the time being, we've frozen our tool at v0.1.11 and recommend using the traditional helm chart for deploying Service Catalog. The broker is able to be added independently using sc add-gcp-broker after ensuring Service Catalog is up out-of-band.

nabadger commented 6 years ago

Thanks :)