diff --git a/ru/_includes/compute/oslogin-connect-with-cli.md b/ru/_includes/compute/oslogin-connect-with-cli.md index 7a3f18e6b2c..12650482b88 100644 --- a/ru/_includes/compute/oslogin-connect-with-cli.md +++ b/ru/_includes/compute/oslogin-connect-with-cli.md @@ -13,8 +13,8 @@ ```bash yc compute ssh \ - --name <имя_ВМ> - --login <логин_пользователя_или_сервисного_аккаунта> + --name <имя_ВМ> \ + --login <логин_пользователя_или_сервисного_аккаунта> \ --internal-address ``` diff --git a/ru/_includes/compute/vm-detach-public-ip.md b/ru/_includes/compute/vm-detach-public-ip.md index 0e7ae08b561..bb06c7c5f3d 100644 --- a/ru/_includes/compute/vm-detach-public-ip.md +++ b/ru/_includes/compute/vm-detach-public-ip.md @@ -17,8 +17,8 @@ Чтобы отвязать публичный IP-адрес от ВМ, выполните команду CLI: ```bash - yc compute instance remove-one-to-one-nat - --id=<идентификатор_ВМ> + yc compute instance remove-one-to-one-nat \ + --id=<идентификатор_ВМ> \ --network-interface-index=<номер_сетевого_интерфейса_ВМ> ``` diff --git a/ru/_includes/security/standard/authentication.md b/ru/_includes/security/standard/authentication.md index 7ec2f1459d0..c2cd891defe 100644 --- a/ru/_includes/security/standard/authentication.md +++ b/ru/_includes/security/standard/authentication.md @@ -1380,7 +1380,7 @@ yc compute instance update \ ```bash export ORG_ID= - yc organization-manager organization list-access-bindings + yc organization-manager organization list-access-bindings \ --id=${ORG_ID} \ --format=json | jq -r '.[] | select(.role_id=="admin" or .role_id=="editor" or .role_id=="organization-manager.organizations.owner" or .role_id=="organization-manager.admin" or .role_id=="resource-manager.clouds.owner" or role_id=="resource-manager.clouds.editor")' ``` diff --git a/ru/_tutorials/dataplatform/opensearch-email-notifications.md b/ru/_tutorials/dataplatform/opensearch-email-notifications.md index f713b77511d..5e1829353ce 100644 --- a/ru/_tutorials/dataplatform/opensearch-email-notifications.md +++ b/ru/_tutorials/dataplatform/opensearch-email-notifications.md @@ -212,7 +212,7 @@ ```bash curl \ - --user admin:<пароль> + --user admin:<пароль> \ --cacert ~/.opensearch/root.crt \ -X POST 'https://:{{ port-mos }}/_nodes/reload_secure_settings' ``` diff --git a/ru/_tutorials/infrastructure/autoscale-monitoring.md b/ru/_tutorials/infrastructure/autoscale-monitoring.md index 78a08bfbad2..a3980991976 100644 --- a/ru/_tutorials/infrastructure/autoscale-monitoring.md +++ b/ru/_tutorials/infrastructure/autoscale-monitoring.md @@ -166,8 +166,8 @@ ```bash yc vpc subnet create queue-autoscale-subnet-d \ - --network-name queue-autoscale-network - --range 192.168.1.0/24 + --network-name queue-autoscale-network \ + --range 192.168.1.0/24 \ --zone {{ region-id }}-d ``` diff --git a/ru/_tutorials/infrastructure/run-docker-on-vm-console.md b/ru/_tutorials/infrastructure/run-docker-on-vm-console.md index dcbcdbbfc9c..3e752564d37 100644 --- a/ru/_tutorials/infrastructure/run-docker-on-vm-console.md +++ b/ru/_tutorials/infrastructure/run-docker-on-vm-console.md @@ -194,7 +194,7 @@ --zone {{ region-id }}-b \ --network-interface subnet-name=default-{{ region-id }}-b,nat-ip-version=ipv4 \ --create-boot-disk image-folder-id=standard-images,image-family=centos-7 \ - --ssh-key ~/.ssh/id_ed25519.pub + --ssh-key ~/.ssh/id_ed25519.pub \ --service-account-name service-acc ``` diff --git a/ru/_tutorials/ml-ai/speechsense/auto-upload.md b/ru/_tutorials/ml-ai/speechsense/auto-upload.md index d1188b376cd..4e5d1c8da16 100644 --- a/ru/_tutorials/ml-ai/speechsense/auto-upload.md +++ b/ru/_tutorials/ml-ai/speechsense/auto-upload.md @@ -529,7 +529,7 @@ ```bash aws s3api put-object \ --endpoint-url=https://{{ s3-storage-host }} \ - --bucket <имя_бакета> + --bucket <имя_бакета> \ --key <имя_папки>/ ``` diff --git a/ru/_tutorials/security/alb-with-ddos-protection-console.md b/ru/_tutorials/security/alb-with-ddos-protection-console.md index 372a617f61b..0c589935105 100644 --- a/ru/_tutorials/security/alb-with-ddos-protection-console.md +++ b/ru/_tutorials/security/alb-with-ddos-protection-console.md @@ -530,7 +530,7 @@ ```bash yc alb virtual-host create ddos-host \ - --http-router-name ddos-router + --http-router-name ddos-router \ --authority alb-with-ddos.com ``` diff --git a/ru/_tutorials/serverless/ci-cd-sourcecraft-github-actions.md b/ru/_tutorials/serverless/ci-cd-sourcecraft-github-actions.md index 4ce3a2279eb..3bcb78e98a3 100644 --- a/ru/_tutorials/serverless/ci-cd-sourcecraft-github-actions.md +++ b/ru/_tutorials/serverless/ci-cd-sourcecraft-github-actions.md @@ -49,7 +49,7 @@ ```bash yc iam service-account create \ - --name github-action + --name github-action \ --folder-name <имя_каталога> ``` diff --git a/ru/api-gateway/operations/trigger/ymq-trigger-create.md b/ru/api-gateway/operations/trigger/ymq-trigger-create.md index 92d14066750..6e59412b6e1 100644 --- a/ru/api-gateway/operations/trigger/ymq-trigger-create.md +++ b/ru/api-gateway/operations/trigger/ymq-trigger-create.md @@ -61,7 +61,7 @@ --gateway-id <идентификатор_API-шлюза> \ --gateway-websocket-broadcast-path <путь> \ --gateway-websocket-broadcast-service-account-id <идентификатор_сервисного_аккаунта> \ - --batch-size <размер_группы_сообщений> + --batch-size <размер_группы_сообщений> \ --batch-cutoff <максимальное_время_ожидания> ``` diff --git a/ru/application-load-balancer/operations/manage-zone/start-and-cancel-shift.md b/ru/application-load-balancer/operations/manage-zone/start-and-cancel-shift.md index 4450e96f524..11768f5a12a 100644 --- a/ru/application-load-balancer/operations/manage-zone/start-and-cancel-shift.md +++ b/ru/application-load-balancer/operations/manage-zone/start-and-cancel-shift.md @@ -44,7 +44,7 @@ description: Следуя данной инструкции, вы сможете ```bash yc application-load-balancer load-balancer disable-zones \ <имя_или_идентификатор_балансировщика> \ - --zones <зоны_доступности> + --zones <зоны_доступности> \ --duration <время_отключения> ``` diff --git a/ru/certificate-manager/operations/cert-access.md b/ru/certificate-manager/operations/cert-access.md index 804f153559e..3d63512d71e 100644 --- a/ru/certificate-manager/operations/cert-access.md +++ b/ru/certificate-manager/operations/cert-access.md @@ -161,8 +161,8 @@ description: Следуя данной инструкции, вы сможете ```bash yc certificate-manager certificate set-access-bindings my-certificate \ - --access-binding role=editor,subject=userAccount:gfei8n54hmfh******** - --access-binding role=viewer,subject=userAccount:helj89sfj80a******** + --access-binding role=editor,subject=userAccount:gfei8n54hmfh******** \ + --access-binding role=viewer,subject=userAccount:helj89sfj80a******** \ --access-binding role=editor,subject=serviceAccount:ajel6l0jcb9s******** ``` diff --git a/ru/compute/operations/dedicated-host/access.md b/ru/compute/operations/dedicated-host/access.md index 2407ab1dd83..320e7d6911c 100644 --- a/ru/compute/operations/dedicated-host/access.md +++ b/ru/compute/operations/dedicated-host/access.md @@ -140,8 +140,8 @@ description: Для группы выделенных хостов {{ compute-na ```bash yc compute host-group set-access-bindings my-host-group \ - --access-binding role=editor,subject=userAccount:gfei8n54hmfh******** - --access-binding role=viewer,subject=userAccount:helj89sfj80a******** + --access-binding role=editor,subject=userAccount:gfei8n54hmfh******** \ + --access-binding role=viewer,subject=userAccount:helj89sfj80a******** \ --access-binding role=editor,subject=serviceAccount:ajel6l0jcb9s******** ``` diff --git a/ru/compute/operations/disk-control/disk-access.md b/ru/compute/operations/disk-control/disk-access.md index 8a1d2b7cca8..4b328d9c7fe 100644 --- a/ru/compute/operations/disk-control/disk-access.md +++ b/ru/compute/operations/disk-control/disk-access.md @@ -172,8 +172,8 @@ description: Следуя данной инструкции, вы настрои ```bash yc compute disk set-access-bindings my-disk \ - --access-binding role=editor,subject=userAccount:gfei8n54hmfh******** - --access-binding role=viewer,subject=userAccount:helj89sfj80a******** + --access-binding role=editor,subject=userAccount:gfei8n54hmfh******** \ + --access-binding role=viewer,subject=userAccount:helj89sfj80a******** \ --access-binding role=editor,subject=serviceAccount:ajel6l0jcb9s******** ``` diff --git a/ru/compute/operations/disk-placement-groups/access.md b/ru/compute/operations/disk-placement-groups/access.md index 8a06c7ce745..d783a3de5c8 100644 --- a/ru/compute/operations/disk-placement-groups/access.md +++ b/ru/compute/operations/disk-placement-groups/access.md @@ -176,8 +176,8 @@ description: Следуя данной инструкции, вы настрои ```bash yc compute disk-placement-group set-access-bindings my-disk-group \ - --access-binding role=editor,subject=userAccount:gfei8n54hmfh******** - --access-binding role=viewer,subject=userAccount:helj89sfj80a******** + --access-binding role=editor,subject=userAccount:gfei8n54hmfh******** \ + --access-binding role=viewer,subject=userAccount:helj89sfj80a******** \ --access-binding role=editor,subject=serviceAccount:ajel6l0jcb9s******** ``` diff --git a/ru/compute/operations/filesystem/filesystem-access.md b/ru/compute/operations/filesystem/filesystem-access.md index 1f6897cb275..1a0e50ea8f3 100644 --- a/ru/compute/operations/filesystem/filesystem-access.md +++ b/ru/compute/operations/filesystem/filesystem-access.md @@ -173,8 +173,8 @@ description: Следуя данной инструкции, вы настрои ```bash yc compute filesystem set-access-bindings my-filesystem \ - --access-binding role=editor,subject=userAccount:gfei8n54hmfh******** - --access-binding role=viewer,subject=userAccount:helj89sfj80a******** + --access-binding role=editor,subject=userAccount:gfei8n54hmfh******** \ + --access-binding role=viewer,subject=userAccount:helj89sfj80a******** \ --access-binding role=editor,subject=serviceAccount:ajel6l0jcb9s******** ``` diff --git a/ru/compute/operations/gpu-cluster/access.md b/ru/compute/operations/gpu-cluster/access.md index 0c2eebf12cc..f85abea9aca 100644 --- a/ru/compute/operations/gpu-cluster/access.md +++ b/ru/compute/operations/gpu-cluster/access.md @@ -177,8 +177,8 @@ description: Следуя данной инструкции, вы настрои ```bash yc compute gpu-cluster set-access-bindings my-gpu-cluster \ - --access-binding role=editor,subject=userAccount:gfei8n54hmfh******** - --access-binding role=viewer,subject=userAccount:helj89sfj80a******** + --access-binding role=editor,subject=userAccount:gfei8n54hmfh******** \ + --access-binding role=viewer,subject=userAccount:helj89sfj80a******** \ --access-binding role=editor,subject=serviceAccount:ajel6l0jcb9s******** ``` diff --git a/ru/compute/operations/image-control/access.md b/ru/compute/operations/image-control/access.md index d3ab3ff64c1..24916c7134c 100644 --- a/ru/compute/operations/image-control/access.md +++ b/ru/compute/operations/image-control/access.md @@ -175,8 +175,8 @@ description: Следуя данной инструкции, вы настрои ```bash yc compute image set-access-bindings my-image \ - --access-binding role=editor,subject=userAccount:gfei8n54hmfh******** - --access-binding role=viewer,subject=userAccount:helj89sfj80a******** + --access-binding role=editor,subject=userAccount:gfei8n54hmfh******** \ + --access-binding role=viewer,subject=userAccount:helj89sfj80a******** \ --access-binding role=editor,subject=serviceAccount:ajel6l0jcb9s******** ``` diff --git a/ru/compute/operations/placement-groups/access.md b/ru/compute/operations/placement-groups/access.md index 0c18ad39112..dbaded3f34e 100644 --- a/ru/compute/operations/placement-groups/access.md +++ b/ru/compute/operations/placement-groups/access.md @@ -177,8 +177,8 @@ description: Следуя данной инструкции, вы настрои ```bash yc compute placement-group set-access-bindings my-group \ - --access-binding role=editor,subject=userAccount:gfei8n54hmfh******** - --access-binding role=viewer,subject=userAccount:helj89sfj80a******** + --access-binding role=editor,subject=userAccount:gfei8n54hmfh******** \ + --access-binding role=viewer,subject=userAccount:helj89sfj80a******** \ --access-binding role=editor,subject=serviceAccount:ajel6l0jcb9s******** ``` diff --git a/ru/compute/operations/snapshot-control/snapshot-access.md b/ru/compute/operations/snapshot-control/snapshot-access.md index 88db06de3d0..b42909bf765 100644 --- a/ru/compute/operations/snapshot-control/snapshot-access.md +++ b/ru/compute/operations/snapshot-control/snapshot-access.md @@ -172,8 +172,8 @@ description: Следуя данной инструкции, вы настрои ```bash yc compute snapshot set-access-bindings my-snapshot \ - --access-binding role=editor,subject=userAccount:gfei8n54hmfh******** - --access-binding role=viewer,subject=userAccount:helj89sfj80a******** + --access-binding role=editor,subject=userAccount:gfei8n54hmfh******** \ + --access-binding role=viewer,subject=userAccount:helj89sfj80a******** \ --access-binding role=editor,subject=serviceAccount:ajel6l0jcb9s******** ``` diff --git a/ru/compute/operations/snapshot-control/snapshot-schedule-access.md b/ru/compute/operations/snapshot-control/snapshot-schedule-access.md index 3e28fc10f7c..39edbe8aefc 100644 --- a/ru/compute/operations/snapshot-control/snapshot-schedule-access.md +++ b/ru/compute/operations/snapshot-control/snapshot-schedule-access.md @@ -174,8 +174,8 @@ description: Следуя данной инструкции, вы настрои ```bash yc compute snapshot-schedule set-access-bindings my-schedule \ - --access-binding role=editor,subject=userAccount:gfei8n54hmfh******** - --access-binding role=viewer,subject=userAccount:helj89sfj80a******** + --access-binding role=editor,subject=userAccount:gfei8n54hmfh******** \ + --access-binding role=viewer,subject=userAccount:helj89sfj80a******** \ --access-binding role=editor,subject=serviceAccount:ajel6l0jcb9s******** ``` diff --git a/ru/compute/operations/vm-connect/enable-os-login.md b/ru/compute/operations/vm-connect/enable-os-login.md index fe27522700e..bbf5067a0ed 100644 --- a/ru/compute/operations/vm-connect/enable-os-login.md +++ b/ru/compute/operations/vm-connect/enable-os-login.md @@ -108,7 +108,7 @@ description: Следуя данной инструкции, вы сможете Выполните команду: ```bash - yc compute instance update + yc compute instance update \ --name <имя_ВМ> \ --folder-id <идентификатор_каталога> \ --metadata enable-oslogin=false @@ -117,7 +117,7 @@ description: Следуя данной инструкции, вы сможете Убедитесь, что доступ по {{ oslogin }} выключен: ```bash - yc compute ssh + yc compute ssh \ --name <имя_ВМ> \ --folder-id <идентификатор_каталога> ``` diff --git a/ru/compute/operations/vm-control/vm-access.md b/ru/compute/operations/vm-control/vm-access.md index 24492505ab6..fe7475483e0 100644 --- a/ru/compute/operations/vm-control/vm-access.md +++ b/ru/compute/operations/vm-control/vm-access.md @@ -170,8 +170,8 @@ description: Следуя данной инструкции, вы настрои ```bash yc compute instance set-access-bindings test-vm \ - --access-binding role=editor,subject=userAccount:gfei8n54hmfh******** - --access-binding role=viewer,subject=userAccount:helj89sfj80a******** + --access-binding role=editor,subject=userAccount:gfei8n54hmfh******** \ + --access-binding role=viewer,subject=userAccount:helj89sfj80a******** \ --access-binding role=editor,subject=serviceAccount:ajel6l0jcb9s******** ``` diff --git a/ru/dns/operations/zone-access.md b/ru/dns/operations/zone-access.md index 8c17d1a734b..e5b675d3a43 100644 --- a/ru/dns/operations/zone-access.md +++ b/ru/dns/operations/zone-access.md @@ -153,7 +153,7 @@ description: Следуя данной инструкции, вы настрои ```bash yc dns zone set-access-bindings my-disk-group \ - --access-binding role=dns.editor,subject=userAccount:gfei8n54hmfh******** + --access-binding role=dns.editor,subject=userAccount:gfei8n54hmfh******** \ --access-binding role=dns.editor,subject=serviceAccount:ajel6l0jcb9s******** ``` diff --git a/ru/iam/operations/refresh-token/revoke.md b/ru/iam/operations/refresh-token/revoke.md index d686e69b270..fb28333eb56 100644 --- a/ru/iam/operations/refresh-token/revoke.md +++ b/ru/iam/operations/refresh-token/revoke.md @@ -44,7 +44,7 @@ description: Следуя данной инструкции, вы сможете ```bash yc iam refresh-token revoke \ - --refresh-token <тело_refresh-токена_в_stdin> + --refresh-token <тело_refresh-токена_в_stdin> \ --refresh-token-id <идентификатор_refresh-токена> \ --subject-id <идентификатор_пользователя> \ --client-id <идентификатор_OAuth-приложения> \ diff --git a/ru/iot-core/operations/device/alias/alias-create.md b/ru/iot-core/operations/device/alias/alias-create.md index 1e49bb2d43d..34288f20c8a 100644 --- a/ru/iot-core/operations/device/alias/alias-create.md +++ b/ru/iot-core/operations/device/alias/alias-create.md @@ -32,7 +32,7 @@ Создайте алиас: ```bash - yc iot device add-topic-aliases arenak5ciqss******** + yc iot device add-topic-aliases arenak5ciqss******** \ --topic-aliases commands='$devices/arenak5ciqss********/commands' ``` @@ -50,9 +50,9 @@ Также вы можете добавить алиас при [создании устройства](../device-create.md). Для этого вместо уникального идентификатора в топике устройства указывается `{id}`, так как уникальный идентификатор еще неизвестен: ```bash - yc iot device create - --registry-name <имя_реестра> - --name <имя_устройства> + yc iot device create \ + --registry-name <имя_реестра> \ + --name <имя_устройства> \ --topic-aliases <имя_алиаса>='$devices/{id}/' ``` diff --git a/ru/kms/operations/symmetric-encryption.md b/ru/kms/operations/symmetric-encryption.md index 498f120c883..898fac22291 100644 --- a/ru/kms/operations/symmetric-encryption.md +++ b/ru/kms/operations/symmetric-encryption.md @@ -139,7 +139,7 @@ ```bash yc kms symmetric-crypto reencrypt \ --id <идентификатор_ключа> \ - --ciphertext-file ciphertext-file + --ciphertext-file ciphertext-file \ --source-key-id <идентификатор_исходного_ключа> \ --source-ciphertext-file source-ciphertext-file ``` diff --git a/ru/managed-clickhouse/operations/cluster-extensions.md b/ru/managed-clickhouse/operations/cluster-extensions.md index 7763c98ddf0..d8983cc8bc6 100644 --- a/ru/managed-clickhouse/operations/cluster-extensions.md +++ b/ru/managed-clickhouse/operations/cluster-extensions.md @@ -309,7 +309,7 @@ curl \ --request POST \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-mdb }}/managed-clickhouse/v1/clusters/<идентификатор_кластера>/extensions' + --url 'https://{{ api-host-mdb }}/managed-clickhouse/v1/clusters/<идентификатор_кластера>/extensions' \ --data '{ "extensionSpec": { "name": "<имя_расширения>" @@ -385,7 +385,7 @@ curl \ --request PATCH \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-mdb }}/managed-clickhouse/v1/clusters/<идентификатор_кластера>/extensions' + --url 'https://{{ api-host-mdb }}/managed-clickhouse/v1/clusters/<идентификатор_кластера>/extensions' \ --data '{ "extensionSpec": { "name": "<имя_расширения>" @@ -522,7 +522,7 @@ curl \ --request POST \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-mdb }}/managed-clickhouse/v1/clusters/<идентификатор_кластера>/extensions:batchSet' + --url 'https://{{ api-host-mdb }}/managed-clickhouse/v1/clusters/<идентификатор_кластера>/extensions:batchSet' \ --data '{ "extensionSpec": [ { diff --git a/ru/managed-clickhouse/operations/cluster-users.md b/ru/managed-clickhouse/operations/cluster-users.md index 1fe00c8904f..b48af9eadb7 100644 --- a/ru/managed-clickhouse/operations/cluster-users.md +++ b/ru/managed-clickhouse/operations/cluster-users.md @@ -50,7 +50,7 @@ description: Из статьи вы узнаете, как управлять п Чтобы получить список пользователей кластера, выполните команду: ```bash - {{ yc-mdb-ch }} user list + {{ yc-mdb-ch }} user list \ --cluster-name=<имя_кластера> ``` diff --git a/ru/managed-kubernetes/operations/kubernetes-cluster/kubernetes-cluster-create.md b/ru/managed-kubernetes/operations/kubernetes-cluster/kubernetes-cluster-create.md index 4c160940596..4c3d8f007f1 100644 --- a/ru/managed-kubernetes/operations/kubernetes-cluster/kubernetes-cluster-create.md +++ b/ru/managed-kubernetes/operations/kubernetes-cluster/kubernetes-cluster-create.md @@ -73,7 +73,7 @@ description: Следуя данной инструкции, вы сможете --node-service-account-name <имя_сервисного_аккаунта_для_узлов> \ --master-location zone=<зона_доступности>,subnet-id=<имя_подсети> \ --master-scale-policy policy=auto,min-resource-preset-id=<класс_хостов_мастера> \ - --daily-maintenance-window start=22:00,duration=10h + --daily-maintenance-window start=22:00,duration=10h \ --labels <имя_облачной_метки=значение_облачной_метки> ``` diff --git a/ru/managed-kubernetes/operations/node-group/node-group-create.md b/ru/managed-kubernetes/operations/node-group/node-group-create.md index bf4d647037a..b108ce43b02 100644 --- a/ru/managed-kubernetes/operations/node-group/node-group-create.md +++ b/ru/managed-kubernetes/operations/node-group/node-group-create.md @@ -54,7 +54,7 @@ description: Следуя данной инструкции, вы сможете --preemptible \ --public-ip \ --template-labels <ключ_облачной_метки=значение_облачной_метки> \ - --node-labels <ключ_k8s-метки=значение_k8s-метки> + --node-labels <ключ_k8s-метки=значение_k8s-метки> \ --version <версия_{{ k8s }}_на_узлах_группы> \ --node-name <шаблон_имени_узлов> \ --node-taints \ diff --git a/ru/managed-mysql/operations/update.md b/ru/managed-mysql/operations/update.md index f4c402ab784..00fc2bbebf5 100644 --- a/ru/managed-mysql/operations/update.md +++ b/ru/managed-mysql/operations/update.md @@ -97,7 +97,7 @@ description: Из статьи вы узнаете, как изменить на 1. Укажите нужный класс в команде изменения кластера: ```bash - {{ yc-mdb-my }} cluster update <имя_или_идентификатор_кластера> + {{ yc-mdb-my }} cluster update <имя_или_идентификатор_кластера> \ --resource-preset <идентификатор_класса> ``` @@ -419,7 +419,7 @@ description: Из статьи вы узнаете, как изменить на Все поддерживаемые параметры перечислены в [формате запроса для метода update](../api-ref/Cluster/update.md), в поле `mysql_config_5_7`. Чтобы указать имя параметра в вызове CLI, преобразуйте его имя из вида lowerCamelCase в snake_case, например, параметр `logMinDurationStatement` из запроса к API преобразуется в `log_min_duration_statement` для команды CLI: ```bash - {{ yc-mdb-my }} cluster update-config <имя_кластера> + {{ yc-mdb-my }} cluster update-config <имя_кластера> \ --set log_min_duration_statement=100,<имя_параметра>=<значение>,... ``` diff --git a/ru/managed-postgresql/operations/cluster-backups.md b/ru/managed-postgresql/operations/cluster-backups.md index 244a3df346b..56c9b23fb3f 100644 --- a/ru/managed-postgresql/operations/cluster-backups.md +++ b/ru/managed-postgresql/operations/cluster-backups.md @@ -698,7 +698,7 @@ description: Вы можете создавать резервные копии --resource-preset <класс_хоста> \ --user name=<имя_пользователя>,password=<пароль_пользователя> \ --database name=<имя_БД>,owner=<имя_владельца_БД> \ - --disk-size <размер_хранилища_ГБ> + --disk-size <размер_хранилища_ГБ> \ --backup-window-start 10:00:00 ``` diff --git a/ru/managed-trino/operations/access-control-catalog-properties.md b/ru/managed-trino/operations/access-control-catalog-properties.md index ee56ac046fd..d084a51960e 100644 --- a/ru/managed-trino/operations/access-control-catalog-properties.md +++ b/ru/managed-trino/operations/access-control-catalog-properties.md @@ -328,7 +328,7 @@ description: Правила определяют, могут ли пользов curl \ --request POST \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters' \ --data '@body.json' ``` @@ -785,7 +785,7 @@ description: Правила определяют, могут ли пользов curl \ --request PATCH \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' \ --data '@body.json' ``` diff --git a/ru/managed-trino/operations/access-control-catalogs.md b/ru/managed-trino/operations/access-control-catalogs.md index 86bf7a67ab2..1e4a35f6b8b 100644 --- a/ru/managed-trino/operations/access-control-catalogs.md +++ b/ru/managed-trino/operations/access-control-catalogs.md @@ -280,7 +280,7 @@ description: Правила описывают общий контроль до curl \ --request POST \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters' \ --data '@body.json' ``` @@ -678,7 +678,7 @@ description: Правила описывают общий контроль до curl \ --request PATCH \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' \ --data '@body.json' ``` diff --git a/ru/managed-trino/operations/access-control-delete.md b/ru/managed-trino/operations/access-control-delete.md index 1ce78f70db7..bc4806b4578 100644 --- a/ru/managed-trino/operations/access-control-delete.md +++ b/ru/managed-trino/operations/access-control-delete.md @@ -66,7 +66,7 @@ description: Вы можете за одну операцию удалить в curl \ --request PATCH \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' \ --data '@body.json' ``` @@ -176,7 +176,7 @@ description: Вы можете за одну операцию удалить в curl \ --request PATCH \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' \ --data '@body.json' ``` diff --git a/ru/managed-trino/operations/access-control-functions.md b/ru/managed-trino/operations/access-control-functions.md index 172c371073c..75296ea4706 100644 --- a/ru/managed-trino/operations/access-control-functions.md +++ b/ru/managed-trino/operations/access-control-functions.md @@ -409,7 +409,7 @@ description: Правила определяют, какие действия п curl \ --request POST \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters' \ --data '@body.json' ``` @@ -969,7 +969,7 @@ description: Правила определяют, какие действия п curl \ --request PATCH \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' \ --data '@body.json' ``` diff --git a/ru/managed-trino/operations/access-control-procedures.md b/ru/managed-trino/operations/access-control-procedures.md index baca6910cd5..b6f5a1dee52 100644 --- a/ru/managed-trino/operations/access-control-procedures.md +++ b/ru/managed-trino/operations/access-control-procedures.md @@ -392,7 +392,7 @@ description: Правила определяют, какие действия п curl \ --request POST \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters' \ --data '@body.json' ``` @@ -928,7 +928,7 @@ description: Правила определяют, какие действия п curl \ --request PATCH \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' \ --data '@body.json' ``` diff --git a/ru/managed-trino/operations/access-control-queries.md b/ru/managed-trino/operations/access-control-queries.md index 09395698dcf..979dafa9500 100644 --- a/ru/managed-trino/operations/access-control-queries.md +++ b/ru/managed-trino/operations/access-control-queries.md @@ -250,7 +250,7 @@ description: Правила определяют, какие действия п curl \ --request POST \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters' \ --data '@body.json' ``` @@ -590,7 +590,7 @@ description: Правила определяют, какие действия п curl \ --request PATCH \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' \ --data '@body.json' ``` diff --git a/ru/managed-trino/operations/access-control-schemas.md b/ru/managed-trino/operations/access-control-schemas.md index 2ecf3c7af9a..0f423de12f8 100644 --- a/ru/managed-trino/operations/access-control-schemas.md +++ b/ru/managed-trino/operations/access-control-schemas.md @@ -349,7 +349,7 @@ description: Правила определяют, какие пользоват curl \ --request POST \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters' \ --data '@body.json' ``` @@ -828,7 +828,7 @@ description: Правила определяют, какие пользоват curl \ --request PATCH \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' \ --data '@body.json' ``` diff --git a/ru/managed-trino/operations/access-control-session-properties.md b/ru/managed-trino/operations/access-control-session-properties.md index 4273a6bb141..bd8a93c59d6 100644 --- a/ru/managed-trino/operations/access-control-session-properties.md +++ b/ru/managed-trino/operations/access-control-session-properties.md @@ -257,7 +257,7 @@ description: Правила определяют, могут ли пользов curl \ --request POST \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters' \ --data '@body.json' ``` @@ -608,7 +608,7 @@ description: Правила определяют, могут ли пользов curl \ --request PATCH \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' \ --data '@body.json' ``` diff --git a/ru/managed-trino/operations/access-control-tables.md b/ru/managed-trino/operations/access-control-tables.md index d4f77663211..c8420c6ff1a 100644 --- a/ru/managed-trino/operations/access-control-tables.md +++ b/ru/managed-trino/operations/access-control-tables.md @@ -515,7 +515,7 @@ description: Правила определяют, какие действия п curl \ --request POST \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters' \ --data '@body.json' ``` @@ -1214,7 +1214,7 @@ description: Правила определяют, какие действия п curl \ --request PATCH \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' \ --data '@body.json' ``` diff --git a/ru/managed-trino/operations/cluster-create.md b/ru/managed-trino/operations/cluster-create.md index 3bb748ce607..0259e19c296 100644 --- a/ru/managed-trino/operations/cluster-create.md +++ b/ru/managed-trino/operations/cluster-create.md @@ -510,7 +510,7 @@ keywords: curl \ --request POST \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters' \ --data '@body.json' ``` diff --git a/ru/managed-trino/operations/cluster-maintenance.md b/ru/managed-trino/operations/cluster-maintenance.md index 1bde7f8ed4b..9161319ddf4 100644 --- a/ru/managed-trino/operations/cluster-maintenance.md +++ b/ru/managed-trino/operations/cluster-maintenance.md @@ -181,7 +181,7 @@ description: Следуя данной инструкции, вы сможете curl \ --request PATCH \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' \ --data '@body.json' ``` diff --git a/ru/managed-trino/operations/cluster-update.md b/ru/managed-trino/operations/cluster-update.md index 0c24daff8a2..7b9f226f0c7 100644 --- a/ru/managed-trino/operations/cluster-update.md +++ b/ru/managed-trino/operations/cluster-update.md @@ -134,7 +134,7 @@ keywords: curl \ --request PATCH \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' \ --data '@body.json' ``` @@ -317,7 +317,7 @@ keywords: curl \ --request PATCH \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' \ --data '@body.json' ``` @@ -495,7 +495,7 @@ keywords: curl \ --request PATCH \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' \ --data '@body.json' ``` @@ -679,7 +679,7 @@ keywords: curl \ --request PATCH \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' \ --data '@body.json' ``` @@ -895,7 +895,7 @@ keywords: curl \ --request PATCH \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' \ --data '@body.json' ``` @@ -1096,7 +1096,7 @@ keywords: curl \ --request PATCH \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' \ --data '@body.json' ``` @@ -1355,7 +1355,7 @@ keywords: curl \ --request PATCH \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' \ --data '@body.json' ``` @@ -1687,7 +1687,7 @@ keywords: curl \ --request PATCH \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' \ --data '@body.json' ``` diff --git a/ru/managed-trino/operations/cluster-version-update.md b/ru/managed-trino/operations/cluster-version-update.md index df631a80c34..a3f7fede2db 100644 --- a/ru/managed-trino/operations/cluster-version-update.md +++ b/ru/managed-trino/operations/cluster-version-update.md @@ -124,7 +124,7 @@ description: Следуя данной инструкции, вы сможете curl \ --request PATCH \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' \ --data '@body.json' ``` diff --git a/ru/managed-trino/operations/manage-resource-groups.md b/ru/managed-trino/operations/manage-resource-groups.md index 0186b003cd7..db1ba67298c 100644 --- a/ru/managed-trino/operations/manage-resource-groups.md +++ b/ru/managed-trino/operations/manage-resource-groups.md @@ -261,7 +261,7 @@ description: Вы можете получить информацию о конф curl \ --request POST \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters' \ --data '@body.json' ``` @@ -568,7 +568,7 @@ description: Вы можете получить информацию о конф curl \ --request PATCH \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' \ --data '@body.json' ``` @@ -792,7 +792,7 @@ description: Вы можете получить информацию о конф curl \ --request PATCH \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' + --url 'https://{{ api-host-trino }}/managed-trino/v1/clusters/<идентификатор_кластера>' \ --data '@body.json' ``` diff --git a/ru/managed-ytsaurus/operations/cluster-create.md b/ru/managed-ytsaurus/operations/cluster-create.md index 403983c7ba0..8c226d09ba0 100644 --- a/ru/managed-ytsaurus/operations/cluster-create.md +++ b/ru/managed-ytsaurus/operations/cluster-create.md @@ -334,7 +334,7 @@ keywords: curl \ --request POST \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-ytsaurus }}/ytsaurus/v1/clusters' + --url 'https://{{ api-host-ytsaurus }}/ytsaurus/v1/clusters' \ --data '@body.json' ``` diff --git a/ru/managed-ytsaurus/operations/cluster-update.md b/ru/managed-ytsaurus/operations/cluster-update.md index 253fd958f8f..441ac050d27 100644 --- a/ru/managed-ytsaurus/operations/cluster-update.md +++ b/ru/managed-ytsaurus/operations/cluster-update.md @@ -180,7 +180,7 @@ keywords: curl \ --request PATCH \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-ytsaurus }}/ytsaurus/v1/clusters' + --url 'https://{{ api-host-ytsaurus }}/ytsaurus/v1/clusters' \ --data '@body.json' ``` diff --git a/ru/message-queue/operations/message-queue-tags.md b/ru/message-queue/operations/message-queue-tags.md index c5d44ba0a4f..a5bdb2bbf10 100644 --- a/ru/message-queue/operations/message-queue-tags.md +++ b/ru/message-queue/operations/message-queue-tags.md @@ -19,7 +19,7 @@ description: Следуя данной инструкции, вы сможете ```bash aws sqs create-queue \ --queue-name <имя_очереди> \ - --endpoint <эндпоинт> + --endpoint <эндпоинт> \ --tags <метки> ``` @@ -52,7 +52,7 @@ description: Следуя данной инструкции, вы сможете ```bash aws sqs tag-queue \ --queue-url \ - --endpoint <эндпоинт> + --endpoint <эндпоинт> \ --tags <метки> ``` @@ -75,7 +75,7 @@ description: Следуя данной инструкции, вы сможете ```bash aws sqs untag-queue \ --queue-url \ - --endpoint <эндпоинт> + --endpoint <эндпоинт> \ --tag-keys <ключи меток> ``` diff --git a/ru/message-queue/quickstart.md b/ru/message-queue/quickstart.md index 13225e41f70..fa51c945f0a 100644 --- a/ru/message-queue/quickstart.md +++ b/ru/message-queue/quickstart.md @@ -143,7 +143,7 @@ description: В этой инструкции вы научитесь выпол ```bash aws sqs delete-message \ --endpoint <эндпоинт> \ - --queue-url + --queue-url \ --receipt-handle <идентификатор_получения> ``` Где: diff --git a/ru/serverless-containers/operations/metadata-options.md b/ru/serverless-containers/operations/metadata-options.md index 752ceee6764..f185cf1c4e4 100644 --- a/ru/serverless-containers/operations/metadata-options.md +++ b/ru/serverless-containers/operations/metadata-options.md @@ -24,7 +24,7 @@ yc serverless container revision deploy \ --container-id <идентификатор_контейнера> \ --image \ - --service-account-id <идентификатор_сервисного_аккаунта> + --service-account-id <идентификатор_сервисного_аккаунта> \ --metadata-options <опция>= ``` diff --git a/ru/serverless-containers/operations/update-runtime.md b/ru/serverless-containers/operations/update-runtime.md index 88e92790a60..0c945f4c0b9 100644 --- a/ru/serverless-containers/operations/update-runtime.md +++ b/ru/serverless-containers/operations/update-runtime.md @@ -19,7 +19,7 @@ yc serverless container revision deploy \ --container-id <идентификатор_контейнера> \ --image \ - --service-account-id <идентификатор_сервисного_аккаунта> + --service-account-id <идентификатор_сервисного_аккаунта> \ --runtime <режим_работы> ``` diff --git a/ru/serverless-integrations/operations/eventrouter/connector/create-yds.md b/ru/serverless-integrations/operations/eventrouter/connector/create-yds.md index c00347d25fd..be91c5a1764 100644 --- a/ru/serverless-integrations/operations/eventrouter/connector/create-yds.md +++ b/ru/serverless-integrations/operations/eventrouter/connector/create-yds.md @@ -41,9 +41,9 @@ description: Следуя данной инструкции, вы сможете ```bash yc serverless eventrouter connector create data-stream \ --bus-id <идентификатор_шины> \ - --database <путь_к_БД> - --stream-name <имя_потока> - --consumer <имя_потребителя> + --database <путь_к_БД> \ + --stream-name <имя_потока> \ + --consumer <имя_потребителя> \ --service-account-id <идентификатор_сервисного_аккаунта> \ --name <имя_коннектора> \ --description "<описание_коннектора>" \ diff --git a/ru/storedoc/operations/cluster-backups.md b/ru/storedoc/operations/cluster-backups.md index e2d270fefc1..f6fdb141886 100644 --- a/ru/storedoc/operations/cluster-backups.md +++ b/ru/storedoc/operations/cluster-backups.md @@ -916,7 +916,7 @@ description: Вы можете создавать резервные копии curl \ --request GET \ --header "Authorization: Bearer $IAM_TOKEN" \ - --url 'https://{{ api-host-mdb }}/managed-mongodb/v1/backups' + --url 'https://{{ api-host-mdb }}/managed-mongodb/v1/backups' \ --url-query folderId=<идентификатор_каталога> ``` diff --git a/ru/storedoc/operations/databases.md b/ru/storedoc/operations/databases.md index e78e7068e4c..fca73f9fc39 100644 --- a/ru/storedoc/operations/databases.md +++ b/ru/storedoc/operations/databases.md @@ -21,7 +21,7 @@ Чтобы получить список баз данных в кластере, выполните команду: ```bash - {{ yc-mdb-mg }} database list + {{ yc-mdb-mg }} database list \ --cluster-name <имя_кластера> ``` @@ -103,7 +103,7 @@ Выполните команду создания БД, задав имя новой базы: ```bash - {{ yc-mdb-mg }} database create <имя_БД> + {{ yc-mdb-mg }} database create <имя_БД> \ --cluster-name <имя_кластера> ``` @@ -227,7 +227,7 @@ Чтобы удалить базу данных, выполните команду: ```bash - {{ yc-mdb-mg }} database delete <имя_БД> + {{ yc-mdb-mg }} database delete <имя_БД> \ --cluster-name <имя_кластера> ``` diff --git a/ru/storedoc/operations/hosts.md b/ru/storedoc/operations/hosts.md index 226b113c745..3861a032d98 100644 --- a/ru/storedoc/operations/hosts.md +++ b/ru/storedoc/operations/hosts.md @@ -663,7 +663,7 @@ Чтобы удалить хост из кластера {{ mmg-name }}, выполните команду: ```bash - {{ yc-mdb-mg }} host delete <имя_хоста> + {{ yc-mdb-mg }} host delete <имя_хоста> \ --cluster-name <имя_кластера> ``` @@ -789,7 +789,7 @@ Чтобы запустить принудительную ресинхронизацию хоста, выполните команду: ```bash - {{ yc-mdb-mg }} hosts resetup <имя_хоста> + {{ yc-mdb-mg }} hosts resetup <имя_хоста> \ --cluster-name <имя_кластера> ```