Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion roles/k8s_start_services/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
tags: init