This document describes steps to install Kubeflow.
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
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