We've discontinued the registration of new Bundles

New Bundle registrations are no longer accepted. Existing bundles remain functional. We recommend using the Juju Terraform Provider for new deployments.

Kubeflow

Kubeflow Charmers Publisher | bundle

Platform:

Ubuntu
Channel Revision Published
latest/candidate 294 24 Jan 2022
latest/beta 430 30 Aug 2024
latest/edge 438 30 Jun 2025
1.10/stable 447 19 Feb 2026
1.10/candidate 448 19 Feb 2026
1.10/beta 442 28 Jan 2026
1.10/edge 442 28 Jan 2026
1.11/stable 450 15 Apr 2026
1.11/candidate 449 03 Mar 2026
1.11/beta 446 18 Feb 2026
1.11/edge 445 18 Feb 2026
1.9/stable 432 03 Dec 2024
1.9/beta 420 19 Jul 2024
1.9/edge 431 03 Dec 2024
1.8/stable 414 22 Nov 2023
1.8/beta 411 22 Nov 2023
1.8/edge 413 22 Nov 2023
1.7/stable 409 27 Oct 2023
1.7/beta 408 27 Oct 2023
1.7/edge 407 27 Oct 2023
juju deploy kubeflow --channel 1.9/stable

Learn about configurations >

  • auto-update-default-version | boolean

    Default: True

    If true, the default pipeline version will be updated when uploading a new version of a pipeline

  • cache-enabled | boolean

    Default: True

    If true, pipeline run steps can be cached instead of re-run

  • cache-image | string

    Default: registry.k8s.io/busybox

    Which image to list as the backing image for a pipeline run step pulled from cache

  • driver-image | string

    Default: docker.io/charmedkubeflow/kfp-driver:2.4.1-1dc7f7d

    Driver image used during a pipeline's steps.

  • grpc-port | string

    Default: 8887

    GRPC port

  • http-port | string

    Default: 8888

    HTTP port

  • init-connection-timeout | string

    Default: 6m

    Connection timeout used when initializing clients for related services. The format used can be anything accepted by `time.ParseDuration`.

  • k8s-service-name | string

    Default: ml-pipeline

    Name of the Kubernetes service where kfp-api will expose itself

  • launcher-image | string

    Default: docker.io/charmedkubeflow/kfp-launcher:2.4.1-0484071

    Launcher image used during a pipeline's steps.

  • log-archive-filename | string

    Default: main.log

    Name of log file in object storage

  • log-archive-prefix | string

    Default: /artifacts

    Prefix for log file in object storage

  • log-level | string

    Default: info

    Log level of api server

  • object-store-bucket-name | string

    Default: mlpipeline

    Default name of object storage bucket.

  • runner-sa | string

    Default: default-editor

    Default pipeline runner service account. Used if service account is left unspecified when creating a run