docs: document features.enableNodeAuditSkip cluster template field - #673
Merged
talos-bot merged 1 commit intoAug 7, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds documentation for the features.enableNodeAuditSkip cluster template field in the Omni cluster templates reference.
Changes:
- Documented
features.enableNodeAuditSkipas a boolean feature flag in the cluster template fields table.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| | `features.enableWorkloadProxy` | boolean | Whether to enable the workload proxy feature.<br/>Defaults to `false`. | | ||
| | `features.useEmbeddedDiscoveryService` | boolean | Whether to use the embedded discovery service that runs inside the Omni instance instead of the public one (`discovery.talos.dev`).<br/>Defaults to `false`. It is only valid if the Omni instance has the feature enabled. | | ||
| | `features.diskEncryption` | boolean | Whether to enable disk encryption.<br/>Defaults to `false`. | | ||
| | `features.enableNodeAuditSkip` | boolean | Whether to honor the `omni.sidero.dev/node-audit-skip` annotation on Kubernetes nodes, exempting them from the node audit.<br/>Defaults to `false`. | |
Iheanacho-ai
approved these changes
Jul 27, 2026
oguzkilcan
force-pushed
the
docs/cluster-template-node-audit-skip
branch
from
August 7, 2026 16:59
38a337e to
0c1cf8b
Compare
Add the features.enableNodeAuditSkip option to the cluster template reference. Signed-off-by: Oguz Kilcan <oguz.kilcan@siderolabs.com>
oguzkilcan
force-pushed
the
docs/cluster-template-node-audit-skip
branch
from
August 7, 2026 17:06
0c1cf8b to
96cade6
Compare
Member
Author
|
/m |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add the features.enableNodeAuditSkip option to the cluster template reference.