Releases: slime-io/i9s
v0.0.7-i9s
What's Changed
- support hango-gateway in istio view and envoy view by @MouceL in #10
- support specify custom command in extension view by @MouceL in #11
- support extension config file by @YonkaFang in #13
- fix: missing ISTIO_REV in sidecarView by @MouceL in #15
- update install.sh by @MouceL in #17
- fix: wrong fx path in install.sh by @MouceL in #18
- support extension view in common resources by @MouceL in #16
New Contributors
- @YonkaFang made their first contribution in #13
Full Changelog: v0.0.6-i9s...v0.0.7-i9s
v0.0.6-i9s
What's Changed
Full Changelog: v0.0.5-i9s...v0.0.6-i9s
Feature: add istioctl view to use part of functions providered by istioctl
v0.0.5-i9s
What's Changed
Full Changelog: v0.0.4-i9s...v0.0.5-i9s
Feature
- support adszEx view: adszEx can list adsz info in tables
- support json diff in configzEx
- change default view to istio: enter istio view when first login
- some optimization in i9s
v0.0.4-i9s
What's Changed
Full Changelog: v0.0.3-i9s...v0.0.4-i9s
Feature
-
add
configzEx
view,you can list istio config and watch it's change -
use
fx
to look for envoy config_dump (fx is a tool which can work as an interactive viewer of json file)
v0.0.3-i9s
What's Changed
Full Changelog: v0.0.2-i9s...v0.0.3-i9s
Feature
add xds push view
you can choose istio/xds_push_stats to watch the number of pushes in cds eds lds rds every 2sec (default 2sec)
v0.0.2-i9s
What's Changed
Full Changelog: v0.0.1-i9s...v0.0.2-i9s
Feature
Feature 1: add install.sh, you can install i9s with following command sh ./install.sh
(it will run docker container to cp binary files)
Feature 2: add metric api view, in this view you can watch metrics like :15014/metrics
v0.0.1-i9s
What's Changed
New Contributors
Full Changelog: https://github.com/slime-io/i9s/commits/v0.0.1-i9s
docker run -it --net=host -v $HOME/.kube/config:/root/.kube/config slimeio/i9s:v0.0.1
The features currently provided by i9s
include
istio
debugging interface, includingconfigz
,adsz
,config_dump
and other interface information viewenovy
debugging interface, includingconfig_dump
,cluster
,endpoints
and other interface information viewrevision
view, from therevision
perspective to provide information about the injector rules, deployment resource list, configuration files,
For details, please refer to https://github.com/slime-io/i9s/blob/i9s/README.md