Skip to content

Commit 61b0a39

Browse files
authored
Merge pull request #152935 from bwren/patch-13
Update container-insights-enable-arc-enabled-clusters.md
2 parents 9564f10 + b0965d3 commit 61b0a39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ To enable monitoring of your cluster using the PowerShell or bash script you dow
108108
$azureArcClusterResourceId = "/subscriptions/<subscriptionId>/resourceGroups/<resourceGroupName>/providers/Microsoft.Kubernetes/connectedClusters/<clusterName>"
109109
```
110110
111-
3. Configure the `$kubeContext` variable with the **kube-context** of your cluster by running the command `kubectl config get-contexts`. If you want to use the current context, set the value to `""`.
111+
3. Configure the `$kubeContext` variable with the **kube-context** of your cluster by running the command `kubectl config get-contexts`.
112112
113113
```powershell
114114
$kubeContext = "<kubeContext name of your k8s cluster>"
@@ -173,7 +173,7 @@ Perform the following steps to enable monitoring using the provided bash script.
173173
export azureArcClusterResourceId="/subscriptions/<subscriptionId>/resourceGroups/<resourceGroupName>/providers/Microsoft.Kubernetes/connectedClusters/<clusterName>"
174174
```
175175

176-
3. Configure the `kubeContext` variable with the **kube-context** of your cluster by running the command `kubectl config get-contexts`. If you want to use the current context, set the value to `""`.
176+
3. Configure the `kubeContext` variable with the **kube-context** of your cluster by running the command `kubectl config get-contexts`.
177177

178178
```bash
179179
export kubeContext="<kubeContext name of your k8s cluster>"
@@ -285,4 +285,4 @@ export proxyEndpoint=https://<user>:<password>@<proxyhost>:<port>
285285
286286
- To scrape and analyze Prometheus metrics from your cluster, review [Configure Prometheus metrics scraping](container-insights-prometheus-integration.md)
287287
288-
- To learn how to stop monitoring your Arc enabled Kubernetes cluster with Container insights, see [How to stop monitoring your hybrid cluster](container-insights-optout-hybrid.md#how-to-stop-monitoring-on-arc-enabled-kubernetes).
288+
- To learn how to stop monitoring your Arc enabled Kubernetes cluster with Container insights, see [How to stop monitoring your hybrid cluster](container-insights-optout-hybrid.md#how-to-stop-monitoring-on-arc-enabled-kubernetes).

0 commit comments

Comments
 (0)