Added play to Deploy Volcano (#49)
@@ -179,4 +179,9 @@
changed_when: true
register: amd_gpu_enable
when: "'amdgpu-device-plugin' not in k8s_pods.stdout"
- tags: init
+ tags: init
+
+- name: Deploy Volcano Scheduling
+ command: "kubectl apply -f https://raw.githubusercontent.com/volcano-sh/volcano/master/installer/volcano-development.yaml"
+ changed_when: true