From 0fce298cb8cb0753da319cc8831020846a0e45fb Mon Sep 17 00:00:00 2001 From: John Lockman Date: Thu, 28 May 2020 09:53:39 -0500 Subject: [PATCH] add kubeflow instructions instructions for installing kubeflow with playbook --- docs/INSTALL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index bd2f9d99af..61378677d0 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -10,6 +10,10 @@ Initialize K8s cluster ``` ansible-playbook -i host_inventory_file kubernetes/kubernetes.yml --tags "init" ``` +### Kubeflow v1.0 +``` +ansible-playbook -i host_inventory_file kubernetes/kubeflow.yaml +``` ### Slurm ```