Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-11-16 | 2.0 kB | |
v0.7 source code.tar.gz | 2020-11-16 | 15.1 kB | |
v0.7 source code.zip | 2020-11-16 | 18.3 kB | |
Totals: 3 Items | 35.5 kB | 0 |
Summary of Changes
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
- Feature request - Have some rules already enabled in the default installation
- Error: Can't add new command when the connection is in closed stat
- External name service is not treated properly
- Edit and apply the config map
- History DB Auto-cleanup
- Error 500: Not Connected
- Create ClusterIP instead of Nodeport
- MySqlDriver Error
- MYSQL password not handled by mysql statefulset
Deployment
Deploy using Helm v3.2+ :
:::sh
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.