As of Nov 13, 2020, charts in this repo will no longer be updated. For more information, see the Helm Charts Deprecation and Archive Notice, and Update.
Kubernetes Operational View provides a read-only system dashboard for multiple K8s clusters
This chart is deprecated and no longer supported.
To install the chart with the release name my-release:
$ helm install --name=my-release stable/kube-ops-viewThe command deploys Kubernetes Operational View on the Kubernetes cluster in the default configuration.
$ kubectl proxy$ helm install --set redis.enabled=true --name=my-release stable/kube-ops-viewAssuming you used my-release for installation, you can now access the UI in your browser by opening http://localhost:8001/api/v1/proxy/namespaces/default/services/my-release-kube-ops-view/
To uninstall/delete the my-release deployment:
$ helm delete my-releaseThe command removes all the Kubernetes components associated with the chart and deletes the release.
| Parameter | Description | Default |
|---|---|---|
env |
Pass environment variables to the pod (more info) | {} |