Storage
Deckhouse Kubernetes Platform provisions disks in Huawei Cloud using the CSI driver.
Storage type is configured via parameters in the HuaweiCloudClusterConfiguration resource,
specifically the volumeTypeMap field.
Example configuration:
masterNodeGroup:
volumeTypeMap:
ru-moscow-1a: SSD
When the rootDiskSize parameter is specified, the same disk type is used for the boot (root) volume.
The following parameters can also be set in the HuaweiCloudInstanceClass:
rootDiskSize: Disk size in GiB.rootDiskType: Type of the root disk (SSD, GPSSD, SAS, etc.).
Example:
spec:
rootDiskSize: 50
rootDiskType: GPSSD
It is recommended that you use the fastest available disk types supported in the cloud provider’s region.
Load balancing
Load balancing in Huawei Cloud is handled via Elastic Load Balancer (ELB) services.
To access the load balancer API, the IAM policy must include the ELB FullAccess permission.
In the Standard layout, the enableEIP parameter is available to assign Elastic IPs to master nodes.
By default, nodes managed by the Cluster API do not receive public IP addresses.