Kubeflow

  • By Kubeflow Charmers | bundle
  • Cloud
Channel Revision Published
latest/stable 414 01 Dec 2023
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
1.6/stable 329 07 Sep 2022
1.6/beta 326 23 Aug 2022
1.6/edge 328 07 Sep 2022
1.4/stable 321 30 Jun 2022
1.4/edge 320 30 Jun 2022
juju deploy kubeflow --channel 1.9/beta
Show information

Platform:

Learn about configurations >

  • binlog_retention_days | int

    Default: 7

    Number of days for binary logs retention

  • cluster-name | string

    Optional - Name of the MySQL InnoDB cluster, set once at deployment

  • cluster-set-name | string

    Optional - Name for async replication cluster set, set once at deployment. On `recreate-clster` action call, the cluster set name will be re-generated automatically.

  • experimental-max-connections | int

    Maximum number of connections allowed to the MySQL server. When set max-connections value take precedence over the memory utilizations againts innodb_buffer_pool_size. This is an experimental feature and may be removed in future releases.

  • mysql-interface-database | string

    The database name for the legacy 'mysql' interface

  • mysql-interface-user | string

    The database username for the legacy 'mysql' interface

  • mysql-root-interface-database | string

    The database name for the legacy 'mysql' interface (root level access)

  • mysql-root-interface-user | string

    The database username for the legacy 'mysql' interface (root level access)

  • plugin-audit-enabled | boolean

    Default: True

    Enable the audit plugin

  • plugin-audit-strategy | string

    Default: async

    Audit log plugin strategy. Allowed values are: "semi-async" and "async". Ref. at https://docs.percona.com/percona-server/8.0/audit-log-plugin.html#audit_log_strategy

  • profile | string

    Default: production

    profile representing the scope of deployment, and used to be able to enable high-level high-level customisation of sysconfigs, resource checks/allocation, warning levels, etc. Allowed values are: “production” and “testing”.

  • profile-limit-memory | int

    Amount of memory in Megabytes to limit MySQL and associated process to. If unset, this will be decided according to the default memory limit in the selected profile. Only comes into effect when the `production` profile is selected.