Skip to content

Commit c326e09

Browse files
denmaloyrebDenis.Rebenokprismagod
authored
[docs] Change commercial labels (#12760)
* docs: fix commercial label Signed-off-by: Denis.Rebenok <[email protected]> * add alerts in the storage section Signed-off-by: Vladislav Panfilov <[email protected]> * fix storage Signed-off-by: Vladislav Panfilov <[email protected]> * commercial labels fix Signed-off-by: Vladislav Panfilov <[email protected]> * Update docs/documentation/_data/modules/modules-addition.json Signed-off-by: Vladislav Panfilov <[email protected]> * Update docs/documentation/_data/modules/modules-addition.json Signed-off-by: Vladislav Panfilov <[email protected]> * Update docs/site/backends/docs-builder-template/data/modules_all.json Signed-off-by: Vladislav Panfilov <[email protected]> * Update docs/site/backends/docs-builder-template/data/modules_all.json Signed-off-by: Vladislav Panfilov <[email protected]> --------- Signed-off-by: Denis.Rebenok <[email protected]> Signed-off-by: Vladislav Panfilov <[email protected]> Signed-off-by: Vladislav Panfilov <[email protected]> Co-authored-by: Denis.Rebenok <[email protected]> Co-authored-by: Vladislav Panfilov <[email protected]> Co-authored-by: Vladislav Panfilov <[email protected]>
1 parent 5dac1bf commit c326e09

22 files changed

+118
-5
lines changed

docs/documentation/_data/i18n.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,14 @@ features:
340340
en: This feature is available in Enterprise Edition only.
341341
ru: Доступно только в Enterprise Edition.
342342
commercial:
343-
en: Available in commercial editions.
344-
ru: Доступно в коммерческих редакциях.
343+
en: Available in some commercial editions.
344+
ru: Доступно в некоторых коммерческих редакциях.
345345
notAvailableInThisEdition:
346346
en: Available in other commercial editions.
347347
ru: Доступно в других коммерческих редакциях.
348+
requiresSeparateLicense:
349+
en: Licensed separately, not included in the DKP license cost.
350+
ru: Лицензируется на отдельных условиях, не включен в стоимость лицензии DKP. Подробнее см. <a href="https://deckhouse.ru/products/kubernetes-platform/pricing/">Условия и цены</a>.
351+
requiresSeparateLicenseObservability:
352+
en: Licensed separately, not included in the DKP license cost.
353+
ru: Лицензируется на отдельных условиях, не включен в стоимость лицензии DKP. Подробнее см. на<a href=https://deckhouse.ru/products/observability-platform/">Главной странице платформы</a>.

docs/documentation/pages/storage/external/CEPH.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: "Distributed Ceph storage"
33
permalink: en/storage/admin/external/ceph.html
44
---
55

6+
{% alert level="info" %}
7+
Available in editions: **CE, SE, SE+, EE**
8+
{% endalert %}
9+
610
Ceph is a scalable distributed storage system that ensures high availability and fault tolerance of data. Deckhouse supports integration with Ceph clusters, enabling dynamic storage management and the use of StorageClass based on RBD (RADOS Block Device) or CephFS.
711

812
This page provides instructions on connecting Ceph to Deckhouse, configuring authentication, creating StorageClass objects, and verifying storage functionality.

docs/documentation/pages/storage/external/CEPH_RU.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ permalink: ru/storage/admin/external/ceph.html
44
lang: ru
55
---
66

7+
{% alert level="info" %}
8+
Доступно в редакциях: **CE, SE, SE+, EE, CSE Pro (1.64)**
9+
10+
Подробнее см. в разделе [Условия и цены](../../../../../pricing/).
11+
{% endalert %}
12+
713
Ceph — это масштабируемая распределённая система хранения, обеспечивающая высокую доступность и отказоустойчивость данных. В Deckhouse поддерживается интеграция с Ceph-кластерами, что позволяет динамически управлять хранилищем и использовать StorageClass на основе RBD (RADOS Block Device) или CephFS.
814

915
На этой странице представлены инструкции по подключению Ceph в Deckhouse, настройке аутентификации, созданию объектов StorageClass, а также проверке работоспособности хранилища.

docs/documentation/pages/storage/external/HPE.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: "HPE data storage"
33
permalink: en/storage/admin/external/hpe.html
44
---
55

6+
{% alert level="info" %}
7+
Available in some commercial editions: **EE**
8+
{% endalert %}
9+
610
Deckhouse provides support for HPE 3PAR storage systems, enabling volume management in Kubernetes using a CSI driver. This ensures a reliable, scalable, and high-performance storage solution suitable for mission-critical workloads. To support HPE 3PAR storage systems, the `csi-hpe` module is used, allowing the creation of StorageClass in Kubernetes through the [HPEStorageClass](../../../reference/cr/hpestorageclass/) resource.
711

812
{% alert level="warning" %}

docs/documentation/pages/storage/external/HPE_RU.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ permalink: ru/storage/admin/external/hpe.html
44
lang: ru
55
---
66

7+
{% alert level="info" %}
8+
Доступно в некоторых коммерческих редакциях: **EE**
9+
10+
Подробнее см. в разделе [Условия и цены](../../../../../pricing/).
11+
{% endalert %}
12+
713
В Deckhouse предусмотрена поддержка систем хранения данных HPE 3PAR, позволяющая управлять томами в Kubernetes с использованием CSI-драйвера. Это обеспечивает надежное, масштабируемое и высокопроизводительное хранилище, подходящее для критически важных рабочих нагрузок. Для поддержки систем хранения данных HPE 3PAR используется модуль `csi-hpe`, который позволяет создавать StorageClass в Kubernetes через создание [HPEStorageClass](../../../reference/cr/hpestorageclass/).
814

915
{% alert level="warning" %}

docs/documentation/pages/storage/external/HUAWEI.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: "Huawei data storage"
33
permalink: en/storage/admin/external/huawei.html
44
---
55

6+
{% alert level="info" %}
7+
Available in some commercial editions: **EE**
8+
{% endalert %}
9+
610
Deckhouse provides support for Huawei Dorado storage systems, enabling volume management in Kubernetes using a CSI driver through the creation of custom resources like [HuaweiStorageClass](../../../reference/cr/huaweistorageclass/). This solution ensures high-performance and fault-tolerant storage, making it an optimal choice for mission-critical workloads.
711

812
{% alert level="warning" %}

docs/documentation/pages/storage/external/HUAWEI_RU.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ permalink: ru/storage/admin/external/huawei.html
44
lang: ru
55
---
66

7+
{% alert level="info" %}
8+
Доступно в некоторых коммерческих редакциях: **EE**
9+
10+
Подробнее см. в разделе [Условия и цены](../../../../../pricing/).
11+
{% endalert %}
12+
713
В Deckhouse предусмотрена поддержка систем хранения данных Huawei Dorado, позволяющая управлять томами в Kubernetes с использованием CSI-драйвера через создание пользовательских ресурсов [HuaweiStorageClass](../../../reference/cr/huaweistorageclass/). Это решение обеспечивает высокую производительность и отказоустойчивость хранения данных, что делает его оптимальным выбором для критически важных рабочих нагрузок.
814

915
{% alert level="warning" %}

docs/documentation/pages/storage/external/NFS.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: "NFS data storage"
33
permalink: en/storage/admin/external/nfs.html
44
---
55

6+
{% alert level="info" %}
7+
Available in editions: **CE, SE, SE+, EE**
8+
{% endalert %}
9+
610
Deckhouse supports working with NFS (Network File System), providing the ability to connect and manage network file storage in Kubernetes. This allows for centralized data storage and file sharing between containers.
711

812
This page provides instructions on connecting NFS storage to Deckhouse, configuring the connection, creating a StorageClass, and verifying system functionality.

docs/documentation/pages/storage/external/NFS_RU.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ permalink: ru/storage/admin/external/nfs.html
44
lang: ru
55
---
66

7+
{% alert level="info" %}
8+
Доступно в редакциях: **CE, SE, SE+, EE, CSE Pro (1.64)**
9+
10+
Подробнее см. в разделе [Условия и цены](../../../../../pricing/).
11+
{% endalert %}
12+
713
Deckhouse поддерживает работу с NFS (Network File System), обеспечивая возможность подключения и управления сетевыми файловыми хранилищами в Kubernetes. Это позволяет организовать централизованное хранение данных и совместное использование файлов между контейнерами.
814

915
На этой странице представлены инструкции по подключению NFS-хранилища в Deckhouse, настройке соединения, созданию StorageClass, а также проверке работоспособности системы.

docs/documentation/pages/storage/external/S3.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: "S3 object storage"
33
permalink: en/storage/admin/external/s3.html
44
---
55

6+
{% alert level="info" %}
7+
Available in some commercial editions: **EE**
8+
{% endalert %}
9+
610
Deckhouse supports working with S3-based object storage, enabling its use in Kubernetes for storing data as volumes. The [GeeseFS](https://github.com/yandex-cloud/geesefs) file system is used, running via FUSE on top of S3, allowing S3 storage to be mounted as standard file systems.
711

812
This page provides instructions for setting up S3 storage in Deckhouse, including connection, creating a StorageClass, and verifying system functionality.

docs/documentation/pages/storage/external/S3_RU.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ permalink: ru/storage/admin/external/s3.html
44
lang: ru
55
---
66

7+
{% alert level="info" %}
8+
Доступно в некоторых коммерческих редакциях: **EE**
9+
10+
Подробнее см. в разделе [Условия и цены](../../../../../pricing/).
11+
{% endalert %}
12+
713
Deckhouse поддерживает работу с объектным хранилищем на основе S3, обеспечивая возможность использования его в Kubernetes для хранения данных в виде томов. В качестве файловой системы применяется [GeeseFS](https://github.com/yandex-cloud/geesefs), работающая через FUSE поверх S3, что позволяет монтировать S3-хранилища как стандартные файловые системы.
814

915
На этой странице представлены инструкции по настройке S3-хранилища в Deckhouse, включая подключение, создание StorageClass, а также проверку работоспособности системы.

docs/documentation/pages/storage/external/SCSI.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: "SCSI-based data storage"
33
permalink: en/storage/admin/external/scsi.html
44
---
55

6+
{% alert level="info" %}
7+
Available in some commercial editions: **EE**
8+
{% endalert %}
9+
610
Deckhouse supports managing storage connected via iSCSI or Fibre Channel, enabling working with volumes at the block device level. This allows for the integration of storage systems with Kubernetes and management through a CSI driver.
711

812
This page provides instructions for connecting SCSI devices in Deckhouse, creating SCSITarget, StorageClass, and verifying system functionality.

docs/documentation/pages/storage/external/SCSI_RU.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ permalink: ru/storage/admin/external/scsi.html
44
lang: ru
55
---
66

7+
{% alert level="info" %}
8+
Доступно в некоторых коммерческих редакциях: **EE**
9+
10+
Подробнее см. в разделе [Условия и цены](../../../../../pricing/).
11+
{% endalert %}
12+
713
Deckhouse поддерживает управление хранилищами, подключёнными через iSCSI или Fibre Channel, обеспечивая возможность работы с томами на уровне блоковых устройств. Это позволяет интегрировать системы хранения данных с Kubernetes и управлять ими через CSI-драйвер.
814

915
На этой странице представлены инструкции по подключению SCSI-устройств в Deckhouse, созданию SCSITarget, StorageClass, а также проверке работоспособности системы.

docs/documentation/pages/storage/external/YADRO.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ permalink: en/storage/admin/external/yadro.html
44
d8Revision: ee
55
---
66

7+
{% alert level="info" %}
8+
Available in some commercial editions: **EE**
9+
{% endalert %}
10+
711
Deckhouse supports integration with the [TATLIN.UNIFIED (Yadro)](https://yadro.com/ru/tatlin/unified) storage system, enabling volume management in Kubernetes. This allows the use of centralized storage for containerized workloads, ensuring high performance and fault tolerance.
812

913
This page provides instructions on connecting [TATLIN.UNIFIED (Yadro)](https://yadro.com/ru/tatlin/unified) to Deckhouse, configuring the connection, creating a StorageClass, and verifying system functionality.

docs/documentation/pages/storage/external/YADRO_RU.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ lang: ru
55
d8Revision: ee
66
---
77

8+
{% alert level="info" %}
9+
Доступно в некоторых коммерческих редакциях: **EE**
10+
11+
Подробнее см. в разделе [Условия и цены](../../../../../pricing/).
12+
{% endalert %}
13+
814
Deckhouse поддерживает интеграцию с системой хранения данных [TATLIN.UNIFIED (Yadro)](https://yadro.com/ru/tatlin/unified), предоставляя возможность управления томами в Kubernetes. Это позволяет использовать централизованное хранилище для контейнеризированных рабочих нагрузок, обеспечивая высокую производительность и отказоустойчивость.
915

1016
На этой странице представлены инструкции по подключению [TATLIN.UNIFIED (Yadro)](https://yadro.com/ru/tatlin/unified) к Deckhouse, настройке соединения, созданию StorageClass, а также проверке работоспособности системы.

docs/documentation/pages/storage/sds/LVM_LOCAL.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ title: "Local storage based on LVM"
33
permalink: en/storage/admin/sds/lvm-local.html
44
---
55

6+
{% alert level="info" %}
7+
<span style="border-bottom: 1px dotted #000;" data-tippy-content="Restriction on the ability to create snapshots">
8+
Available with limitations in:</span> **CE**
9+
10+
Available without limitations in the following commercial editions: **SE, SE+, EE**
11+
{% endalert %}
12+
613
Using local storage helps avoid network latencies, which improves performance compared to remote storage that requires network connectivity. This approach is ideal for test environments and EDGE clusters.
714

815
## Enabling the module

docs/documentation/pages/storage/sds/LVM_LOCAL_RU.md

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ permalink: ru/storage/admin/sds/lvm-local.html
44
lang: ru
55
---
66

7+
{% alert level="info" %}
8+
<span style="border-bottom: 1px dotted #000;" data-tippy-content="Ограничение на возможность создания снимков">
9+
Доступно с ограничениями в редакциях:</span> **CE**
10+
11+
Доступно без ограничений в некоторых коммерческих редакциях: **SE, SE+, EE**
12+
13+
Подробнее см. в разделе [Условия и цены](../../../../../pricing/).
14+
{% endalert %}
15+
716
Использование локального хранилища помогает избежать сетевых задержек и повышает производительность по сравнению с удалёнными хранилищами, доступ к которым осуществляется по сети. Этот подход идеально подходит для тестовых сред и EDGE-кластеров.
817

918
## Включение модуля

docs/documentation/pages/storage/sds/LVM_REPLICATED.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ title: "Replicated storage based on DRBD"
33
permalink: en/storage/admin/sds/lvm-replicated.html
44
---
55

6+
{% alert level="info" %}
7+
<span style="border-bottom: 1px dotted #000;" data-tippy-content="Restriction on the ability to create snapshots">
8+
Available with limitations in:</span> **CE**
9+
10+
Available without limitations in the following commercial editions: **SE, SE+, EE**
11+
{% endalert %}
12+
613
Data replication across multiple nodes ensures fault tolerance and data availability, even if a hardware or software failure occurs on one of the nodes. This guarantees data preservation on other nodes, maintaining continuous access. Such a model is essential for critical data and distributed infrastructures requiring high availability and minimizing data loss during failures.
714

815
To create replicated block objects in StorageClass based on the distributed replicated block device (DRBD), you can enable the `sds-replicated-volume` module, which uses [LINSTOR](https://linbit.com/linstor/) as its backend.

docs/documentation/pages/storage/sds/LVM_REPLICATED_RU.md

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ permalink: ru/storage/admin/sds/lvm-replicated.html
44
lang: ru
55
---
66

7+
{% alert level="info" %}
8+
<span style="border-bottom: 1px dotted #000;" data-tippy-content="Ограничение на возможность создания снимков">
9+
Доступно с ограничениями в редакциях:</span> **CE**
10+
11+
Доступно без ограничений в некоторых коммерческих редакциях: **SE, SE+, EE**
12+
13+
Подробнее см. в разделе [Условия и цены](../../../../../pricing/).
14+
{% endalert %}
15+
716
Репликация данных между несколькими узлами позволяет обеспечить отказоустойчивость и доступность данных даже при сбоях в оборудовании или программном обеспечении одного из узлов. Это гарантирует, что данные сохранятся на других узлах, а доступ к ним будет непрерывным. Такая модель необходима для критически важных данных и распределенных инфраструктур с высокими требованиями к доступности и минимизации потерь при сбоях.
817

918
Чтобы создать реплицируемые блочные объекты StorageClass на базе распределённого реплицируемого блочного устройства DRBD (Distributed Replicated Block Device), можно задействовать модуль `sds-replicated-volume`, который использует [LINSTOR](https://linbit.com/linstor/) в качестве своего бэкенда.

docs/site/_data/i18n.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -249,4 +249,9 @@ features:
249249
ee:
250250
en: This feature is available in Enterprise Edition only.
251251
ru: Доступно только в Enterprise Edition.
252-
252+
requiresSeparateLicense:
253+
en: Licensed separately, not included in the DKP license cost.
254+
ru: Лицензируется на отдельных условиях, не включен в стоимость лицензии DKP. Подробнее см. <a href="https://deckhouse.ru/products/kubernetes-platform/pricing/">Условия и цены</a>.
255+
requiresSeparateLicenseObservability:
256+
en: Licensed separately, not included in the DKP license cost.
257+
ru: Лицензируется на отдельных условиях, не включен в стоимость лицензии DKP. Подробнее см. на<a href=https://deckhouse.ru/products/observability-platform/">Главной странице платформы</a>.

docs/site/backends/docs-builder-template/i18n/en.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ documentation: documentation
77
modules_documentation: Modules documentation
88
core: core
99
currency_sign: "$"
10-
commercial: Available in commercial editions.
10+
commercial: Available in some commercial editions.
1111
notAvailableInThisEdition: Available in other commercial editions.
1212
default_value: default
1313
platform: platform

docs/site/backends/docs-builder-template/i18n/ru.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ documentation: документация
77
modules_documentation: Документация модулей
88
core: ядро
99
currency_sign: ""
10-
commercial: Доступно в коммерческих редакциях.
10+
commercial: Доступно в некоторых коммерческих редакциях.
1111
notAvailableInThisEdition: Доступно в других коммерческих редакциях.
1212
default_value: по умолчанию
1313
platform: платформа

0 commit comments

Comments
 (0)