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
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -250,15 +250,20 @@ volcano-scheduler.conf: |
250
250
- name: nodeorder
251
251
- name: binpack
252
252
```
253
-
254
-
And you need to skip the resource validation when install the extension by configuring `--config amloperator.skipResourceValidation=true`.
255
-
256
-
[!NOTE]
257
-
> Since the gang plugin is removed, there's potential that the deadlock happens when volcano schedules the job.
258
-
>
259
-
>* To avoid this situation, you can **use same instance type across the jobs**.
260
-
>
261
-
> Note that you need to disable `job/validate` webhook in the volcano admission if your **volcano version is lower than 1.6**.
253
+
254
+
To use this config after you install the Azureml extension with the configuration setting of `installVolcano=true`, you need to follow the steps below:
255
+
1. Create a configmap file with the above config in the azureml namespace. This namespace will generally be created when you install the AzureML extension.
256
+
1. Set `volcanoSchedulerConfig=<configmap name>` in the extension config to apply this configmap. And you need to skip the resource validation when install the extension by configuring `amloperator.skipResourceValidation=true`. For example:
0 commit comments