Browse Source

Merge pull request #107 from j0hnL/issue-51

Add Xilinx FPGA Device Plugin
Lucas A. Wilson 4 years ago
parent
commit
fde169d3c7
1 changed files with 5 additions and 0 deletions
  1. 5 0
      kubernetes/roles/startmaster/tasks/main.yml

+ 5 - 0
kubernetes/roles/startmaster/tasks/main.yml

@@ -84,6 +84,11 @@
   register: gpu_enable
   tags: init
 
+- name: Deploy Xilinx Device Plugin 
+  shell: kubectl create -f https://raw.githubusercontent.com/Xilinx/FPGA_as_a_Service/master/k8s-fpga-device-plugin/fpga-device-plugin.yml
+  register: fpga_enable
+  tags: init
+
 - name: Create yaml repo for setup
   file: 
     path: /root/k8s