Skip to content

Commit 384bb0d

Browse files
committed
Learn Editor: Update container-insights-hybrid-setup.md
1 parent 54c02d9 commit 384bb0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/containers/container-insights-hybrid-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ If you specify the protocol as **http**, the HTTP requests are created by using
335335

336336
## Troubleshooting
337337

338-
If you encounter an error while you attempt to enable monitoring for your hybrid Kubernetes cluster, copy the PowerShell script [TroubleshootError_nonAzureK8s.ps1](https://aka.ms/troubleshoot-non-azure-k8s) and save it to a folder on your computer. This script is provided to help you detect and fix the issues you encounter. It's designed to detect and attempt correction of the following issues:
338+
If you encounter an error while you attempt to enable monitoring for your hybrid Kubernetes cluster, use the PowerShell script [TroubleshootError_nonAzureK8s.ps1](https://aka.ms/troubleshoot-non-azure-k8s) to help you detect and fix the issues you encounter. It's designed to detect and attempt correction of the following issues:
339339

340340
- The specified Log Analytics workspace is valid.
341341
- The Log Analytics workspace is configured with the Container insights solution. If not, configure the workspace.
@@ -344,7 +344,7 @@ If you encounter an error while you attempt to enable monitoring for your hybrid
344344
- The Azure Monitor Agent Health service is running.
345345
- The Log Analytics workspace ID and key configured on the containerized agent match with the workspace that the insight is configured with.
346346
- Validate that all the Linux worker nodes have the `kubernetes.io/role=agent` label to the schedulers pod. If it doesn't exist, add it.
347-
- Validate that `cAdvisor secure port:10250` or `unsecure port: 10255` is opened on all nodes in the cluster.
347+
- Identify conditions that may indicate `cAdvisor secure port:10250` or `unsecure port: 10255` is not opened on all nodes in the cluster.
348348

349349
To execute with Azure PowerShell, use the following commands in the folder that contains the script:
350350

0 commit comments

Comments
 (0)