Skip to content

v0.4.0

Compare
Choose a tag to compare
@xcaspar xcaspar released this 05 Dec 05:25
· 131 commits to master since this release

Features/Enhancements

  • Support to specify any namespace to deploy(#3, #6 )

Bug Fixes

  • Fix pod network experiment(#4, #5 )

Helm v2

Install

Download chaosblade-operator-0.4.0.tgz to install.

helm install --namespace kube-system --name chaosblade-operator chaosblade-operator-0.4.0.tgz 

Important!!

If you have previously installed version 0.0.1, please note the following:

  1. Before installing the new version, please execute kubectl delete crd chaosblades.chaosblade.io first, then execute helm del --purge chaosblade-operator command.
  2. Please add --set blade.pullPolicy=Always after the helm install command. Because the chaosblade-tool version is 0.4.0 which is equals chaosblade-tool version in chaosblade-operator-0.0.1.tgz, so you must specify the pull policy for the image. For example:
helm install --set blade.pullPolicy=Always --namespace kube-system --name chaosblade-operator chaosblade-operator-0.4.0.tgz 

Uninstall

kubectl delete crd chaosblades.chaosblade.io command must be executed first, then execute helm del --purge chaosblade-operator command.

Helm v3

Install

Download chaosblade-operator-0.4.0-v3.tgz package to install.

helm install chaosblade-operator chaosblade-operator-0.4.0-v3.tgz --namespace kube-system

Uninstall

helm del chaosblade-operator