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 latest/candidate
Show information

Platform:

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.