top of page

Kubeflow "Unboxing" - Part 4 - Upgrading for .2 to .3 - Don't Bother

  • Writer: Derek Ferguson
    Derek Ferguson
  • Dec 17, 2018
  • 1 min read

So, for this article we'll try out https://www.kubeflow.org/docs/guides/upgrade/. I have no source code yet - so no issue there. We'll go ahead and start by downloading the recommended ksonnet upgrade script and giving that a run.

One pleasant discovery as a part of this process is that the Text editor built into Ubuntu is content-aware when it comes to Python code.

Anyhow - so I copy/pasted from Github into a properly-named text file on my k8s master and tried to run it from the command line with a simple Python invocation. Of course, I hadn't installed Python yet - so fixed that using the recommended apt install command.

First discovery -- you need to run this from the "my_kubeflow" directory created in a previous article in this series.

Second discovery -- you need to use Python 3.

Third discovery -- this seems to be a dead end. It blows up with an obscure Python error.

Let's just try installing 0.3.4 from scratch using their new kfctl.sh tool.

 
 
 

Comments


  • Facebook
  • Twitter
  • LinkedIn

©2018 by Machine Learning for Non-Mathematicians. Proudly created with Wix.com

bottom of page