Skip to content

Commit 7218a49

Browse files
committed
Grammar fixes
1 parent 1b307d9 commit 7218a49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/cost-analysis.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The AKS cost analysis addon is built on top of [OpenCost](https://www.opencost.i
4444
* Enterprise Agreement
4545
* Microsoft Customer Agreement
4646

47-
* Access to the Azure API including Azure Resource Manager (ARM) API. For a list of fully qualified domain names (FQDNs) required, see [AKS Cost Analysis required FQDN](./outbound-rules-control-egress.md#aks-cost-analysis-addon).
47+
* Access to the Azure API including Azure Resource Manager (ARM) API. For a list of fully qualified domain names (FQDNs) required, see [AKS Cost Analysis required FQDN](./outbound-rules-control-egress.md#aks-cost-analysis-add-on).
4848

4949
* Virtual nodes aren't supported at this time.
5050

@@ -80,9 +80,9 @@ az aks update --resource-group <resource-group> --name <cluster-name> --enable-c
8080
```
8181

8282
> [!WARNING]
83-
> The AKS cost analysis add-on Memory usage is dependent on the number of containers deployed. Memory consumption can be roughly approximated by 200MB + 0.5MB per container. The current memory limit is set to 4GB which will support approximately 7000 containers per cluster. These estimates could be more or less depending on various factors and are subject to change.
83+
> The AKS cost analysis add-on Memory usage is dependent on the number of containers deployed. Memory consumption can be roughly approximated by 200 MB + 0.5 MB per container. The current memory limit is set to 4 GB which will support approximately 7000 containers per cluster. These estimates could be more or less depending on various factors and are subject to change.
8484
>
85-
> If you are experiencing issues such as the add-on pod getting `OOMKilled` or stuck in a `Pending` state, refer to troubleshooting guide [AKS cost analysis add-on issues](/troubleshoot/azure/azure-kubernetes/aks-cost-analysis-add-on-issues).
85+
> If you are experiencing issues such as the add-on pod getting `OOMKilled` or stuck in a `Pending` state, refer to the [AKS cost analysis add-on issues](/troubleshoot/azure/azure-kubernetes/aks-cost-analysis-add-on-issues) troubleshooting guide.
8686
8787
## Disable cost analysis
8888

0 commit comments

Comments
 (0)