kfp-api

Kfp Api

  • Kubeflow Charmers
  • Ai Ml
Channel Revision Published Runs on
latest/candidate 1979 01 Apr 2025
Ubuntu 20.04
latest/beta 1948 10 Mar 2025
Ubuntu 20.04
latest/edge 1979 27 Mar 2025
Ubuntu 20.04
2.4/stable 1982 07 Apr 2025
Ubuntu 20.04
2.4/candidate 1982 02 Apr 2025
Ubuntu 20.04
2.4/edge 1982 01 Apr 2025
Ubuntu 20.04
2.3/stable 1743 02 Dec 2024
Ubuntu 20.04
2.3/edge 1964 18 Mar 2025
Ubuntu 20.04
2.2/stable 1611 11 Oct 2024
Ubuntu 20.04
2.2/edge 1622 14 Nov 2024
Ubuntu 20.04
2.0-alpha.7/stable 935 26 Oct 2023
Ubuntu 20.04
2.0-alpha.7/edge 1172 12 Apr 2024
Ubuntu 20.04
2.0/stable 1283 23 May 2024
Ubuntu 20.04
2.0/beta 298 28 Mar 2023
Ubuntu 20.04
2.0/edge 1584 06 Sep 2024
Ubuntu 20.04
juju deploy kfp-api --channel latest/edge
Show information

Platform:

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