Skip to content

Commit f6afb1f

Browse files
authored
Merge pull request #377 from teiland7/issue-49
Added play to Deploy Volcano (#49)
2 parents bff7aa6 + 0b5f29c commit f6afb1f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

roles/k8s_start_services/tasks/main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,9 @@
179179
changed_when: true
180180
register: amd_gpu_enable
181181
when: "'amdgpu-device-plugin' not in k8s_pods.stdout"
182-
tags: init
182+
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+
tags: init

0 commit comments

Comments
 (0)