Files
deprecated-helm-charts/stable/kube-ops-view
AdamDang b60722af0e Add appVersion for kube-ops-view (#4705)
The key "appVersion" is needed for ci testing, it's missing in this yaml. That sometimes will cause testing failure.
The value of appVersion 1.1.0 is from https://github.com/hjacobs/kube-ops-view/blob/master/app/package.json
2018-04-06 08:58:09 -07:00
..

Kubernetes Operational View Helm Chart

Kubernetes Operational View provides a read-only system dashboard for multiple K8s clusters

Installing the Chart

To install the chart with the release name my-release:

$ helm install --name=my-release stable/kube-ops-view

The command deploys Kubernetes Operational View on the Kubernetes cluster in the default configuration.

Accessing the UI

$ kubectl proxy

Assuming 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/

Uninstalling the Chart

To uninstall/delete the my-release deployment:

$ helm delete my-release

The command removes all the Kubernetes components associated with the chart and deletes the release.