Versions Compared

Key

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

...

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


Windows:

From Ubuntu Shell - See Installing Ubuntu on Windows

Code Block
$ bash
$ 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

...

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

...