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

Support for namespace scoped gcp-broker #218

Open adamwalach opened 5 years ago

adamwalach commented 5 years ago

Currently the sc add-broker command installs gcp-broker as a ClusterServiceBroker. If someone wants to use a different gcp project in the same K8S cluster its currently not possible. One possible justification for supporting that is when there are namespaces like 'production', 'stage', 'qa' that use different GCP projects for security reasons.