Skip to content

v0.7

Compare
Choose a tag to compare
@kubevious kubevious released this 17 Nov 00:09

Summary of Changes

Kubevious v0.7 Screen

Features

  • Alerts tool window include alerts from the entire hierarchy
  • Alerts tool window allow grouping by the object as well as by alert
  • Config popup allows YAML edit, sanitization, and export
  • TimeMachine UI allows better zooming and focusing. Now area charts are separate for errors and warnings.
    Time series resampling eliminates most of the jitter in the timeline.

Changes

  • Redesigned Helm charts
  • Redesigned DB Schema

Issue Fixes

Deployment

Deploy using Helm v3.2+ :

kubectl create namespace kubevious

helm repo add kubevious https://helm.kubevious.io

helm upgrade --atomic -i kubevious kubevious/kubevious --version 0.7.26 -n kubevious 

kubectl port-forward $(kubectl get pods -n kubevious -l "app.kubernetes.io/component=kubevious-ui" -o jsonpath="{.items[0].metadata.name}") 8080:80 -n kubevious

Access from browser: http://localhost:8080

For more details on installation options visit Deployment Repository.