@@ -117,7 +117,7 @@ az k8s-extension create --name azuremonitor-containers --cluster-name <cluster-n
117
117
To use [ managed identity authentication (preview)] ( container-insights-onboard.md#authentication ) , add the ` configuration-settings ` parameter as in the following:
118
118
119
119
``` azurecli
120
- az k8s-extension create --name azuremonitor-containers --cluster-name <cluster-name> --resource-group <resource-group> --cluster-type connectedClusters --extension-type Microsoft.AzureMonitor.Containers --configuration-settings amalogsagent .useAADAuth=true
120
+ az k8s-extension create --name azuremonitor-containers --cluster-name <cluster-name> --resource-group <resource-group> --cluster-type connectedClusters --extension-type Microsoft.AzureMonitor.Containers --configuration-settings amalogs .useAADAuth=true
121
121
```
122
122
123
123
@@ -134,7 +134,7 @@ az k8s-extension create --name azuremonitor-containers --cluster-name <cluster-n
134
134
If you want to tweak the default resource requests and limits, you can use the advanced configurations settings:
135
135
136
136
``` azurecli
137
- az k8s-extension create --name azuremonitor-containers --cluster-name <cluster-name> --resource-group <resource-group> --cluster-type connectedClusters --extension-type Microsoft.AzureMonitor.Containers --configuration-settings amalogsagent .resources.daemonset.limits.cpu=150m amalogsagent .resources.daemonset.limits.memory=600Mi amalogsagent .resources.deployment.limits.cpu=1 amalogsagent .resources.deployment.limits.memory=750Mi
137
+ az k8s-extension create --name azuremonitor-containers --cluster-name <cluster-name> --resource-group <resource-group> --cluster-type connectedClusters --extension-type Microsoft.AzureMonitor.Containers --configuration-settings amalogs .resources.daemonset.limits.cpu=150m amalogs .resources.daemonset.limits.memory=600Mi amalogs .resources.deployment.limits.cpu=1 amalogs .resources.deployment.limits.memory=750Mi
138
138
```
139
139
140
140
Checkout the [ resource requests and limits section of Helm chart] ( https://github.com/microsoft/Docker-Provider/blob/ci_prod/charts/azuremonitor-containers/values.yaml ) for the available configuration settings.
@@ -144,7 +144,7 @@ Checkout the [resource requests and limits section of Helm chart](https://github
144
144
If the Azure Arc-enabled Kubernetes cluster is on Azure Stack Edge, then a custom mount path ` /home/data/docker ` needs to be used.
145
145
146
146
``` azurecli
147
- az k8s-extension create --name azuremonitor-containers --cluster-name <cluster-name> --resource-group <resource-group> --cluster-type connectedClusters --extension-type Microsoft.AzureMonitor.Containers --configuration-settings amalogsagent .logsettings.custommountpath=/home/data/docker
147
+ az k8s-extension create --name azuremonitor-containers --cluster-name <cluster-name> --resource-group <resource-group> --cluster-type connectedClusters --extension-type Microsoft.AzureMonitor.Containers --configuration-settings amalogs .logsettings.custommountpath=/home/data/docker
148
148
```
149
149
150
150
@@ -233,7 +233,7 @@ az k8s-extension show --name azuremonitor-containers --cluster-name \<cluster-na
233
233
Enable Container insights extension with managed identity authentication option using the workspace returned in the first step.
234
234
235
235
``` cli
236
- az k8s-extension create --name azuremonitor-containers --cluster-name \<cluster-name\> --resource-group \<resource-group\> --cluster-type connectedClusters --extension-type Microsoft.AzureMonitor.Containers --configuration-settings amalogsagent .useAADAuth=true logAnalyticsWorkspaceResourceID=\<workspace-resource-id\>
236
+ az k8s-extension create --name azuremonitor-containers --cluster-name \<cluster-name\> --resource-group \<resource-group\> --cluster-type connectedClusters --extension-type Microsoft.AzureMonitor.Containers --configuration-settings amalogs .useAADAuth=true logAnalyticsWorkspaceResourceID=\<workspace-resource-id\>
237
237
```
238
238
239
239
## [ Resource Manager] ( #tab/migrate-arm )
0 commit comments