-
Notifications
You must be signed in to change notification settings - Fork 342
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
Adds docs for projects/trust Namespace Selector feature #1038
Adds docs for projects/trust Namespace Selector feature #1038
Conversation
Signed-off-by: joshvanl <[email protected]>
✅ Deploy Preview for cert-manager-website ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
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
/approve
/hold
Looks good, thanks for being so diligent with documenting this!
Holding so we can choose to merge alongside the code PR and because I made a totally optional suggestion.
The target `namespaceSelector` can be used for scoping which Namespaces targets | ||
are synced to, supporting the field `matchLabels`. Please see | ||
[here](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors) | ||
for more information and how label selectors are configured. | ||
|
||
If `namespaceSelector` is empty, a bundle target will be synced to all | ||
Namespaces. |
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.
suggestion (non-blocking): a rewording which maybe reads a little smoother and voids a link called "here"; what do you think?
The target `namespaceSelector` can be used for scoping which Namespaces targets | |
are synced to, supporting the field `matchLabels`. Please see | |
[here](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors) | |
for more information and how label selectors are configured. | |
If `namespaceSelector` is empty, a bundle target will be synced to all | |
Namespaces. | |
The `namespaceSelector` field in a target reduces the set of Kubernetes namespaces to which that target is synced. | |
Label selectors are detailed in the [Kubernetes documentation](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors). | |
If `namespaceSelector` is empty, a bundle target will be synced to all namespaces. |
# every namespace. | ||
# every namespace that has the label "linkerd.io/inject=enabled". |
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.
nitpick: it might be worth adding this to content/next-docs/projects/trust.md
as well, but that only matters if this PR goes in before 1.9 and even then it'll be pretty simple for the releaser to fix!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JoshVanL, SgtCoDFish 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 |
/unhold The feature itself has merged now; no real reason to delay this going in! |
Code PR
/hold
Until code PR is merged an in a release.