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
Copy file name to clipboardExpand all lines: en/_includes/managed-kubernetes/alb-ingress-controller-install.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ To balance the load and distribute traffic between {{ k8s }} applications, use a
36
36
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 }}**.
37
37
1. Configure the application:
38
38
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.
40
40
***Application name**: Specify the app name.
41
41
***Folder ID**: Specify a [folder ID](../../resource-manager/operations/folder/get-id.md).
42
42
***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
65
65
66
66
1. To install a [Helm chart](https://helm.sh/docs/topics/charts/) with the Ingress controller, run this command:
@@ -83,7 +82,7 @@ To balance the load and distribute traffic between {{ k8s }} applications, use a
83
82
84
83
{% include [Support OCI](../../_includes/managed-kubernetes/note-helm-experimental-oci.md) %}
85
84
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`.
87
86
88
87
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.
@@ -68,7 +67,6 @@ In {{ managed-k8s-name }}, Gateway API launches [{{ alb-full-name }}](../../appl
68
67
gateway-api ./gateway-api/
69
68
```
70
69
71
-
72
70
In the command, specify the network and its subnets to host the [load balancers](../../application-load-balancer/concepts/application-load-balancer.md#lb-location).
73
71
74
72
{% include [Support OCI](../../_includes/managed-kubernetes/note-helm-experimental-oci.md) %}
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.
Copy file name to clipboardExpand all lines: en/_includes/managed-kubernetes/install-velero.md
+2
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@ Install the Velero application as follows:
2
2
3
3
{% list tabs group=instructions %}
4
4
5
+
5
6
- {{ marketplace-full-name }} {#marketplace}
6
7
7
8
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:
12
13
13
14
{% endnote %}
14
15
16
+
15
17
- Manually {#manual}
16
18
17
19
1. {% include [cli-install](../../_includes/cli-install.md) %}
|`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. |
10
10
|`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. |
12
12
|`ua.messages_lost`<br>`RATE`, number | Number of messages lost in transit. |
13
13
|`ua.metrics_lost`<br>`RATE`, number | Number of metrics lost in transit. |
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.
Copy file name to clipboardExpand all lines: en/_qa/backup/troubleshooting.md
+8-4
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This section describes typical problems you may encounter while using {{ backup-
7
7
Make sure that:
8
8
9
9
*[{{ 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).
11
11
*[Security group](../../vpc/concepts/security-groups.md) is [correctly](../../backup/concepts/vm-connection.md#vm-network-access) configured for your VM.
12
12
13
13
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](..
28
28
Error message:
29
29
30
30
```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.
32
32
```
33
33
34
34
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
49
49
Make sure that:
50
50
51
51
*[{{ 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).
53
53
*[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).
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.
Copy file name to clipboardExpand all lines: en/_tutorials/containers/k8s-fluent-bit-logging.md
+13-24
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,11 @@ Prepare the infrastructure:
14
14
15
15
- Manually {#manual}
16
16
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.
22
22
23
23
{% note tip %}
24
24
@@ -76,10 +76,12 @@ Prepare the infrastructure:
76
76
77
77
{% list tabs %}
78
78
79
+
79
80
- Using {{ yandex-cloud }}
80
81
81
82
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).
82
83
84
+
83
85
- Manually
84
86
85
87
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
159
161
160
162
- Manually {#manual}
161
163
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).
167
169
168
170
- {{ TF }} {#tf}
169
171
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) %}
0 commit comments