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 Lite

Kubeflow Charmers Publisher | bundle

Platform:

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

Learn about configurations >

  • 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.