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