-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add skip permissions option to ApiServerSource #6288
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
Conversation
✅ Deploy Preview for knative ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
fae6134
to
e7c37c5
Compare
Signed-off-by: Hector Martinez <[email protected]>
e7c37c5
to
18cc997
Compare
Signed-off-by: Hector Martinez <[email protected]>
When the ApiServerSource resource is changed, Knative Eventing checks that it has the required | ||
permissions for the resources and namespaces defined before updating the ApiServerSource Deployment. | ||
On large clusters checking for permissions can put pressure on the Kubernetes API leading to | ||
resource pressure. To make the ApiServerSource skip permissions set the following annotation: |
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.
resource pressure. To make the ApiServerSource skip permissions set the following annotation: | |
resource pressure. To make the ApiServerSource skip permission checks set the following annotation: |
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.
I'd put this as a separate chapter under in the reference.md
file. So the user has everything together. When the feature list gets too big, we could think about having it as a separate page, but as long as we have only a small number of features, I'd keep it for visibility on the "main" configuration page (IMO)
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.
I changed the place, let me know what you think
Signed-off-by: Hector Martinez <[email protected]>
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 @rh-hemartin for updating the docs on this!
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: creydr, rh-hemartin 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 |
"Fixes #issue-number" or "Add description of the problem this PR solves"
Related to knative/eventing#8615
Proposed Changes