|
1 | 1 | # Configuring Logs Agent Tolerations |
2 | 2 |
|
3 | | -When you deploy the IBM Logs agent using the `terraform-ibm-logs-agent` module, you can configure the tolerations that the agent applies to its pods by using the `logs_agent_tolerations` variable. This variable allows you to specify tolerations for scheduling the logs agent pods on nodes with specific taints. |
| 3 | +When you deploy the IBM Logs agent using `Cloud automation for Logs agent`, you can configure the tolerations that the agent applies to its pods by using the `logs_agent_tolerations` variable. This variable allows you to specify tolerations for scheduling the logs agent pods on nodes with specific taints. |
4 | 4 |
|
5 | 5 | ### Options for `logs_agent_tolerations` |
6 | 6 | - `key` (optional): The taint key that the toleration applies to. |
@@ -39,7 +39,7 @@ The `logs_agent_tolerations` variable is used to configure the tolerations for t |
39 | 39 |
|
40 | 40 | # Configuring Logs Agent Additional Metadata |
41 | 41 |
|
42 | | -When you deploy the IBM logs agent using the `terraform-ibm-logs-agent` module, you can configure additional metadata fields to be added to the routed logs by using the `logs_agent_additional_metadata` variable. This variable allows you to specify key-value pairs of metadata that will be included in the logs. |
| 42 | +When you deploy the IBM logs agent using `Cloud automation for Logs agent`, you can configure additional metadata fields to be added to the routed logs by using the `logs_agent_additional_metadata` variable. This variable allows you to specify key-value pairs of metadata that will be included in the logs. |
43 | 43 |
|
44 | 44 | ### Options for `logs_agent_additional_metadata` |
45 | 45 | - `key` (optional): The metadata key to add to the logs. |
@@ -74,7 +74,7 @@ The `logs_agent_additional_metadata` variable is used to configure additional me |
74 | 74 |
|
75 | 75 | # Configuring Logs Agent Resources |
76 | 76 |
|
77 | | -When you deploy the IBM Logs agent using the `terraform-ibm-logs-agent` module, you can configure the resource requests and limits for the logs agent pods by using the `logs_agent_resources` variable. This variable allows you to specify the CPU and memory resources allocated to the logs agent. [Learn More](https://cloud.ibm.com/docs/cloud-logs?topic=cloud-logs-agent-helm-template-clusters#agent-helm-template-clusters-chart-options-resources). |
| 77 | +When you deploy the IBM Logs agent using `Cloud automation for Logs agent`, you can configure the resource requests and limits for the logs agent pods by using the `logs_agent_resources` variable. This variable allows you to specify the CPU and memory resources allocated to the logs agent. [Learn More](https://cloud.ibm.com/docs/cloud-logs?topic=cloud-logs-agent-helm-template-clusters#agent-helm-template-clusters-chart-options-resources). |
78 | 78 |
|
79 | 79 | ### Options for `logs_agent_resources` |
80 | 80 | - `requests` (optional): Specifies the minimum amount of resources required. Includes: |
|
0 commit comments