Skip to content

Releases: slime-io/i9s

v0.0.7-i9s

06 Jan 02:36
Compare
Choose a tag to compare

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

Full Changelog: v0.0.6-i9s...v0.0.7-i9s

v0.0.6-i9s

02 Nov 08:29
Compare
Choose a tag to compare

What's Changed

  • add istioctl view in sidecar level and istiorev view by @MouceL in #9

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

10 Oct 09:22
Compare
Choose a tag to compare

What's Changed

  • support adszEx and json diff in configzEx by @MouceL in #8

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

09 Sep 09:40
Compare
Choose a tag to compare

What's Changed

  • support configz watch/list and suuport fx to look for envoy configdump by @MouceL in #7

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

15 Aug 03:29
Compare
Choose a tag to compare

What's Changed

  • add i9s online installation by @MouceL in #4
  • support xds push stats view by @MouceL in #5

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

03 Aug 07:45
Compare
Choose a tag to compare

What's Changed

  • add install script and debug api (metrics) by @MouceL in #2

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

30 Jun 09:52
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @MouceL made their first contribution in #1

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, including configz, adsz, config_dump and other interface information view
  • enovy debugging interface, including config_dump,cluster,endpoints and other interface information view
  • revision view, from the revision 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