소스 검색

updated documentaion for kubeflow install

Signed-off-by: John Lockman <jlockman3@gmail.com>
John Lockman 4 년 전
부모
커밋
01784bbdf4
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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"
 ```
 
+### Install Kubeflow 
+```
+ansible-playbook -i host_inventory_file kubernetes/kubeflow.yaml
+```
+
 ### Slurm
 ```
 ansible-playbook -i host_inventory_file slurm/slurm.yml