We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bff7aa6 + 0b5f29c commit f6afb1fCopy full SHA for f6afb1f
1 file changed
roles/k8s_start_services/tasks/main.yml
@@ -179,4 +179,9 @@
179
changed_when: true
180
register: amd_gpu_enable
181
when: "'amdgpu-device-plugin' not in k8s_pods.stdout"
182
- tags: init
+ tags: init
183
+
184
+- name: Deploy Volcano Scheduling
185
+ command: "kubectl apply -f https://raw.githubusercontent.com/volcano-sh/volcano/master/installer/volcano-development.yaml"
186
+ changed_when: true
187
0 commit comments