-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update docs to v1beta1 + add more details about channel based broker #2259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docs to v1beta1 + add more details about channel based broker #2259
Conversation
|
I think the missing link should be fixed by: #2126 |
grantr
left a comment
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.
Thanks for updating this @vaikas!
| kubectl -n foo delete broker default | ||
| ``` | ||
|
|
||
| ## Installing Broker Manually |
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.
Honestly I think this section should be removed. Why would a user ever do this if they can annotate the namespace (and if they can create ServiceAccounts, they can probably annotate the namespace)? Maybe a contributor needs to know, but then it can be part of the eventing repo.
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.
Yeah, I initially thought about removing it entirely, but for the cases where you might have multiple types of brokers in a given namespace, you can't just label the namespace. You could for example have a Broker foo and bar, and you would need to create one of them manually.
| The `ServiceAccount` was created two commands prior. The `RoleBinding` is | ||
| created with this command. | ||
|
|
||
| Create RBAC permissions granting access to shared configmaps for logging, |
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.
These instructions can be replaced with a ConfigMapPropagation (that's what the namespace controller uses now)
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.
Is this something that you or @grac3gao could do after we get the initial changes in?
|
Thanks @grantr PTAL. |
|
@vaikas: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
grantr
left a comment
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.
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: grantr, vaikas 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 |
Addresses #2248
Proposed Changes