This repository has been archived by the owner on Oct 3, 2020. It is now read-only.
Releases: hjacobs/kube-ops-view
Releases · hjacobs/kube-ops-view
0.7
0.6
0.5.1
0.5.0
- #114: hide completed pods after one hour
- #113: resources of completed pods should not be taken into account
- #102: add option to force canvas renderer
All UI options are now documented on https://kubernetes-operational-view.readthedocs.io/en/latest/ui-options.html
Docker image is available on Docker Hub: https://hub.docker.com/r/hjacobs/kube-ops-view/tags/
0.4.0
0.3.1
0.3.0
0.2.0
- #95: add
--kubeconfig-path
option to read kubeconfig file - #72: support authentication with client-side SSL cert (only for
--kubeconfig-path
) - #96: add exponential backoff for unreachable clusters
Docker image is available on Docker Hub: https://hub.docker.com/r/hjacobs/kube-ops-view/tags/
0.1.1
0.1.0
First official release of Kubernetes Operational View.
Install as Helm Chart (pending PR): helm/charts#398
Run locally with kubectl proxy
against your running cluster:
$ kubectl proxy &
$ docker run -it --net=host hjacobs/kube-ops-view:0.1.0
Try the UI with the integrated mock mode:
$ docker run -it -p 8080:8080 hjacobs/kube-ops-view:0.1.0 --mock