Browse Source

updated documentaion for kubeflow install

Signed-off-by: John Lockman <jlockman3@gmail.com>
John Lockman 4 years ago
parent
commit
01784bbdf4
1 changed files with 5 additions and 0 deletions
  1. 5 0
      docs/INSTALL.md

+ 5 - 0
docs/INSTALL.md

@@ -11,6 +11,11 @@ Initialize K8s cluster
 ansible-playbook -i host_inventory_file kubernetes/kubernetes.yml --tags "init"
 ansible-playbook -i host_inventory_file kubernetes/kubernetes.yml --tags "init"
 ```
 ```
 
 
+### Install Kubeflow 
+```
+ansible-playbook -i host_inventory_file kubernetes/kubeflow.yaml
+```
+
 ### Slurm
 ### Slurm
 ```
 ```
 ansible-playbook -i host_inventory_file slurm/slurm.yml
 ansible-playbook -i host_inventory_file slurm/slurm.yml