Containers K8S Dashboard

  • By Canonical Kubernetes
Channel Revision Published Runs on
latest/stable 6 16 Dec 2021
Ubuntu 20.04
latest/candidate 7 03 May 2021
Ubuntu 20.04
latest/beta 6 01 Apr 2021
Ubuntu 20.04
latest/edge 5 18 Mar 2021
Ubuntu 20.04
juju deploy containers-k8s-dashboard
Show information

Platform:

  • authentication-mode | string

    Default: token

    Enables authentication options that will be reflected on the login screen in the same order as provided. Multiple options can be used at once. Supported values: token, basic. Note that basic option should only be used if apiserver has '--authorization-mode=ABAC' and '--basic-auth-file' flags set.

  • ingress-whitelist-source-range | string

    A comma-separated list of CIDRs to store in the ingress.kubernetes.io/whitelist-source-range annotation. This can be used to lock down access to Kubernetes Dashboard based on source IP address.

  • max-file-size | int

    Default: 5

    The maximum file size, in megabytes. If there is a reverse proxy in front of Mattermost, it may need to be configured to handle the requested size. For more information, see the Mattermost documentation.

  • site-url | string

    Url for ingress

  • tls-secret-name | string

    The name of the Kubernetes secret to be associated with the ingress resource. This setting is ignored unless site_url begins with "https".