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:
-
ca-bundle | string
Custom CA to be trusted by OIDC gatekeeper. It is suggested to have the config: ca-bundle: | -----BEGIN CERTIFICATE----- .... -----END CERTIFICATE-----
-
client-id | string
Default: authservice-oidc
OpenID Connect client ID
-
client-name | string
Default: Ambassador Auth OIDC
Human-friendly OpenID Connect client name
-
client-secret | string
OpenID Connect client secret
-
oidc-scopes | string
Default: profile email groups
OpenID Connect scopes
-
skip-auth-urls | string
If not empty, this is a comma-separated list of paths, e.g. "/path1/,/path2/". That list defines which paths do not need to be authenticated on OIDC. The DEX path is always added to this list.
-
userid-claim | string
Default: email
OpenID Connect claim whose value will be used as the userid.