docs(kubernetes): document automatic block size matching for worker node disks

Signed-off-by: Arsolitt <arsolitt@gmail.com>
This commit is contained in:
Arsolitt 2026-04-23 12:30:13 +03:00
parent b5e89c56e2
commit cf98381d48
No known key found for this signature in database
GPG key ID: 4D8302CE6A9247C4

View file

@ -63,6 +63,9 @@ Deploying it involves the following components:
- **Worker Nodes**: Virtual Machines are provisioned to serve as worker nodes using KubeVirt.
These nodes are configured to join the tenant Kubernetes cluster, enabling the deployment and management of workloads.
Worker node disks automatically detect and match the underlying volume's block size
(`blockSize.matchVolume`) to ensure compatibility with storage backends that use
non-512-byte sectors, such as LINSTOR DRBD with 4Kn drives.
- **Cluster API**: Cozystack is using the [Kubernetes Cluster API](https://cluster-api.sigs.k8s.io/) to provision the components of a cluster.