-
Notifications
You must be signed in to change notification settings - Fork 3
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
Doc: watchNamespaceSelectors #10447
Doc: watchNamespaceSelectors #10447
Conversation
Expand doc for multi-install via ns scoping to include new watchNamespaceSelectors setting and observability tips.
Issues linked to changelog: |
Visit the preview URL for this PR (updated for commit b9781cd): https://gloo-edge--pr10447-rlg-watchns-9t8mpcwb.web.app (expires Fri, 13 Dec 2024 15:56:20 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 77c2b86e287749579b7ff9cadb81e099042ef677 |
docs/content/installation/advanced_configuration/multiple-gloo-installs.md
Outdated
Show resolved
Hide resolved
docs/content/installation/advanced_configuration/multiple-gloo-installs.md
Outdated
Show resolved
Hide resolved
docs/content/installation/advanced_configuration/multiple-gloo-installs.md
Outdated
Show resolved
Hide resolved
docs/content/installation/advanced_configuration/multiple-gloo-installs.md
Outdated
Show resolved
Hide resolved
docs/content/installation/advanced_configuration/multiple-gloo-installs.md
Outdated
Show resolved
Hide resolved
* `settings.watchNamespaces`: Create a static list of namespaces for Gloo Gateway to watch. This setting is recommended if you have a set of configuration namespaces that is unlikely to change often. | ||
* `settings.watchNamespaceSelectors.matchLabels` and `settings.watchNamespaceSelectors.matchExpressions`: Configure Gloo Gateway to watch namespaces based on a namespace selector, such as a label or an expression. This setting helps you dynamically determine the list of namespaces to watch, instead of using a static list of namespaces that you must update if you need to add or remove a namespace. | ||
|
||
For example, to dynamically watch namespaces based on selectors, your Helm settings might look like the following: |
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.
maybe add a sentence explaining what namespaces this expression matches
Co-authored-by: Nadine Spies <[email protected]>
Co-authored-by: Nadine Spies <[email protected]> Co-authored-by: changelog-bot <changelog-bot> Co-authored-by: David Jumani <[email protected]>
Expand doc for multi-install via ns scoping to include new watchNamespaceSelectors setting and observability tips.
BOT NOTES:
resolves https://github.com/solo-io/docs/issues/574