-
Notifications
You must be signed in to change notification settings - Fork 385
Clean docs 2 #2620
Clean docs 2 #2620
Conversation
Note that some of this stuff is based on #2589 which hasn't been merged yet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
overall looks good, I do think the text around "Abandoning a binding" could be reworked for a specific binding or indicate its all of an instance's bindings. Also, I doubt "stuck" is the best description for those not living service catalog day to day. For us "stuck" or "wedged" certainly means a resource that is in the state of being deleted but can't be due to an error encountered when requesting the resource be deleted at the broker. Perhaps an elaboration on what "stuck" means on the first occurance.
|
||
## Abandon a binding | ||
```console | ||
$ svcat unbind foobar-mysql --abandon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: this is actually abandoning all bindings for the specified instance (title says "Abandon a binding"). Maybe change the title or add additional example that shows $ svcat unbind --name foobar-binding --abandon
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jboyd01 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@jboyd01 made changes per your suggestions |
Thanks @jberkhahn |
/lgtm |
* remove unneeded section from docs * Add task section about removing stuck instances
Some more docs stuff.