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 >

  • database | string

    Default: database

    The database name.

  • ha-image | string

    Default: rocks.canonical.com:443/canonicalosm/galera-mysql:latest

    OCI image

  • ha-mode | boolean

    Indicates if the charm should have the capabilities to scale

  • image | string

    Default: rocks.canonical.com:443/mariadb/server:10.3

    OCI image

  • mysql_port | string

    Default: 3306

    The mysql port

  • password | string

    Default: password

    The database user password.

  • query-cache-size | int

    Override the computed version from dataset-size. Still works if query-cache-type is "OFF" since sessions can override the cache type setting on their own.

  • query-cache-type | string

    Default: OFF

    Query cache is usually a good idea, but can hurt concurrency. Valid values are "OFF", "ON", or "DEMAND".

  • root_password | string

    Default: root

    The database root password.

  • user | string

    Default: mysql

    The database user name.