You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-troubleshoot-kubernetes-extension.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,14 @@ ms.author: jinzhong
7
7
ms.reviewer: larryfr ssalgado
8
8
ms.service: machine-learning
9
9
ms.subservice: core
10
-
ms.date: 10/10/2022
10
+
ms.date: 03/10/2024
11
11
ms.topic: how-to
12
12
ms.custom: build-spring-2022, cliv2, sdkv2
13
13
---
14
14
15
15
# Troubleshoot Azure Machine Learning extension
16
16
17
-
In this article, learn how to troubleshoot common problems you may encounter with [Azure Machine Learning extension](./how-to-deploy-kubernetes-extension.md) deployment in your AKS or Arc-enabled Kubernetes.
17
+
In this article, you learn how to troubleshoot common problems you may encounter with [Azure Machine Learning extension](./how-to-deploy-kubernetes-extension.md) deployment in your AKS or Arc-enabled Kubernetes.
18
18
19
19
## How is Azure Machine Learning extension installed
20
20
Azure Machine Learning extension is released as a helm chart and installed by Helm V3. All components of Azure Machine Learning extension are installed in `azureml` namespace. You can use the following commands to check the extension status.
@@ -315,3 +315,10 @@ To resolve this issue, you can:
315
315
* Increase the memory limit by using the parameter `nginxIngress.resources.controller.limits.memory=<new limit>`.
316
316
317
317
Ensure to adjust these two parameters according to your specific node specifications and workload requirements to optimize your workloads effectively.
0 commit comments