Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.87 KB

kubeflow_install.md

File metadata and controls

37 lines (26 loc) · 1.87 KB

Kubeflow

This document describes steps to install Kubeflow.

Reference

Part 1: Install kustomize

We need a compatible kustomize version for Kubeflow..

# Install kustomize. Ref: https://kubectl.docs.kubernetes.io/installation/kustomize/binaries/
# Check released versions here: https://github.com/kubernetes-sigs/kustomize/tags.
curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" > 3.10.0

# Move binary file to bin
mv kustomize /usr/bin

# Verify
kustomize version

Part 2: Install Kubeflow

Other links

Kubeflow install tutorial 01 Kubeflow install tutorial 02 Kubeflow install tutorial - Part 1 Kubeflow install tutorial - Part 2 Kubeflow install tutorial - Part 3 Kubeflow install tutorial - Part 4 Tutorial: Build Custom Container Images for a Kubeflow Notebook Server Configure Storage Volumes for Kubeflow Notebook Servers