Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.siderolabs.com/llms.txt

Use this file to discover all available pages before exploring further.

By default, Talos Linux taints control plane nodes so that workloads are not schedulable on them. In order to allow workloads to run on the control plane nodes (useful for single node clusters, or non-production clusters), follow the procedure below. Modify the machine configuration for the controlplane nodes to add allowSchedulingOnControlPlanes: true:
cluster:
    allowSchedulingOnControlPlanes: true
This may be done via editing the controlplane.yaml file before it is applied to the control plane nodes, by editing the machine config, or by patching the machine config.