Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update tool-chaosblade-install-and-uninstall.md #187

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rm -rf chaosblade-1.7.2*
### Environment Preparation
For details, see :[Prepare the Kubernetes installation environment](./environment-prepare.md/#Prepare the kubernetes installation environment)
### Install with Helm
#### First, download the Box Chart package
#### First, download the ChaosBlade Operator Chart package
See all available for download [chaosblade-release](https://github.com/chaosblade-io/chaosblade/releases),Download to local,as `1.7.2 amd64`example:
```shell
wget https://github.com/chaosblade-io/chaosblade/releases/download/v1.7.2/chaosblade-operator-1.7.2.tgz
Expand All @@ -57,7 +57,7 @@ chaosblade-tool-hvqcv 1/1 Running 0 6s
chaosblade-tool-q8jjd 1/1 Running 0 6s
```

If your actual output matches the expected output, ChaosBlade-Box has been installed successfully.
If your actual output matches the expected output, ChaosBlade has been installed successfully.
> ⚠️Attention
> If the actual output **STATUS** is not Running, you need to run the following command to view Pod details, and then troubleshoot the problem according to the error message

Expand Down
Loading