Skip to content

Commit b393bc7

Browse files
author
Yue Yu
committed
update Kubernetes extension troubleshooting guide
1 parent 5e7dab7 commit b393bc7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/machine-learning/how-to-troubleshoot-kubernetes-extension.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ volcano-scheduler.conf: |
257257
- plugins:
258258
- name: conformance
259259
- plugins:
260-
- name: overcommit
261260
- name: drf
262261
- name: predicates
263262
- name: proportion
@@ -269,7 +268,7 @@ To use this config in your AKS cluster, you need to follow the following steps:
269268
1. Create a configmap file with the above config in the `azureml` namespace. This namespace will generally be created when you install the Azure Machine Learning extension.
270269
1. Set `volcanoScheduler.schedulerConfigMap=<configmap name>` in the extension config to apply this configmap. And you need to skip the resource validation when installing the extension by configuring `amloperator.skipResourceValidation=true`. For example:
271270
```azurecli
272-
az k8s-extension update --name <extension-name> --extension-type Microsoft.AzureML.Kubernetes --config volcanoScheduler.schedulerConfigMap=<configmap name> amloperator.skipResourceValidation=true --cluster-type managedClusters --cluster-name <your-AKS-cluster-name> --resource-group <your-RG-name> --scope cluster
271+
az k8s-extension update --name <extension-name> --config volcanoScheduler.schedulerConfigMap=<configmap name> amloperator.skipResourceValidation=true --cluster-type managedClusters --cluster-name <your-AKS-cluster-name> --resource-group <your-RG-name>
273272
```
274273
275274
> [!NOTE]

0 commit comments

Comments
 (0)