Pārlūkot izejas kodu

Updating install instructions

Signed-off-by: Luke Wilson <luke.wilson@dell.com>
Luke Wilson 4 gadi atpakaļ
vecāks
revīzija
0790aee69b
1 mainītis faili ar 13 papildinājumiem un 8 dzēšanām
  1. 13 8
      site/INSTALL.md

+ 13 - 8
site/INSTALL.md

@@ -1,24 +1,29 @@
 ## TL;DR Installation
  
 ### Kubernetes
-Install Kubernetes and all dependencies
+Install Slurm and Kubernetes, along with all dependencies
 ```
-ansible-playbook -i host_inventory_file kubernetes/kubernetes.yml
+ansible-playbook -i host_inventory_file omnia.yml
 ```
 
-Initialize K8s cluster
+Install Slurm only
 ```
-ansible-playbook -i host_inventory_file kubernetes/kubernetes.yml --tags "init"
+ansible-playbook -i host_inventory_file omnia.yml --skip-tags "k8s"
 ```
 
-### Install Kubeflow 
+Install Kubernetes only
 ```
-ansible-playbook -i host_inventory_file kubernetes/kubeflow.yaml
+ansible-playbook -i host_inventory_file omnia.yml --skip-tags "slurm"
+ 
+
+Initialize Kubernetes cluster (packages already installed)
+```
+ansible-playbook -i host_inventory_file omnia.yml --skip-tags "slurm" --tags "init"
 ```
 
-### Slurm
+### Install Kubeflow 
 ```
-ansible-playbook -i host_inventory_file slurm/slurm.yml
+ansible-playbook -i host_inventory_file platforms/kubeflow.yml
 ```
 
 # Omnia