diff options
author | rekby <rekby@ydb.tech> | 2023-03-05 15:15:54 +0300 |
---|---|---|
committer | rekby <rekby@ydb.tech> | 2023-03-05 15:15:54 +0300 |
commit | 2c83c46070eaada689fbf64a3d60965cb8dd958e (patch) | |
tree | b32d0d292103adec38355502dce8ff29426ce40b | |
parent | 16b23df22cf53e30c8befb53484db5fd5a36bec1 (diff) | |
download | ydb-2c83c46070eaada689fbf64a3d60965cb8dd958e.tar.gz |
Fix filename mistakes
-rw-r--r-- | ydb/docs/en/core/deploy/orchestrated/_includes/ydb-kubernetes-operator.md | 2 | ||||
-rw-r--r-- | ydb/docs/ru/core/deploy/orchestrated/_includes/ydb-kubernetes-operator.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ydb/docs/en/core/deploy/orchestrated/_includes/ydb-kubernetes-operator.md b/ydb/docs/en/core/deploy/orchestrated/_includes/ydb-kubernetes-operator.md index 075ee641088..15eee84f1ee 100644 --- a/ydb/docs/en/core/deploy/orchestrated/_includes/ydb-kubernetes-operator.md +++ b/ydb/docs/en/core/deploy/orchestrated/_includes/ydb-kubernetes-operator.md @@ -41,7 +41,7 @@ Apply the manifest for creating a {{ ydb-short-name }} cluster: Run the command: ```bash - kubectl apply -f samples/storage.yaml + kubectl apply -f samples/storage-block-4-2.yaml ``` This command creates a StatefulSet object that describes a set of containers with stable network IDs and disks assigned to them, as well as Service and ConfigMap objects that are required for the cluster to work. diff --git a/ydb/docs/ru/core/deploy/orchestrated/_includes/ydb-kubernetes-operator.md b/ydb/docs/ru/core/deploy/orchestrated/_includes/ydb-kubernetes-operator.md index b9859c81bb6..dcf72ea3dac 100644 --- a/ydb/docs/ru/core/deploy/orchestrated/_includes/ydb-kubernetes-operator.md +++ b/ydb/docs/ru/core/deploy/orchestrated/_includes/ydb-kubernetes-operator.md @@ -41,7 +41,7 @@ Выполните команду: ```bash - kubectl apply -f samples/storage.yaml + kubectl apply -f samples/storage-block-4-2.yaml ``` Эта команда создаст объект StatefulSet, который описывает набор контейнеров с предсказуемыми сетевыми именами и закрепленными за ними дисками, а также необходимые для работы кластера объекты Service и ConfigMap. |