| The module is configured automatically based on the chosen placement strategy (the AzureClusterConfiguration custom resource). In most cases, you do not need to configure the module manually. | Модуль настраивается автоматически, исходя из выбранной схемы размещения (custom resource AzureClusterConfiguration). В большинстве случаев нет необходимости ручной конфигурации модуля. | ||||||||||||||||
| You can configure the number and parameters of ordering machines in the cloud via the  | Количество и параметры процесса заказа машин в облаке настраиваются в custom resource  | ||||||||||||||||
| The module automatically creates the following StorageClasses: | Модуль автоматически создает следующие StorageClass’ы: | ||||||||||||||||
| 
 | 
 | ||||||||||||||||
| It allows you to configure additional StorageClasses for volumes with configurable IOPS and Throughput. Also, you can filter out the unnecessary StorageClasses via the exclude parameter. | Также он позволяет сконфигурировать дополнительные StorageClass’ы для дисков с настраиваемыми IOPS и Throughput и отфильтровать ненужные StorageClass’ы, для чего нужно указать их с помощью параметра exclude. | ||||||||||||||||
| An example of Storage Class configuration: | Пример конфигурации StorageClass: | ||||||||||||||||
| yaml apiVersion: deckhouse.io/v1alpha1 kind: ModuleConfig metadata: name: cloud-provider-azure spec: version: 1 enabled: true settings: storageClass: provision: 
 | yaml apiVersion: deckhouse.io/v1alpha1 kind: ModuleConfig metadata: name: cloud-provider-azure spec: version: 1 enabled: true settings: storageClass: provision: 
 | ||||||||||||||||