microcloud-cluster-manager-k8s

microcloud-cluster-manager-k8s

Channel Revision Published Runs on
latest/edge 25 03 Mar 2026
Ubuntu 24.04
juju deploy microcloud-cluster-manager-k8s --channel edge
Show information

Platform:

Learn about configurations >

  • cluster-connector-domain | string

    External domain of the cluster connector service

  • cluster-connector-port | string

    Default: 9100

    External port for the cluster connector service

  • management-api-domain | string

    External domain of the management ui and api

  • management-api-port | string

    Default: 443

    External port for the management ui and api

  • oidc-audience | string

    Expected audience value for the application

  • oidc-client-id | string

    OpenID Connect client ID

  • oidc-client-secret | string

    OpenID Connect client secret

  • oidc-issuer | string

    OpenID Connect Discovery URL for the provider

  • rate-limit-bucket-size | string

    Default: 10

    Maximum tokens in the rate limiting bucket (requests/second)

  • rate-limit-cleanup-interval-seconds | string

    Default: 60

    Seconds between cleanup runs for the rate limiter

  • rate-limit-client-active-interval-seconds | string

    Default: 300

    Seconds after which inactive clients are available for clean up by the rate limiter

  • rate-limit-log-interval-seconds | string

    Default: 60

    Seconds between logs to avoid I/O strain

  • rate-limit-max-clients | string

    Default: 1000000

    Maximum number of clients to track in the rate limiter. If reached, new clients will be rejected.

  • rate-limit-refill-rate | string

    Default: 3

    Tokens added to rate limiting bucket per second