Skip to content

Commit c1aa936

Browse files
DataUI VCS Robottatlush
DataUI VCS Robot
authored andcommitted
Release 18.12.2024
* Certificate Manager: added certificate issuance statuses. * Translations updated. * Fixes and improvements.
1 parent b26071b commit c1aa936

File tree

87 files changed

+1876
-1239
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+1876
-1239
lines changed

en/_includes/managed-kubernetes/alb-ingress-controller-install.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To balance the load and distribute traffic between {{ k8s }} applications, use a
3636
1. Under **{{ ui-key.yacloud.marketplace-v2.label_available-products }}**, select [ALB Ingress Controller](/marketplace/products/yc/alb-ingress-controller) and click **{{ ui-key.yacloud.marketplace-v2.button_k8s-product-use }}**.
3737
1. Configure the application:
3838

39-
* **Namespace**: Select a [namespace](../../managed-kubernetes/concepts/index.md#namespace) other than `default` or create a new one. If you select the default namespace, ALB Ingress Controller may not work correctly.
39+
* **Namespace**: Select a [namespace](../../managed-kubernetes/concepts/index.md#namespace) other than `default` or create a new one. If you select a default namespace, ALB Ingress Controller may run incorrectly.
4040
* **Application name**: Specify the app name.
4141
* **Folder ID**: Specify a [folder ID](../../resource-manager/operations/folder/get-id.md).
4242
* **Cluster ID**: Specify a [cluster ID](../../managed-kubernetes/operations/kubernetes-cluster/kubernetes-cluster-list.md).
@@ -65,7 +65,6 @@ To balance the load and distribute traffic between {{ k8s }} applications, use a
6565

6666
1. To install a [Helm chart](https://helm.sh/docs/topics/charts/) with the Ingress controller, run this command:
6767

68-
6968
```bash
7069
cat sa-key.json | helm registry login {{ registry }} --username 'json_key' --password-stdin && \
7170
helm pull oci://{{ mkt-k8s-key.yc_alb-ingress-controller.helmChart.name }} \
@@ -83,7 +82,7 @@ To balance the load and distribute traffic between {{ k8s }} applications, use a
8382

8483
{% include [Support OCI](../../_includes/managed-kubernetes/note-helm-experimental-oci.md) %}
8584

86-
If you specify the default `namespace`, ALB Ingress Controller may not work correctly. We recommend using other values rather than `default`.
85+
If you set the `namespace` parameter to `default`, ALB Ingress Controller may run incorrectly. We recommend that you use other values rather than `default`.
8786

8887
The `enableDefaultHealthChecks` parameter enables health checks for applications in a cluster. To do this, the Ingress controller installs the [DaemonSet](https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/) resource in the node group network.
8988

en/_includes/managed-kubernetes/gateway-api-install.md

-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ In {{ managed-k8s-name }}, Gateway API launches [{{ alb-full-name }}](../../appl
5151
1. {% include [Install and configure kubectl](kubectl-install.md) %}
5252
1. To install a [Helm chart](https://helm.sh/docs/topics/charts/) with Gateway API, run the command below:
5353

54-
5554
```bash
5655
helm pull oci://{{ mkt-k8s-key.yc_gateway-api.helmChart.name }} \
5756
--version {{ mkt-k8s-key.yc_gateway-api.helmChart.tag }} \
@@ -68,7 +67,6 @@ In {{ managed-k8s-name }}, Gateway API launches [{{ alb-full-name }}](../../appl
6867
gateway-api ./gateway-api/
6968
```
7069

71-
7270
In the command, specify the network and its subnets to host the [load balancers](../../application-load-balancer/concepts/application-load-balancer.md#lb-location).
7371

7472
{% include [Support OCI](../../_includes/managed-kubernetes/note-helm-experimental-oci.md) %}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Optionally, [install](../../managed-kubernetes/operations/applications/externaldns.md) ExternalDNS with a plugin for {{ dns-full-name }} to automatically create a [DNS record](../../dns/concepts/resource-record.md) in [{{ dns-full-name }}](../../../dns/) when creating an Ingress controller.
1+
Optionally, [install](../../managed-kubernetes/operations/applications/externaldns.md) ExternalDNS with a plugin for {{ dns-full-name }} to automatically create a [DNS record](../../dns/concepts/resource-record.md) in [{{ dns-full-name }}](../../../dns/) when creating an Ingress controller.

en/_includes/managed-kubernetes/install-velero.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Install the Velero application as follows:
22

33
{% list tabs group=instructions %}
44

5+
56
- {{ marketplace-full-name }} {#marketplace}
67

78
Install the Velero application by following [this guide](../../managed-kubernetes/operations/applications/velero-yc-csi.md). In the **Object Storage bucket name** field, specify the bucket you [created earlier](#before-you-begin).
@@ -12,6 +13,7 @@ Install the Velero application as follows:
1213

1314
{% endnote %}
1415

16+
1517
- Manually {#manual}
1618

1719
1. {% include [cli-install](../../_includes/cli-install.md) %}

en/_includes/monitoring/metrics-ref/unifiedagent.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
The metric name is written in the `name` label.
1+
The name of the metric is written to the `name` label.
22

33
All {{ unified-agent-short-name }} metrics share the `service=custom` label.
44

55
## Native {{ unified-agent-short-name }} metrics {#ua-metrics}
66

7-
| Metric name<br>Type, unit | Description |
7+
| Metric name<br>Type, units | Description |
88
| --- | --- |
9-
| `ua.backlog`<br>`DGAUGE`, number | Number of incoming messages for which no outgoing messages have been sent yet. Includes messages from the storage and all incoming but unsent messages. You can safely delete {{ unified-agent-short-name }} along with directories on the disk, if this metric equals zero and is not incrementing. |
9+
| `ua.backlog`<br>`DGAUGE`, number | Number of incoming messages for which no outgoing messages have been sent yet. Includes messages from the storage and all incoming but unsent messages. You can safely delete {{ unified-agent-short-name }} together with directories on the disk if this metric equals zero and is not incrementing. |
1010
| `ua.bytes_lost`<br>`RATE`, bytes | Amount of data lost in transit. |
11-
| `ua.errors`<br>`RATE`, number | Number of {{ unified-agent-short-name }} events with `ERROR` level. For example, data loss due to a corrupted file on disk or exceeded limits, plugin errors while creating a session, or unavailable external services. |
11+
| `ua.errors`<br>`RATE`, number | Number of {{ unified-agent-short-name }} events with the `ERROR` level. For example, data loss due to a corrupted file on disk or exceeded limits, plugin errors while creating a session, or unavailable external services. |
1212
| `ua.messages_lost`<br>`RATE`, number | Number of messages lost in transit. |
1313
| `ua.metrics_lost`<br>`RATE`, number | Number of metrics lost in transit. |
1414

Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
1. Log in to [{{ org-full-name }}]({{ link-org-cloud-center }}).
2-
32
1. In the left-hand panel, select ![VectorSquare](../../_assets/console-icons/vector-square.svg) **{{ ui-key.yacloud_org.pages.federations }}**.
4-
53
1. Select the required federation and copy the **{{ ui-key.yacloud_org.common.columns.column_id }}** field value on the federation info page.
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
After you've used up your free service amounts, you will be charged at the applicable rate. The unused balance of free services is reset at the end of the month.
2-
1+
After you spend the free amount of services, you will be charged at the applicable rate. The unused balance of free services is reset at the end of the month.

en/_qa/backup/troubleshooting.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This section describes typical problems you may encounter while using {{ backup-
77
Make sure that:
88

99
* [{{ backup-name }} supports](../../backup/concepts/vm-connection.md#os) the VM operating system.
10-
* Service account linked to your VM has the `backup.editor` [role](../../backup/security/index.md#backup-editor) assigned.
10+
* Service account linked to your VM has the `backup.editor` [role](../../backup/security/index.md#backup-editor).
1111
* [Security group](../../vpc/concepts/security-groups.md) is [correctly](../../backup/concepts/vm-connection.md#vm-network-access) configured for your VM.
1212

1313
For more information, see [Connecting Compute Cloud VM instances to {{ backup-name }}](../../backup/concepts/vm-connection.md).
@@ -28,7 +28,7 @@ A virtual machine becomes outdated after [restoring its backup to another VM](..
2828
Error message:
2929

3030
```text
31-
Not all of the items are mapped. Please, check your target instance and its volumes.
31+
Not all of the items are mapped. Please, check your goal instance and its volumes.
3232
```
3333

3434
The error occurs because {{ backup-name }} cannot find a disk on the target VM that matches the size criterion.
@@ -49,6 +49,10 @@ Iteration 0: The term 'acropsh' is not recognized as the name of a cmdlet, funct
4949
Make sure that:
5050

5151
* [{{ backup-name }} supports](../../backup/concepts/vm-connection.md#os) the VM operating system.
52-
* Service account linked to your VM has the `backup.editor` [role](../../backup/security/index.md#backup-editor) assigned.
52+
* Service account linked to your VM has the `backup.editor` [role](../../backup/security/index.md#backup-editor).
5353
* [Network access for your VM](../../backup/concepts/vm-connection.md#vm-network-access) is enabled.
54-
* The PowerShell execution policies allow scripts. If they do not, allow scripts and restart PowerShell. For more information, see the [Microsoft documentation](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_execution_policies).
54+
* The PowerShell execution policies allow scripts. If they do not, allow scripts and restart PowerShell. For more information, see the [Microsoft documentation](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_execution_policies).
55+
56+
#### How to update a {{ backup-name }} backup agent on a VM? {#update-backup-agent}
57+
58+
See [How to update a {{ backup-name }} backup agent on a VM](../../backup/operations/update-backup-agent.md).
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{% note info %}
2+
3+
The settings listed below will only apply to the [virtual hosts](../../application-load-balancer/tools/k8s-ingress-controller/principles.md#mapping) of the Ingress resource in which the corresponding annotations are configured.
4+
5+
They will not apply to the virtual hosts of the group's other Ingress resources.
6+
7+
{% endnote %}

en/_tutorials/containers/k8s-fluent-bit-logging.md

+13-24
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Prepare the infrastructure:
1414

1515
- Manually {#manual}
1616

17-
1. If you do not have a [network](../../vpc/concepts/network.md#network) yet, [create one](../../vpc/operations/network-create.md).
18-
1. If you do not have any [subnets](../../vpc/concepts/network.md#subnet), [create them](../../vpc/operations/subnet-create.md) in the [availability zones](../../overview/concepts/geo-scope.md) where your [{{ managed-k8s-name }} cluster](../../managed-kubernetes/concepts/index.md#kubernetes-cluster) and [node group](../../managed-kubernetes/concepts/index.md#node-group) will be created.
19-
1. [Create service accounts](../../iam/operations/sa/create.md):
20-
* [Service account](../../iam/concepts/users/service-accounts.md) for {{ managed-k8s-name }} resources with the [{{ roles-editor }}](../../iam/roles-reference.md#editor) [role](../../iam/concepts/access-control/roles.md) for the [folder](../../resource-manager/concepts/resources-hierarchy.md#folder) where the {{ managed-k8s-name }} cluster is created.
21-
* Service account for {{ managed-k8s-name }} nodes with the [{{ roles-cr-puller }}](../../container-registry/security/index.md#container-registry-images-puller) role for the folder with the [Docker image](../../container-registry/concepts/docker-image.md) [registry](../../container-registry/concepts/registry.md). {{ managed-k8s-name }} nodes will pull the required Docker images from the registry on behalf of this account.
17+
1. If you do not have a [network](../../vpc/concepts/network.md#network) yet, [create one](../../vpc/operations/network-create.md).
18+
1. If you do not have any [subnets](../../vpc/concepts/network.md#subnet) yet, [create them](../../vpc/operations/subnet-create.md) in the [availability zones](../../overview/concepts/geo-scope.md) where your [{{ managed-k8s-name }} cluster](../../managed-kubernetes/concepts/index.md#kubernetes-cluster) and [node group](../../managed-kubernetes/concepts/index.md#node-group) will be created.
19+
1. [Create service accounts](../../iam/operations/sa/create.md):
20+
* [Service account](../../iam/concepts/users/service-accounts.md) for {{ managed-k8s-name }} resources with the [{{ roles-editor }}](../../iam/roles-reference.md#editor) [role](../../iam/concepts/access-control/roles.md) for the [folder](../../resource-manager/concepts/resources-hierarchy.md#folder) where the {{ managed-k8s-name }} cluster is created.
21+
* Service account for {{ managed-k8s-name }} nodes with the [{{ roles-cr-puller }}](../../container-registry/security/index.md#container-registry-images-puller) role for the folder containing the [Docker image](../../container-registry/concepts/docker-image.md) [registry](../../container-registry/concepts/registry.md). {{ managed-k8s-name }} nodes will pull the required Docker images from the registry on behalf of this account.
2222

2323
{% note tip %}
2424

@@ -76,10 +76,12 @@ Prepare the infrastructure:
7676

7777
{% list tabs %}
7878

79+
7980
- Using {{ yandex-cloud }}
8081

8182
Install Fluent Bit by following [this guide](../../managed-kubernetes/operations/applications/fluentbit.md). In the application settings, specify the ID of the [log group](#before-you-begin) you [created earlier](../../logging/concepts/log-group.md). You can request the log group ID with a [list of log groups in the folder](../../logging/operations/list.md).
8283

84+
8385
- Manually
8486

8587
1. {% include [Install and configure kubectl](../../_includes/managed-kubernetes/kubectl-install.md) %}
@@ -159,27 +161,14 @@ Some resources are not free of charge. To avoid paying for them, delete the reso
159161

160162
- Manually {#manual}
161163

162-
1. [Delete the {{ managed-k8s-name }} cluster](../../managed-kubernetes/operations/kubernetes-cluster/kubernetes-cluster-delete.md).
163-
1. If you reserved a static [public IP address](../../vpc/concepts/address.md#public-addresses) for your {{ managed-k8s-name }} cluster, release and [delete it](../../vpc/operations/address-delete.md).
164-
1. [Delete the created subnets](../../vpc/operations/subnet-delete.md) and [networks](../../vpc/operations/network-delete.md).
165-
1. [Delete the created service accounts](../../iam/operations/sa/delete.md).
166-
1. [Delete the log group](../../logging/operations/delete-group.md).
164+
1. [Delete the {{ managed-k8s-name }} cluster](../../managed-kubernetes/operations/kubernetes-cluster/kubernetes-cluster-delete.md).
165+
1. If you reserved a static [public IP address](../../vpc/concepts/address.md#public-addresses) for your {{ managed-k8s-name }} cluster, release and [delete it](../../vpc/operations/address-delete.md).
166+
1. [Delete the created subnets](../../vpc/operations/subnet-delete.md) and [networks](../../vpc/operations/network-delete.md).
167+
1. [Delete service accounts you created](../../iam/operations/sa/delete.md).
168+
1. [Delete the log group](../../logging/operations/delete-group.md).
167169

168170
- {{ TF }} {#tf}
169171

170-
1. In the command line, go to the directory with the current {{ TF }} configuration file with an infrastructure plan.
171-
1. Delete the `k8s-cluster-with-log-group.tf` configuration file.
172-
1. Check that the {{ TF }} configuration files are correct using this command:
173-
174-
```bash
175-
terraform validate
176-
```
177-
178-
If there are any errors in the configuration files, {{ TF }} will point them out.
179-
1. Confirm updating the resources.
180-
181-
{% include [terraform-apply](../../_includes/mdb/terraform/apply.md) %}
182-
183-
All the resources described in the `k8s-cluster-with-log-group.tf` configuration file will be deleted.
172+
{% include [terraform-clear-out](../../_includes/mdb/terraform/clear-out.md) %}
184173

185174
{% endlist %}

0 commit comments

Comments
 (0)