You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
DataUI VCS Robot
committed
Release 29.05.2026
* CLI: added release notes and reference guide for 1.11.0 release.
* Managed Service for Sharded PostgreSQL: added the Questions and Answers section.
* Managed Service for Sharded PostgreSQL: added update policy.
* Managed Service for Trino: added instruction on how to manage Greenplum/Cloudberry connector via management console, CLI, gRPC API and REST API.
* Translations updated.
* Fixes and improvements.
Copy file name to clipboardExpand all lines: en/_qa/managed-postgresql/general.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ Learn more in [{#T}](../../managed-postgresql/concepts/maintenance.md).
92
92
93
93
#### Which {{ PG }} version does {{ mpg-short-name }} use? {#dbms-version}
94
94
95
-
{{ mpg-short-name }} supports {{ PG }} versions 14, 15, 16, 17, and 18, and {{ PG }} versions 14, 15, 16, 17, and 18 for 1C.
95
+
{{ mpg-short-name }} supports {{ PG }} versions 14, 15, 16, 17, and 18, and {{ PG }} versions 14, 15, 16, 17, and 18 for 1C. Version 17 is used by default in the management console.
96
96
97
97
98
98
#### What happens when a new DBMS version is released? {#new-version}
Copy file name to clipboardExpand all lines: en/_tutorials/infrastructure/nodejs-cron-restart-vm.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,13 +117,13 @@ Use an [OAuth token](../../iam/concepts/authorization/oauth-token.md) if you can
117
117
118
118
1. Make sure the configuration files are correct.
119
119
1. In the terminal, navigate to the directory where you created your configuration file.
120
-
1. Run a check using the following command:
120
+
1. Run a check using this command:
121
121
122
122
```bash
123
123
terraform plan
124
124
```
125
125
126
-
If your configuration is correct, the terminal will display a list of the resources to be created and their settings. Otherwise, {{ TF }} will show any detected errors.
126
+
If the configuration is described correctly, the terminal will display a list of the resources and their settings. Otherwise, {{ TF }} will show any detected errors.
127
127
1. Deploy the cloud resources.
128
128
1. If the configuration is correct, run this command:
129
129
@@ -340,7 +340,7 @@ Use an [OAuth token](../../iam/concepts/authorization/oauth-token.md) if you can
340
340
*`service_account_id`: [ID](../../iam/operations/sa/get-id.md) of the service account with permissions to invoke the function.
341
341
*`folder_id`: [ID of the folder](../../resource-manager/operations/folder/get-id.md) where you are creating the function.
342
342
*`environment`: Environment variables:
343
-
*`FOLDER_ID`: ID of the folder where you want to start the stopped VMs.
343
+
*`FOLDER_ID`: ID of the folder where you want to start the stopped VM.
344
344
*`INSTANCE_ID`: [ID of the VM](../../compute/operations/vm-info/get-info.md#outside-instance) you want to start at interruption.
345
345
*`secrets`: {{ lockbox-name }} secret data:
346
346
*`id`: Secret ID.
@@ -352,13 +352,13 @@ Use an [OAuth token](../../iam/concepts/authorization/oauth-token.md) if you can
352
352
For more information about `yandex_function` properties, see [this provider guide]({{ tf-provider-resources-link }}/function).
353
353
1. Make sure the configuration files are correct.
354
354
1. In the terminal, navigate to the directory where you created your configuration file.
355
-
1. Run a check using the following command:
355
+
1. Run a check using this command:
356
356
357
357
```bash
358
358
terraform plan
359
359
```
360
360
361
-
If your configuration is correct, the terminal will display a list of the resources to be created and their settings. Otherwise, {{ TF }} will show any detected errors.
361
+
If the configuration is described correctly, the terminal will display a list of the resources and their settings. Otherwise, {{ TF }} will show any detected errors.
362
362
1. Deploy the cloud resources.
363
363
1. If the configuration is correct, run this command:
364
364
@@ -473,13 +473,13 @@ Use an [OAuth token](../../iam/concepts/authorization/oauth-token.md) if you can
473
473
For more information about resource parameters in {{ TF }}, see [this provider guide]({{ tf-provider-resources-link }}/function_trigger).
474
474
1. Make sure the configuration files are correct.
475
475
1. In the terminal, navigate to the directory where you created your configuration file.
476
-
1. Run a check using the following command:
476
+
1. Run a check using this command:
477
477
478
478
```bash
479
479
terraform plan
480
480
```
481
481
482
-
If your configuration is correct, the terminal will display a list of the resources to be created and their settings. Otherwise, {{ TF }} will show any detected errors.
482
+
If the configuration is described correctly, the terminal will display a list of the resources and their settings. Otherwise, {{ TF }} will show any detected errors.
483
483
1. Deploy the cloud resources.
484
484
1. If the configuration is correct, run this command:
Copy file name to clipboardExpand all lines: en/baremetal/concepts/dhcp.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# DHCP in a {{ baremetal-full-name }} network
2
2
3
-
In public ([ephemeral](./public-network.md#ephemeral-public-subnet)) and [private](./private-network.md#private-subnet) subnets, you can use [DHCP](https://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol) to automatically configure IP addressing parameters on server interfaces. If the server OS is installed from {{ marketplace-short-name }} images, getting IP addresses via DHCP is enabled by default on all physical interfaces of the server.
3
+
In public ([ephemeral](./public-network.md#ephemeral-public-subnet)) and [private](./private-network.md#private-subnet) subnets, you can use [DHCP](https://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol) to automatically configure IP addressing parameters on server interfaces. When installing a server OS from {{ marketplace-short-name }} images, configure the DHCP settings on the server's physical interfaces in line with the DHCP settings of the connected subnets. In {{ baremetal-name }} subnets, DHCP is disabled by default. If you selected a dedicated subnet or an ephemeral subnet without DHCP when renting your server, DHCP will also be disabled in the OS image. After installing the OS, you can enable DHCP manually in the OS settings (or via the KVM console if there is no network access), or delete the server and order a new one.
4
4
5
5
{% note warning %}
6
6
7
7
DHCP can only be used to assign an IP address directly to the physical interface of a network card by fixing the MAC address, so we do not recommend changing the MAC addresses of server network cards.
8
8
9
9
{% endnote %}
10
10
11
-
To assign multiple IP addresses to a single physical interface, e.g., in case of virtualization, you will need to use your own DHCP server. Changing the DHCP service settings on a subnetcan globally affect network connectivity on the private network for servers that use DHCP.
11
+
To assign multiple IP addresses to a single physical interface, e.g., in case of virtualization, you will need to use your own DHCP server. By reconfiguring DHCP in your subnet, you can globally affect network connectivity in the private network for servers that use DHCP.
12
12
13
13
## DHCP options {#dhcp-options}
14
14
@@ -31,7 +31,7 @@ Depending on the {{ baremetal-name }} server's selected network settings, the pu
31
31
32
32
If the **{{ ui-key.yacloud.baremetal.field_needed-public-ip }}** field in the server network settings is set to `{{ ui-key.yacloud.baremetal.label_public-ip-ephemeral }}`, its public subnet is [ephemeral](./public-network.md#ephemeral-public-subnet), and its network interface connected to that subnet will get an IPv4 address from the range of {{ baremetal-full-name }} public IP addresses.
33
33
34
-
To activate DHCP in an ephemeral public subnet, enable **{{ ui-key.yacloud.baremetal.label_public-ip-via-dhcp }}** when leasing a {{ baremetal-name }} server. Otherwise, the DHCP server in this subnet will be disabled. You will not be able to change the DHCP server settings in such subnet later.
34
+
To activate DHCP in an ephemeral public subnet, enable **{{ ui-key.yacloud.baremetal.label_public-ip-via-dhcp }}** when leasing a {{ baremetal-name }} server. Otherwise, the DHCP server in this subnet will be disabled. You will not be able to reconfigure the DHCP server in such a subnet later.
35
35
36
36
{% include [public-subnet-cidr-details](../../_includes/baremetal/public-subnet-cidr-details.md) %}
Copy file name to clipboardExpand all lines: en/baremetal/concepts/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# {{ baremetal-full-name }} overview
2
2
3
-
In {{ baremetal-full-name }}, you can [rent](../operations/servers/server-lease.md) a physical server with all its hardware resources provisioned for your individual use.
3
+
In {{ baremetal-full-name }}, you can [lease](../operations/servers/server-lease.md) a physical server with all its hardware resources provisioned for your individual use.
4
4
5
-
To create and conveniently operate an infrastructure relying on rented physical servers, {{ baremetal-name }} provides users with all the tools they need to manage the servers and their network settings.
5
+
To create and conveniently operate an infrastructure relying on leased physical servers, {{ baremetal-name }} provides users with all the required tools to manage the servers and their network’s settings.
6
6
7
7
There is a system of flexible [quotas](limits.md) and resource limits which decides the amount of servers, networks, and disk space for custom OS images available to each user.
8
8
@@ -12,7 +12,7 @@ You can order servers of the following configurations:
12
12
13
13
* Stock configuration: Get a ready-to-use server with or without an OS in minutes. Choose a server from dozens of configurations for typical tasks and workloads.
14
14
15
-
[Renting a stock configuration server](server-configurations.md)
15
+
[Leasing a stock configuration server](server-configurations.md)
16
16
* Custom configuration: Use our builder to create a server optimized for your load profile from available server components and get your new server in 4 days' time.
17
17
18
18
[Building a custom server configuration](server-custom-configurations.md)
@@ -26,7 +26,7 @@ You can rent [servers](servers.md) for a period from one day to one year. When o
26
26
27
27
All servers have multiple physical network interfaces connected to the [public internet](./public-network.md) and to a [private network](./private-network.md) through different, independent switches which make up a single IP fabric with the spine-leaf topology.
28
28
29
-
In the public network, each server is allocated one public IPv4 address free of charge. You can also rent blocks of [dedicated public subnets](./public-network.md#public-subnet) of varying sizes and use them to assign addresses to servers. For servers with 10 and 25 Gbps network cards, you can select a daily internet traffic package.
29
+
In the public network, each server is allocated one public IPv4 address free of charge. You can also lease blocks of [dedicated public subnets](./public-network.md#public-subnet) of varying sizes and use them to assign addresses to servers. For servers with 10 and 25 Gbps network cards, you can select a daily internet traffic package.
30
30
31
31
In a private network, you can group servers at different levels through [private subnets](./private-network.md#private-subnet) (L2, VLAN 802.1Q) and use routing to join them into a [VRF](./private-network.md#vrf-segment) (L3). If you need to, you can assign several private subnets to a single server port (L2, trunk-port 802.1Q) or add [static routes](./private-network.md#static-routes) to a VRF.
Copy file name to clipboardExpand all lines: en/baremetal/concepts/public-network.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ An _ephemeral public subnet_ is a public subnet of the `/31` size that is random
15
15
16
16
Ephemeral public subnets are assigned to servers with **{{ ui-key.yacloud.baremetal.field_needed-public-ip }}** set to `{{ ui-key.yacloud.baremetal.label_public-ip-ephemeral }}` in their network parameters.
17
17
18
-
When leasing a {{ baremetal-name }} server, you can enable the [DHCP server](./dhcp.md#dhcp-ephemeral-public-subnet) in an ephemeral public subnet. To do this, enable **{{ ui-key.yacloud.baremetal.label_public-ip-via-dhcp }}**. Otherwise, the DHCP server in this subnet will be disabled. You will not be able to change the DHCP server settings in such subnet later.
18
+
When leasing a {{ baremetal-name }} server, you can enable the [DHCP server](./dhcp.md#dhcp-ephemeral-public-subnet) in an ephemeral public subnet. To do this, enable **{{ ui-key.yacloud.baremetal.label_public-ip-via-dhcp }}**. Otherwise, the DHCP server in this subnet will be disabled. You will not be able to reconfigure the DHCP server in such a subnet later.
19
19
20
20
{% include [public-subnet-cidr-details](../../_includes/baremetal/public-subnet-cidr-details.md) %}
21
21
@@ -29,6 +29,8 @@ If the ephemeral public subnet has not been assigned to any server within one mo
29
29
30
30
A _dedicated public subnet_ is a public subnet made up of an IP address range that will be available to your servers in the selected [pools](./servers.md#server-pools). The IP address range is assigned to the dedicated public subnet automatically.
31
31
32
+
A dedicated public subnet may contain servers located in different server pools at the same time. Moreover, case such servers retain [OSI](https://en.wikipedia.org/wiki/OSI_model) L2 network connectivity between them in the public subnet.
33
+
32
34
You can [order](../operations/reserve-public-subnet.md) a dedicated public subnet in the following sizes:
33
35
34
36
| Subnet size | Total number of IP addresses | Available IP addresses |
Copy file name to clipboardExpand all lines: en/baremetal/concepts/servers.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
A {{ baremetal-name }} server is a physical server connected to the [network](./network.md) via two or more 1 Gbps, 10 Gbps, or 25 Gbps [network interfaces](#network-interfaces). Its hardware and network resources are physically isolated and can be accessed only by their lessee.
4
4
5
-
The server can be provided to the user in one of the [stock configurations](./server-configurations.md), a [custom configuration](./server-custom-configurations.md) built as per the user's [specification](../operations/servers/custom-server-lease.md), or an [on-request configuration](./server-individual-configurations.md) with individual hardware characteristics.
5
+
The server can be provided to the user in one of the [stock configurations](./server-configurations.md), a [custom configuration](./server-custom-configurations.md) built as per the user's [specification](../operations/servers/custom-server-lease.md), or an [on-request configuration](./server-individual-configurations.md) with individual hardware properties.
6
6
7
7
{% include [bios-settings-warning](../../_includes/baremetal/bios-settings-warning.md) %}
8
8
@@ -14,7 +14,7 @@ You can rent a stock configuration server for one day, one month, three months,
14
14
15
15
You can rent a [custom-configured](./server-custom-configurations.md) server for one month, six months, or one year.
16
16
17
-
The terms and conditions of renting an [on-request configuration](./server-individual-configurations.md) are determined on case-by-case basis.
17
+
The terms and conditions of renting an [on-request configuration](./server-individual-configurations.md) are determined on a case-by-case basis.
0 commit comments