Update README.md

This commit is contained in:
CWen 2021-04-23 14:55:40 +08:00 committed by GitHub
parent 7f66c132d4
commit 1c248b7149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -11,13 +11,6 @@ Search available version:
```bash
helm search repo chaos-mesh
```
## Create custom resource type
To use Chaos Mesh, you must create the related custom resource type.
```bash
curl -sSL https://raw.githubusercontent.com/chaos-mesh/chaos-mesh/master/manifests/crd.yaml | kubectl apply -f -
```
## Install Chaos Mesh