Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions public/omni/reference/cluster-templates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ kernelArgs:
| `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`. |
| `features.backupConfiguration.interval` | string | Cluster etcd backup interval. Must be a valid [Go duration](https://pkg.go.dev/time#ParseDuration). Zero `0` disables automatic backups. |
| `patches` | array[[Patch](#patches)] | List of patches to apply to the cluster. |
| `systemExtensions` | array[string] | The list of system extensions to be installed on every machine in the cluster. |
Expand Down
Loading