Skip to content

Instantly share code, notes, and snippets.

@soolaugust
Last active January 8, 2019 07:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soolaugust/f08fd56243ea78f551b591bf37b74b8e to your computer and use it in GitHub Desktop.
Save soolaugust/f08fd56243ea78f551b591bf37b74b8e to your computer and use it in GitHub Desktop.
Deploy kubeflow

Refer to: Getting Started with Kubeflow

Pre-requires: k8s cluster

mkdir kubeflow
cd kubeflow/
export KUBEFLOW_TAG=v0.3.5
curl https://raw.githubusercontent.com/kubeflow/kubeflow/${KUBEFLOW_TAG}/scripts/download.sh | bash
scripts/kfctl.sh init config/ --platform none
cd config/
../scripts/kfctl.sh generate k8s
../scripts/kfctl.sh apply k8s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment