docs(kubernetes): document automatic block size matching for worker node disks
Signed-off-by: Arsolitt <arsolitt@gmail.com>
This commit is contained in:
parent
b5e89c56e2
commit
cf98381d48
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue