Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Download kfctl for your OS:

MacOS:

Code Block
$ wget https://github.com/kubeflow/kfctl/releases/download/v1.2.0/kfctl_v1.2.0-0-gbc038f9_darwin.tar.gz
$ tar xvfz kfctl_v1.2.0-0-gbc038f9_darwin.tar.gz

Add kfctl to your path

Code Block
$ mkdir ~/bin
$ mv ./kfctl ~/bin/
$ export PATH=$PATH:~/bin


Windows:

From Ubuntu Shell - See Installing Ubuntu on Windows

Code Block
$ wget https://github.com/kubeflow/kfctl/releases/download/v1.2.0/kfctl_v1.2.0-0-gbc038f9_linux.tar.gz
$ tar xvfz kfctl_v1.2.0-0-gbc038f9_linux.tar.gz


Add kfctl to your path

Code Block
$ sudo cp kfctl /usr/local/bin



Check Version of kfctl

Code Block
$ kfctl version
kfctl v1.2.0-0-gbc038f9


Install KubeFlow (Windows in bash. ie. $ bash)

Code Block
$ mkdir tmp
$ cd tmp 
$ kfctl apply -f https://raw.githubusercontent.com/kubeflow/manifests/v1.2-branch/kfdef/kfctl_k8s_istio.v1.2.0.yaml -V


This could take a while... up to 30 minutes.



Addressing the Issue of Istio not starting:

try with:


References

ReferenceURL

Kubeflow: How to Install and Launch Kubeflow on your Local Machine

https://towardsdatascience.com/kubeflow-how-to-install-and-launch-kubeflow-on-your-local-machine-e0d7b4f7508f