Skip to content

Commit d5e045b

Browse files
committed
fixed link issue
1 parent bf733fe commit d5e045b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/azure-monitor/insights/container-insights-agent-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ Perform the following steps to configure and deploy your ConfigMap configuration
6060

6161
Example: `kubectl apply -f container-azm-ms-agentconfig.yaml`.
6262

63-
4. For Azure Red Hat OpenShift, save your changes in the editor.
63+
For Azure Red Hat OpenShift, save your changes in the editor.
6464

6565
The configuration change can take a few minutes to finish before taking effect, and all omsagent pods in the cluster will restart. The restart is a rolling restart for all omsagent pods, not all restart at the same time. When the restarts are finished, a message is displayed that's similar to the following and includes the result: `configmap "container-azm-ms-agentconfig" created`.
6666

67-
## Verify configuration
67+
## Verify configuration
6868

6969
To verify the configuration was successfully applied to a cluster other than Azure Red Hat OpenShift, use the following command to review the logs from an agent pod: `kubectl logs omsagent-fdf58 -n=kube-system`. If there are configuration errors from the omsagent pods, the output will show errors similar to the following:
7070

articles/azure-monitor/insights/container-insights-prometheus-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Perform the following steps to configure your ConfigMap configuration file for K
171171
172172
Example: `kubectl apply -f container-azm-ms-agentconfig.yaml`.
173173
174-
4. For Azure Red Hat OpenShift, save your changes in the editor.
174+
For Azure Red Hat OpenShift, save your changes in the editor.
175175
176176
The configuration change can take a few minutes to finish before taking effect, and all omsagent pods in the cluster will restart. The restart is a rolling restart for all omsagent pods, not all restart at the same time. When the restarts are finished, a message is displayed that's similar to the following and includes the result: `configmap "container-azm-ms-agentconfig" created`.
177177

0 commit comments

Comments
 (0)