-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Issue #1595 ---Part2 --- Add namespace denied list #1595
Conversation
Welcome @mallow111! |
1a90c9c
to
61187c4
Compare
@dgrisonnet any idea how to fix the ci-validate-docs check? |
Thanks for the contribution @mallow111! To fix the docs, you can run Besides that, the PR seems to need a bit more work. Currently, the One way to get namespace exclusion to work when watching all namespaces is to propagate the namespace denylist all the way down to the listwatchers. Here is an example of how the
|
@fpetkovski Please take a look at the PR for the listwatcher change, once it is done, I can go back to this pr and address the rest, trying to break big PR into smaller ones. |
Issue #1595 --Part1-- Add fieldSelector in listWatchFunc
@fpetkovski |
@fpetkovski updated, can you check again, thanks! |
Thanks @mallow111, this looks good so far. Any reason why you don't want to use the |
@fabriziopandini updated, check again please |
Great stuff! /lgtm |
@mrueg can you help to approve, thanks! |
/lgtm Thanks for your work! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fpetkovski, mallow111, mrueg 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 |
It is merged, thank you! |
What this PR does / why we need it:
Details: #1593
How does this change affect the cardinality of KSM: (increases, decreases or does not change cardinality)
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #1593