8. Kubernetes-dashboard

A Helm chart for Kubernetes Dashboard

8.1. Install Kubernetes Dashboard

git clone https://github.com/graphistry/graphistry-helm && cd graphistry-helm
helm upgrade -i  kubernetes-dashboard ./charts/k8s-dashboard --namespace kubernetes-dashboard --create-namespace

8.2. To enable the Kubernetes Dashboard

Set the following values in your values.yaml file:

k8sDashboard:
    enabled: true
    readonly: false
    createServiceAccount: false  ## createServiceAccount: true only on initial deployment

8.3. Configuration

The following table lists the configurable parameters of the Kubernetes-dashboard chart and their default values.

Parameter

Description

Default

k8sDashboard.enabled

false

k8sDashboard.readonly

false

k8sDashboard.createServiceAccount

false