Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Releases: hjacobs/kube-ops-view

0.7

23 Feb 19:30
Compare
Choose a tag to compare
0.7
  • #120: show pod namespace in tooltip
  • #125: hide failed jobs/pods too

0.6

12 Feb 13:31
Compare
Choose a tag to compare
0.6
  • #122: show reserved CPU/memory resources (node allocatable)

Docker image is available on Docker Hub: https://hub.docker.com/r/hjacobs/kube-ops-view/tags/

0.5.1

11 Feb 22:03
Compare
Choose a tag to compare
  • allow panning with first (left) mouse button too

0.5.0

24 Jan 16:45
Compare
Choose a tag to compare
  • #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

17 Jan 22:57
Compare
Choose a tag to compare
  • #106: implement zooming (mouse wheel) and panning (middle mouse button, arrow keys, page up/down and touch events)

0.3.1

16 Jan 22:03
Compare
Choose a tag to compare
  • #99: use Babel polyfill to support "vintage" browsers like Chrome 53

Docker image is available on Docker Hub: https://hub.docker.com/r/hjacobs/kube-ops-view/tags/

0.3.0

15 Jan 21:53
Compare
Choose a tag to compare
  • #94: indicate (after 20s) and prune (after 60s) unavailable clusters in the UI
  • fix small menu bar / select box display glitch

Docker image is available on Docker Hub: https://hub.docker.com/r/hjacobs/kube-ops-view/tags/

0.2.0

15 Jan 18:15
Compare
Choose a tag to compare
  • #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

15 Jan 00:03
Compare
Choose a tag to compare

0.1.0

14 Jan 20:11
Compare
Choose a tag to compare

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