This repository was archived by the owner on May 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 381
svcat: Add broker registration/deregistration #1807
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
svcat
Milestone
Comments
Here is my suggestion for the cli syntax to match how kubectl and svcat work for other commands
|
/dibs |
In addition to the flags noted above |
This was referenced Jul 16, 2018
I think this is pretty much done, so I'm closing the issue and marking it finished on the roadmap. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
svcat
svcat currently only supports relist/sync for a broker, but allows us to do pretty much everything else on other resources. Maybe we should add commands for adding/removing a broker. The
cf
cli allows you to do that like so...I think we can add an svcat command along these lines
or
We could also allow a CA bundle to be provided (perhaps as a secret on the cluster already).
More complex scenarios might be better handled with a manifest or some other scenario (Open Service Broker for Azure provides a helm chart for example).
The text was updated successfully, but these errors were encountered: