Skip to content

Commit e5fea98

Browse files
Merge pull request #229192 from bwren/patch-53
Update container-insights-enable-arc-enabled-clusters.md
2 parents e957a94 + 33258ec commit e5fea98

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/azure-monitor/containers/container-insights-enable-arc-enabled-clusters.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,13 @@ If the Azure Arc-enabled Kubernetes cluster is on Azure Stack Edge, then a custo
147147
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
148148
```
149149

150+
### Option 5 - With Azure Monitor Private Link Scope (AMPLS) + Proxy
151+
152+
If the cluster is configured with a forward proxy, then proxy settings are automatically applied to the extension. In the case of a cluster with AMPLS + proxy, proxy config should be ignored. Onboard the extension with the configuration setting `amalogs.ignoreExtensionProxySettings=true`.
153+
154+
```azurecli
155+
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.ignoreExtensionProxySettings=true
156+
```
150157

151158
>[!NOTE]
152159
> If you are explicitly specifying the version of the extension to be installed in the create command, then ensure that the version specified is >= 2.8.2.

0 commit comments

Comments
 (0)