You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Installation

We will install kubeflow using kfctl. Kfctl is a CLI for deploying and managing Kubeflow.

Download kfctl

Download a release of kfctl from https://github.com/kubeflow/kubeflow/releases


Extract the archive

> tar xvfz kfctl_v1.2.0-0-gbc038f9_darwin.tar.gz


Move kfctl to a folder in your path

vi ~/.bash_profile 

...
export PATH="/Users/john/bin:$PATH"
...

> mkdir ~/bin

> mv kfctl ~/bin


Install Kustomize

curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"  | bash

> mv kustomize ~/bin



  • No labels