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.
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.