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: articles/aks/cost-analysis.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
@@ -44,7 +44,7 @@ The AKS cost analysis addon is built on top of [OpenCost](https://www.opencost.i
44
44
* Enterprise Agreement
45
45
* Microsoft Customer Agreement
46
46
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).
48
48
49
49
* Virtual nodes aren't supported at this time.
50
50
@@ -80,9 +80,9 @@ az aks update --resource-group <resource-group> --name <cluster-name> --enable-c
80
80
```
81
81
82
82
> [!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.
84
84
>
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.
0 commit comments