Kubeflow
- Kubeflow Charmers | bundle
- Cloud
Channel | Revision | Published |
---|---|---|
latest/candidate | 294 | 24 Jan 2022 |
latest/beta | 430 | 30 Aug 2024 |
latest/edge | 423 | 26 Jul 2024 |
1.9/stable | 426 | 31 Jul 2024 |
1.9/beta | 420 | 19 Jul 2024 |
1.9/edge | 425 | 31 Jul 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/beta
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:
-
connectors | string
List of connectors in YAML format, as shown in https://github.com/dexidp/dex#connectors
-
enable-password-db | boolean
Default: True
Allows dex to keep a list of passwords which can be used to login to dex
-
issuer-url | string
Format http(s)://<publicly-accessible-dns-name>/dex (Also referred to as issuer or OIDC provider ) This is the canonical URL that OIDC clients MUST use to refer to dex. If not specified, it defaults to dex-auth's local endpoint constructed from dex-auth's Kubernetes Service DNS name, the Service port and Dex's endpoint, that is http://<dex-auth-app-name>.<namespace>.svc:5556/dex. The default is set by the charm code, not the configuration option. This configuration must be set when using a Dex connector that will try to reach Dex from outside the cluster, thus it should be a publicly accessible endpoint, for example https://my-instance.in-my-cloud.some-cloud.com/dex
-
port | int
Default: 5556
Listening port
-
public-url | string
DEPRECATED - Please leave empty or use issuer-url instead. This configuration option will be removed soon. It has been preserved to avoid breaking compatibility with existing deployments. Publicly-accessible endpoint for cluster
-
static-password | string
Static password for logging in without an external auth service
-
static-username | string
Static username for logging in without an external auth service