浏览代码

Merge branch 'devel' into issue-258

Lucas A. Wilson 3 年之前
父节点
当前提交
1b92e468b2
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      roles/k8s_start_services/tasks/main.yml

+ 3 - 0
roles/k8s_start_services/tasks/main.yml

@@ -188,5 +188,8 @@
 
 - name: Install Spark Operator Namespace
   command: "helm install my-release spark-operator/spark-operator --namespace spark-operator --create-namespace"
+
+- name: Deploy Volcano Scheduling
+  command: "kubectl apply -f https://raw.githubusercontent.com/volcano-sh/volcano/master/installer/volcano-development.yaml"
   changed_when: true
   tags: init