Kubeflow Lite
- Kubeflow Charmers | bundle
Channel | Revision | Published |
---|---|---|
latest/stable | 94 | 07 Sep 2022 |
latest/candidate | 60 | 24 Jan 2022 |
latest/beta | 60 | 24 Jan 2022 |
latest/edge | 85 | 06 Jul 2022 |
1.6/stable | 94 | 07 Sep 2022 |
1.6/beta | 91 | 23 Aug 2022 |
1.6/edge | 93 | 07 Sep 2022 |
1.4/stable | 86 | 01 Jul 2022 |
1.4/edge | 85 | 01 Jul 2022 |
juju deploy kubeflow-lite
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
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