intro-to-ml-with-kubeflow / intro-to-ml-with-kubeflow-examples

[WIP] Examples for the Intro to ML with Kubeflow book
Apache License 2.0
204 stars 83 forks source link

Kubeflow installation method has changed since 1.3 #144

Open oonisim opened 2 years ago

oonisim commented 2 years ago

Kubeflow Manifests

Starting from Kubeflow 1.3, all components should be deployable using kustomize only. Any automation tooling for deployment on top of the manifests should be maintained externally by distribution owners.

Hence the way used in the book to use kfctl is now obsolete. Also Kubeflow 1.50 and later is now incompatible with kubeflow 1.22 and later. Need. to be careful with which K8S version to use.

oonisim commented 2 years ago

I am afraid Kubeflow and K8s have changed so much, hence the book is now obsolete.