Skip to content

1.6.1

Compare
Choose a tag to compare
@tiny-x tiny-x released this 29 Jun 07:30
· 1 commit to 1.6.1-dev since this release

This release is based on the 1.6.0-Alpha release with a number of bug fixes and improved stability.

Features

Bugfixes

Others

Installation

For Host

Download chaosblade-1.6.1-linux-ARCH.tar.gz to the host and unzip it.

  • ARCH: amd64

For Kubernetes

Install

Download chaosblade-operator-1.6.1.tgz package to install.

helm install chaosblade-operator chaosblade-operator-1.6.1.tgz --namespace chaosblade

Default image repository is chaosbladeio/chaosblade-tool and chaosbladeio/chaosblade-operator, you can append --set blade.repository or --set operator.repository flag to change the image repository. For examples:

helm install chaosblade-operator chaosblade-operator-1.6.1.tgz --namespace chaosblade --set blade.repository=chaosbladeio/chaosblade-tool,operator.repository=chaosbladeio/chaosblade-operator 

Uninstall

helm uninstall chaosblade-operator --namespace chaosblade