Simple scripts and instructions for getting the most out of your kubeflow cluster. Use kubernetes-tools to setup and manage Kubernetes using Microk8s or Charmed Kubernetes.
19
stars
18
forks
source link
Change install-kubeflow.sh script code to use latest version of Kubeflow(0.7.0) #14
We are unable to install the latest Kubeflow version(0.7.0) using the script. Please update the scripts accordingly or let us know how we can install the latest version of Kubeflow using these scripts.
I manually changed the line :
export KUBEFLOW_VERSION=${KUBEFLOW_VERSION:-0.5.1} # the version of kubeflow to use
to export KUBEFLOW_VERSION=${KUBEFLOW_VERSION:-0.7.0} # the version of kubeflow to use
We are unable to install the latest Kubeflow version(0.7.0) using the script. Please update the scripts accordingly or let us know how we can install the latest version of Kubeflow using these scripts. I manually changed the line : export KUBEFLOW_VERSION=${KUBEFLOW_VERSION:-0.5.1} # the version of kubeflow to use to export KUBEFLOW_VERSION=${KUBEFLOW_VERSION:-0.7.0} # the version of kubeflow to use
But unable to install Kubeflow.
Thanks and Regards, Lovish Chaudhary