Coder Social home page Coder Social logo

Comments (4)

knkski avatar knkski commented on June 2, 2024

A bare juju deploy cs:bundle/kubeflow won't work, unfortunately. You'll need to either use the script from this repo, or manually run the same steps yourself:

If you're using the stable kubeflow bundle:
https://github.com/juju-solutions/bundle-kubeflow/blob/e9a2775/scripts/cli.py

If you're using the edge kubeflow bundle:
https://github.com/juju-solutions/bundle-kubeflow/blob/master/scripts/cli.py

from bundle-kubeflow.

genet022 avatar genet022 commented on June 2, 2024

I'm manually running the same steps and getting the same issue. Here's exactly what I'm doing:

juju add-model kubeflow
juju deploy -m kubeflow kubeflow --channel stable
juju wait -m kubeflow
pub_addr = Public address of kubernetes-worker/0
juju config -m kubeflow ambassador juju-external-hostname={pub_addr}
juju expose -m kubeflow ambassador

Then I'm applying an Ingress:

# https://bugs.launchpad.net/juju/+bug/1849725
# create ambassador_ingress.yaml
kind: Ingress
apiVersion: extensions/v1beta1
metadata: 
  name: ambassador
  namespace: kubeflow
spec:
  backend:
    serviceName: ingresssvc
    servicePort: 80
  tls:
  - hosts: 
    - {pub_addr}
    secretName: ambassador-tls

kubectl apply -n kubeflow -f ambassador_ingress.yaml

I'm curious if it is related to this issue. Thoughts?
kubeflow/pipelines#3098

from bundle-kubeflow.

knkski avatar knkski commented on June 2, 2024

The only thing I see that's missing is that you'll need to add an overlay that looks like this, and pass it to the juju deploy command:

https://github.com/juju-solutions/bundle-kubeflow/blob/e9a2775/scripts/cli.py#L220-L228

You'll need to fill in the random values yourself (any random value should work)

from bundle-kubeflow.

genet022 avatar genet022 commented on June 2, 2024

That did it. Thanks again for the help! Closing the issue.

from bundle-kubeflow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.